Hi can some one help me on my form I have WebBrowser1 and RichTextBox1 what I want to do is select and copy the WebBrowser and paste it in the RichTextBox ...
Hi everyone, Is there a way to directly print info that is in a listbox. I know that I can save it, then print the file, but I can't seem to find a way to...
Hello everyone, Just read a good article about software. Interesting viewpoint and raised a few questions for me. It would be nice to see not only coders...
Hi, When the "Call" statement is used, is control always automatically returned to the calling procedure after the called procedure executes? Thanks in...
Hello, I`m working on a project that has several forms open at a time and different information in textboxes is showed depending on what information that maybe...
Good Morning, It seems that I got carried away again, <g>, as I went looking for some information. Hopefully someone, somewhere, will find some of this to be...
Steve Manser
smanser@...
Mar 3, 2003 5:18 pm
8245
Assuming you mean something like this: call FunctionOrSub1(arg1,arg2) then it is functionally the same with or without the Call keyword -- although that does...
How do I enable my software program to be run across a small LAN of three stations? Can It be installed on a server and then would each station have access to...
I have a similar program to what you are talking about that has three users. The database and files needed are stored on a mapped shared network drive. The ...
Tim Lewis
tlewis@...
Mar 3, 2003 10:26 pm
8248
Thanks Tim, Just wondering how to do this part. Not real clear on this. jamie <<I have a setup form that can be launched from the main program that is used to...
Hi If your sending the control pointer anyway then just use that ... Public Function AllData(Fcontrol As Control) If TypeOf Fcontrol Is TextBox Then If...
The short answer would be yes, and although I don't know of a way to 'break' this, I would assume there would be a way of doing it. The process sounds simple...
My main form is called frmMain. The setup form is called frmSetup. To create a new form go to Project->New Form. On my frmSetup, I have a list box with my...
Tim Lewis
tlewis@...
Mar 4, 2003 12:25 pm
8252
Thanks Tim, Yes that helped quite a bit! Jamie __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips,...
Yes Steve, your answer is very helpful. Thanks Chris ... From: Steve Manser To: helpwithvb@yahoogroups.com Sent: Monday, March 03, 2003 9:18 AM Subject: RE:...
Shoucair
shoucair@...
Mar 5, 2003 2:36 am
8254
Good Fellows, I'm missing something here. Here is a simple example of what I am trying to do, i.e. transfer info from the form to a Sub Main in a module. The...
DeGance, Anthony x4170
ADEGANCE@...
Mar 5, 2003 3:01 pm
8255
Hi all,,,,here is a question...I have an application where if a user hits Cancels it unloads all the forms and its completely gone out of the memory. However...
Maher, Nuvera
NMaher@...
Mar 5, 2003 3:15 pm
8256
Nuvera, Add this to the main forms Query Unload, It will unload all forms in the project except itself. When the code finishes execution. the unload event will...
Hi Declare InPutTemp as a public variable in your Module not in the inside of your two subs (When the sub finishes anything declared in it goes out of scope). ...
Thanks Joe I will try that!! ... From: Joe Wasko [mailto:jpw@...] Sent: Wednesday, March 05, 2003 11:11 AM To: helpwithvb@yahoogroups.com Subject: RE:...
Maher, Nuvera
NMaher@...
Mar 5, 2003 4:46 pm
8260
I have been a hobby programmer in VB6 for sometime. Not great but I plug away at it after all I have no deadline to meet. My present system is a Windows Me. I...
I found this example on the net. For som reson I cant seem to get it to work right. Any ideals? Thanks Tip 163: Emulating a Double-Click Event in the Directory...
... The date of the tip might be an indication that it was intended for an audience who was using an earlier flavor of VB, and also using the 16 Bit...
Steve Manser
smanser@...
Mar 5, 2003 7:22 pm
8263
Dwight, I too am running ME. Never thought of doing what you suggest. If you find out some where post it. Thanks ... From: "Choroid_45" <dnorris@...>...
I know you can run Win 98 dual boot with Linux, but I think it's Linux that allows that and has the setup for it... Don't know otherwise... Wish I could be...
Or better yet try this Google search, though I'm confident that you could find the answer through the other two sources: http://www.google.com/search?hl=en ...
Steve Manser
smanser@...
Mar 5, 2003 7:44 pm
8266
Dwight, what you are looking for is dual boot software. It allows you to partition a hrd drive, or to have two hard drives, and boot from either one at boot...
Tim Lewis
tlewis@...
Mar 5, 2003 7:48 pm
8267
Steve, Haven't found anything yet. What im trying to do is simulate a double click through a enter key. Thanks ... From: Steve Manser...
Hi Dwight, I used Partition Magic 7.0 to create a partition on an ME hard drive, and then installed Win2000 OS. However, Win2000 insisted, rather strongly, on...