Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8239 - 8268 of 22573   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8239
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 ...
cvaiross <cvaiross@...>
cvaiross
Offline Send Email
Mar 2, 2003
9:27 am
8240
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...
Jamie
mindserve
Offline Send Email
Mar 2, 2003
2:44 pm
8241
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...
Jamie
mindserve
Offline Send Email
Mar 2, 2003
10:15 pm
8242
Hi, When the "Call" statement is used, is control always automatically returned to the calling procedure after the called procedure executes? Thanks in...
miniliny7 <shoucair@....
miniliny7
Offline Send Email
Mar 3, 2003
1:50 am
8243
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...
shy300 <jburton@...>
shy300
Offline Send Email
Mar 3, 2003
5:05 pm
8244
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@...
Send Email
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...
Neiger, Bruce D
thezorch
Offline Send Email
Mar 3, 2003
8:30 pm
8246
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...
Jamie
mindserve
Offline Send Email
Mar 3, 2003
8:50 pm
8247
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@...
Send Email
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...
Jamie
mindserve
Offline Send Email
Mar 4, 2003
3:03 am
8249
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...
Mike Bouffler
mikebouffler
Offline Send Email
Mar 4, 2003
9:02 am
8250
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...
David Matthews
madivad
Offline Send Email
Mar 4, 2003
11:15 am
8251
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@...
Send Email
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,...
Jamie
mindserve
Offline Send Email
Mar 4, 2003
1:33 pm
8253
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Joe Wasko
jpwswbug
Offline Send Email
Mar 5, 2003
4:11 pm
8257
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). ...
Mike Bouffler
mikebouffler
Offline Send Email
Mar 5, 2003
4:19 pm
8258
Thanks. That works great. Tony Dee...
DeGance, Anthony x4170
ADEGANCE@...
Send Email
Mar 5, 2003
4:34 pm
8259
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@...
Send Email
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...
choroid_45
Offline Send Email
Mar 5, 2003
5:44 pm
8261
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...
John L. Goodale
lukeG_99
Offline Send Email
Mar 5, 2003
6:55 pm
8262
... 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@...
Send Email
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@...>...
Ed Jones
san_ju_san
Offline Send Email
Mar 5, 2003
7:39 pm
8264
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...
Sottilaro, Laurie
loriscally
Offline Send Email
Mar 5, 2003
7:41 pm
8265
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@...
Send Email
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@...
Send Email
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...
John L. Goodale
lukeG_99
Offline Send Email
Mar 5, 2003
8:09 pm
8268
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...
Steve Manser
smanser@...
Send Email
Mar 5, 2003
8:13 pm
Messages 8239 - 8268 of 22573   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help