Documents And Specifications
Language
Any
Platform
Any
License
Any
: : 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...
A *.dll is basically a 32bit PE *.exe program with a different extension--There is not much difference between them.
Im not to sure about exporting/importing "resources", however normally one...
Hi
I am doing a little project and I have added an Image file in my Resources files. The problem is I would like to display that Image but I want to use its filename as the reference.
Example:...
: : hi i create winform but i have to much fields that i need to fill in
: : order to create xml file
: : what i can do ?
: : hide windows ? how
: : enable slider ? how
:
: Hi, can you please...
: Good day
:
: I want to know, how can i know what file and DLL's do i need to also
: install on a computer without installing delphi as well? Currently i
: have a machine at home without...
I'm trying to make a website that uses the same method of requesting an XML document as with AJAX. I want to use the extension .html for the XML document, though.
The problem I keep finding is...
I'm trying to make a website that uses the same method of requesting an XML document as with AJAX. I want to use the extension .html for the XML document, though.
The problem I keep finding is...
: I have a simple database with different tables in SQL Server. I need
: to convert each table's data into XML document (one table into one
: XML).
:
: Is there any software, or technique for...
: I link an XML in an HTML document and write code to get different
: data element from that XML file. When I use Internet Explorer, it
: works and shows the required output, whereas, Firefox...
JavaScript is capable of downloading XML documents.
Is there a way for it to download js files?
The question is simple but if you need to know why I'm asking, here it goes.
It may sound like...
: 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 to...
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 to display it?? SOME...
http://courses.ece.uiuc.edu/ece390/books/labmanual/graphics-pcx.html
That has some information that looks good to me.
Why don't you use a language like c or c++ to test your understanding of the...
: Thanks to both of you.
:
I made a c++ class for working with the bitmap format. It works independent of the Windows API, though.
You can get the c++ source code here:
http://www...
Thanks a lot
And what about the first part
How to code extra in multi user software
: : Hi
: :
: : I made single user systems before but now i am making software where
: : multi user...
hInstance,BS_BITMAP,rc,IDBC_BITMAP,
_T("BITMAP BUTTON - NO TEXT"));
HBITMAP hBmp=reinterpret_cast(LoadImage(0,MAKEINTRESOURCE(OBM_CHECK),
IMAGE_BITMAP,0,0,LR_SHARED));...