File Format
A file format is a particular way to encode information for storage in a computer file.
Language
Any
Platform
Any
License
Any
Most probably the problem is not with the client, but the server. The extension "html" results in "text/html" MIME type, which is not parsed into a XML document by the browsers. "xml" extension...
Hello everybody!
What is the exact procedure to integrate a .tlb file into .dll file?
Many thanks!
: hello !
: i created class from xsd schema now i write it to xml:
: -----------
:
: XmlSerializer x = new
: XmlSerializer(typeof(GeneralDetailsType));
: Stream s =
:...
: Good day
:
: I've created a network multiplayer poker game. Currently it's
: working with test to dislpay the cards I`d like to the Cards.dll to
: display the face of the cards instead could...
Popup", LngMessageNumber)
This will show the help file with topic LngMessageNumber in the window Popup (Popup and Main are two windows defination in chm file).
How can i do a similar task in vb...
hi all, i want to write a program which prevents exe files being created in my system. i just want links for this concept or for writing this code... links like tutorials or concepts... i have seen...
next;
free(item);
item = m_pItemData;
}
if( icomList.data )
{
icomList.data = (void**)GlobalUnlock(icomList.data);
GlobalFree(icomList.data);
icomList.data = NULL;
icomList...
Hi All ! how are you ?
I just need some help please - would like to know if it is possible to make an exe or small Software for the purpose of switching my mouse dpi to different dpi's -Eg 400...
I have this code:
\n" );
}
?>
When I try and execute it, I get this error:
Warning: mail() : Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port"...
I've been looking for specifications on Google's Sketchup but can't find any.
Google isn't publicly releasing the specifications and their Sketchup tool doesn't export to any formats except for...
Good Day Friends,
I have written a very basic COM server. It has one coclass.
I also wrote a simple C client to access this object. I used the method CoGetClassObject to get the pointer to the...
m_pMainWnd;
WAVEHDR *hdr = (WAVEHDR *)dw1;
if( uMsg == WOM_DONE )
If you guys can see what I'm doing wrong, your help would be really appreciated. Thanks.
I have a form (self made) with input fields. The information from the form is extracted to a Metafile and displayed in a TQRImage.Picture. This all works fine and the Form with input information is...
no i havent solved this i want to compile my own code in a dll file and then execute routines and code from the dll file. do you know anything about reflection i know that this code involves...
Hello,
I also upgraded to RAD Studio (yesterday) and had the same problem :-( This message always occurs when I link packages but not with VCL application projects! It sounded very strange to me....
: : hello iam new around here & i want to ask the help
: :
: : i have made a website purelly flash & the problem is the save : it
: : could be saved with an icon appearing at its upper corner...
-1
Me.txtbox1.Text &= d.ReadLine()
txt_PageContents.Text &= d.ReadLine()
End While
d.Close()
hyder_master
I have not managed to make a very simple thing (in VB6): move dynamically any new graphics entity (line, rectangle ellipse etc.) "overlay" to a control picturebox that already was plotted all other...
Are you looking for using your own bitmap for the button?
.:EvolutionEngine.:MicroOS Operating SystemWebsite :: OS Development Series
: : i need an algo or a pascal sourcecode will be a
: : lot of help, in converting a gif image to jpeg and vice versa. and
: : also on how to load/display it.
: : is PUTIMAGE() procedure enough...