In Clipper 5.3 (grrr) there was a file with extension .BML, and it used to store images, text etc. in one file.
(The name of this file was egal to the executable)
This file loaded into memory when the executable start, and then I was able to point the images, and put them onto the screen.
I got...
Every images linked into the executable now.
And the result is that the .EXE file is a fat two and a half megabytes :(
I should use only few hundred kilobytes executable file plus a large DLL or sg like that.
My question is :How can I store images which are now part of the compiled executable (marked as Included) ?
Should I put them into a .dll, or sg like this ?
Sorry but I have no VFP book, and I am just a beginner! :)
I try to solve the problem with Treeview control.
What Ihave to write here :
x=thisform.oletreeView.nodes.Add("R",4,"C"+alltrim(STR(i)),malbumnev,thisform.Imagelist.__________)
to load an image to the actual node ?
(I loaded images before, into the Imagelis control)
This a screenshot about my list box object :
http://www.kepfeltoltes.hu/051021/Image2.jpg
It is working fine if the user click twice in a row ( the whole list will be cleared, then it will be filled with only the chosen part numbers ).
I should use a plus sign somewhere which the user should...
Yes.
Because I cannot use treeview ActiveX control, that is use 16x16 16c icons only, but I need to use large images to switch on/off items in a list(?) box. I've tough that i should take some push buttons near the list box object, and the same line and the same time as the higlighted row in...
How can I get the relative number of the highlighted row ?
.ListIndex tells only the selected item index, but I need to know the highlighted row position only in the selectable area ...
I would like to know, that how can I solve that, when a form got a parameter, check it, then it should run a method, and the user would able to follows on the screen the procedure.
Now it works, but I cannot see any form while the method is not finished. :-(
How should i do that the methode is...
OK. I did it !!!
Now user should type the name of the machine in the local network, and what the user type into a text, the other side would display it. Just like a chat ! :-)
Thank you guys!
foxprogram
Thank you!
I replaced the 2 Winsock on my form to another two winsock, and now everything is fine.
But I cannot see yet, how could I use a form with 2 winsock to send machines to each other coordinates during the gameplay ...
Any idea for my Pong style game ? :-)
Thx!
I put these lines into my form, and now I have the follownig message:
"...Invalid operation at current state"
After I press Ignore, your example works fine, but this error message is shown every time when I press the button.
???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.