I have a VB6 app that works, but I removed the common dialog controls from the form(s), along with the associated code. Now I want to eliminate it (OCX) totally from the project....
I have simple app (about 30 hours of work) that runs on XT or win7 and would like to run it on a portable device...is there any simple way to convert it to run on win CE? what add-ons or converters...
I am getting into VB.net...but need to purchase a copy of the software first....All of my searches turn up a million links to books, but nothing to the actual Vb.net software. I am hoping...
I've been using the drag method described above (ignoring the fact that when you drag you see an outline)...but what I ran into (er, just noticed) is that if you drag one almost under the another it...
I got it...after I pasted the RTB into a frame I forgot to revise my coordinate system (such as top) so that they referenced the frame instead of the form. Moving down 7000 on a large form is one...
I have an RTB (rich text box), rtbMyMessage pasted into a frame frmAllData...all is fine...except when I change the frame size in software (using .top & .height to increase the frame size on both the...
Thanks guys...these do the trick...I did notice that it kills off the coloring of my text (the text has various colors)...I will investigate that effect & what is being deleted out. RTB seems fairly...
I need to sroll an rtb upward (not talking about scroll bars) when the number of llines gets above a variable limit. I'm not really wanting to resize the RTB either...just want to delete...
WOW---that is quite an impressive demo...thanks for the great ideas...there seems to be so many obscure and hidden functions to work with...not sure how you run across all this...I guess....
Wiz bang--thanks, but your suggestion is sort of the reverse of what I want===I need to later on UPDATE the variable value (being banana, apple, etc) based on previously slecting which of the...
I took your thoughts and came up with the following (the frame is intialized to dragMode=Manual)
This works very well....EXCEPT you have to move the frame a large distance before the form...
If I turn on the Frame Drag mode property to automatic it does let me drag the frame around during run, but when I let go it goes back to where it was...so it seems like it almost does it!
I really need to have a variable or some function hold the name of the variable (apple, banana, etc) so that I can do some processing on it much later in the program. There is some decision logic...
There is a simple way to refer to the variable name rather than then variable value, but I can't remember or locate how to do it. I forget the term, somthing like convert the name to a string?
...