What were you doing when you got this error. This looks like an error you get when using an API and you forget to add the ByVal to a string. b.t. ... From:...
Tokar, William
William.Tokar@...
Jan 2, 2001 3:49 am
2779
HI, I WANT TO WAKE UP MY VB EXE FILE WHEN DOUBLE CLICK ON A WITH SPECIFIED FILE EXTENTION.FOR EXAMPLE : I HAVE A VB EXE FILE THAT NAMED TO RAZ.EXE , WHEN USER...
tr_ttleng@...
Jan 2, 2001 4:28 am
2780
Hi tr_ttleng, ... The first thing you can do is turn off CAPS LOCK. Then mosey on over to http://www.vbaccelerator.com and look in the code samples and ...
Shawn K. Hall
shawn@...
Jan 2, 2001 6:20 am
2781
Happy New Year to all. May all your dreams come true in 2001. Can anyone suggest a method to do a master-detail data entry form - whether to use arrays or...
Vijayaraghavan R
vijayragvan@...
Jan 2, 2001 9:36 am
2782
In vbaccelerator.com there is a good grid. It isn't support data access, but you can do it by your self and it is fast. ... From: Vijayaraghavan R...
AgroFamilia
barlassina@...
Jan 2, 2001 1:34 pm
2783
Hello there , I need some tips that helps me begin creating a messenger client for existing messenger (eg. msn or aol ). one more thing .are there major...
hala2200@...
Jan 2, 2001 3:39 pm
2784
Can anyone tell me how to save the screen capture output for command 1 & command 4 into a file using the savepicture statement ? ' Capture the entire screen. ...
eng70640@...
Jan 2, 2001 5:42 pm
2785
Hi Eng, ... Private Sub Command7_Click() SavePicture Picture1.Picture, "E:\test.bmp" End Sub Regards, Shawn K. Hall http://ReliableAnswers.com...
Shawn K. Hall
shawn@...
Jan 2, 2001 7:26 pm
2786
People: How can I know the control where the mouse is over in a form with a lot of controls... (i supose subclassing is the best way), but i do not know it...
AgroFamilia
barlassina@...
Jan 2, 2001 7:51 pm
2787
what are you trying to do? ... From: AgroFamilia [mailto:barlassina@...] Sent: Tuesday, January 02, 2001 1:53 PM To: andreavb@egroups.com ...
Niemetscheck, Justin
jniemetscheck@...
Jan 2, 2001 7:55 pm
2788
What I want to do is offer a messagge as a help in an status bar, like menus when you highlight the items. I've a Class wich I've added to this mail. This...
AgroFamilia
barlassina@...
Jan 2, 2001 10:30 pm
2789
Suppose I want to open a bmp file using a file dialog . In addition to opening this bmp file I also want to open another 2 files : .dat & .wav files . These 3...
eng70640@...
Jan 3, 2001 4:21 am
2790
Hi, I tried to run the above project and I got the message: "IIS or Peer Web Services version 3.0 or later must be installed to run WebClasses" I don't...
Mihai
mihaio@...
Jan 3, 2001 1:15 pm
2791
I don't understand your problem, why not open the two other files after the user choose the bmp file. If you need to find the name of the file you can use the...
Shai Goldberg
gshai@...
Jan 3, 2001 2:02 pm
2792
Hello, I would like to know how can i read a mail message from OutLook2k and save specific information about that. Once that information is saved, i would like...
junior_helio@...
Jan 3, 2001 2:30 pm
2794
Hello there with the NT resource kit, there is a program and service called rcmd. So you can log on a remote machine an start some program on this machine...
Roger Abderhalden
roger.abderhalden@...
Jan 3, 2001 6:00 pm
2795
Thank you very much for this crap ... From: Lewi To: msaccess@egroups.com Cc: vblist@egroups.com ; vbhelp@egroups.com ; andreavb@egroups.com ;...
Emesoft International
emesoft@...
Jan 3, 2001 10:22 pm
2796
It's called JS/Kak@M and please don't reply to that message and spread it around, as one other person has already done....
twisted_steel
twisted_steel@...
Jan 3, 2001 10:41 pm
2797
hi Shawn, thanks for your help I 've oredi found a solution to that problem...
tr_ttleng@...
Jan 4, 2001 2:42 am
2798
Hello, sorry if this seems like a painfully simple question, but how do splash screens work and how do I get them to load at the beggining of program ? thanx...
Rohini Mathur
Rohinee16@...
Jan 4, 2001 4:57 am
2800
simply create a new form which will be your splash screen. Put a timer control on it. Set the Timer's Interval property to the desired amount of time, in...
Niemetscheck, Justin
jniemetscheck@...
Jan 4, 2001 3:06 pm
2801
Hi , I am using VB 6 . I want to screen capture the contents of active window ( window in focus ) . I mean like capturing what is shown in the window (Refer to...
eng70640@...
Jan 4, 2001 4:08 pm
2802
Yes, I too would like to thank them for this crap. Greg Marrs ____________________________________________________________________________...
Marrs, Greg
Greg.Marrs@...
Jan 4, 2001 5:52 pm
2803
Does anyone knows how to screen capture a client area of any window based on its caption ? My code for capturing client area is shown below but note this code...
eng70640@...
Jan 4, 2001 8:55 pm
2804
how do I determine if a network share exists in NT 4.0?...
bad_nova@...
Jan 4, 2001 9:47 pm
2805
Hi eng70640, ... You could use the FindPart sample from http://www.mvps.org/vb/ to find the hWnd and feed that to your proc. Regards, Shawn K. Hall ...
Shawn K. Hall
shawn@...
Jan 4, 2001 11:51 pm
2806
Does anyone knows how to create an install program for a VB.exe?...
eng70640@...
Jan 5, 2001 6:49 am
2807
Dear andreavb, I am facing a problem while filling a listbox with around 3000-4000 entries from a table in MS-SQL. It takes too long to fill the list box with...
makhee101@...
Jan 5, 2001 6:56 am
2808
Hi Eng, ... Depending on what the app does, it may not need an install program. You can use the package and deployment wizard in VB to build a setup package,...
Shawn K. Hall
shawn@...
Jan 5, 2001 7:06 am
2809
Hi there , this is the code . it's not written by me but by my dr . Hope it helps . 1) for Version 6 user (maybe also for v 5 i dont remember that i tried it ...