Documents And Specifications
Language
Any
Platform
Any
License
Any
: hey i'm working on a game similar to Wacko and it requires different BMPs to appear on different parts of the screen at random.. i need simple code to load small bmps and put them on different...
hey i'm working on a game similar to Wacko and it requires different BMPs to appear on different parts of the screen at random.. i need simple code to load small bmps and put them on different parts...
: Hi,
: I am using Delphi5. I have used LoadLibrary to load a dll which works fine in all kinds of Win O.S except 64 bit O.S. Handle returned by LoadLibrary is 0(zero). I have tried to trace the...
: Please tell me, sample code, how to write a lsp dll (please give me completely code) which can display opened urls, url in ie or firefox which i open. please help.
We won't write code for you...
Please tell me, sample code, how to write a lsp dll (please give me completely code) which can display opened urls, url in ie or firefox which i open. please help.
Hi,
I am using Delphi5. I have used LoadLibrary to load a dll which works fine in all kinds of Win O.S except 64 bit O.S. Handle returned by LoadLibrary is 0(zero). I have tried to trace the...
public int ScanFirstStage (Bitmap image, out int cb)
{
// get image size
int width = image.Width;
int height = image.Height;...
: I need to store some Key/Value pairs associated with a value(id) in a XML file.The xml file would have the following structure :
:
:
: value
: value
: value
: .
: .
: ....
I need to store some Key/Value pairs associated with a value(id) in a XML file.The xml file would have the following structure :
value
value
value
.
.
.
value...
vkCode==VK_RWIN)
return 1;
}
return CallNextHookEx(NULL, code, wparam, lparam);
}
Never mind. Found it. Server.HtmlDecode() is what I used.
: Hi everybody,
:
: I want to build new class library where i need to make some calculation and the input of the calculation is in form bitmap image and return the output in form of value of...
Usually what I've done, I've retrieved XML and assigned each element to a label or a drop down list, etc... Now, I'm looking at a Google News RSS search and I want to display the description item...
Hi everybody,
I want to build new class library where i need to make some calculation and the input of the calculation is in form bitmap image and return the output in form of value of number or...
This message was edited by JoseD at 2006-9-4 14:5:51
Hi. Thanks for the suggestions, I opted for the easier option and do my owdrawings (or capture a screen as Chick80 suggested), standard icons...
: Do you really need to compress the files directly from your code? I think the problem can be easily solved by collecting the WAV files and compressing them later with a standalone app like iTunes...
Do you really need to compress the files directly from your code? I think the problem can be easily solved by collecting the WAV files and compressing them later with a standalone app like iTunes or...
: Hello all,
:
: I am using a standard listbox with the columns set to 2.
:
: How can I set the width of the columns to match the longest
: string in the listbox? Is this possible?
:
: I...
: how to make c graphics run on any windows without changing path in initgraph? can we make exe that will run on any windows?
:
What do you mean by "any windows"? Also, what APIs (if any)
and...
how to make c graphics run on any windows without changing path in initgraph? can we make exe that will run on any windows?