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 ...
hey buddies i have a few queries some one help me out soon most urgent.... 1. how to resize a text box in the runtime with the mouse (ie i should able to...
Dany Chris
danychris2000@...
Mar 2, 2003 3:18 pm
7946
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...
Dear Friends i would like to find the list of computers in the netWork with their specification (harddisk space , memory , programs and so on ) so please how...
Dear guys i same problem from long time , i really got sick of this asp page , the page is running on IIS5.0 and oracle 8i back end , when ever i do restart of...
hi All plz if someone can give me help i use label array as button's , and try to obtain same order from selected keyAscii my query is : there is any way to...
hi All plz if someone can give me help i use label array as button's , and try to obtain same order from selected keyAscii my query is : there is any way to...
Create a textbox and let it look like a label........ ... Van: Gamal Ahmed [mailto:gaf58@...] Verzonden: maandag 3 maart 2003 11:53 Aan:...
Hans Busschers
j.busschers@...
Mar 3, 2003 11:12 am
7952
hi my dear great thank's for ur care it's very very good idea but still have a proplem , the aim of use "label " that my background is picture , so i must use ...
Hi everyone I'm redoing an old project of mine that has 1000 lines on it (line(1) to line(1000) that I don't need that I would like to remove without deleteing...
Hi group , Can anyone give me the brief comparison of these three ( COM , DCOM , COM+ , Activex). nowadays this question is asked in the interview many times ...
I am having trouble doing a multiple vailidation with different message boxes. Here is the code that I would like to shorten: If IsNumeric(txtAllowance.Text)...
Try this.... ... Van: scott [mailto:scottxx69xx@...] Verzonden: dinsdag 11 maart 2003 9:10 Aan: andreavb@yahoogroups.com Onderwerp: [andreavb] Performing...
Hans Busschers
j.busschers@...
Mar 11, 2003 9:56 am
7959
You could prevent non-numeric entry in the fields in the first case. strNumeric = "0123456789.-" ' You could leave the - out if numbers are required to be...
I am struggling with a question: Question: On a form, I have a Text Box (txtName) that allows the user to enter their name. The users will enter their First...
I would appreciate if someone can help me out. I am having a problem: When a form loads, I would like to read the contents of a sequential access file –...
Dear Susan Mohammed, Here are some sorts of answers of your question. Please download the attached Form and run the project. if you have any question, feel...
Shamsul Arifin
arifins77@...
Mar 12, 2003 4:14 pm
7963
Hi, Could you solve your this problem? If not give me a shout. I am always there. Thanks. Shamsul Arifin ... ...
Shamsul Arifin
arifins77@...
Mar 12, 2003 4:21 pm
7964
Hi I have a yes or no question I know that you can use Access in VB6 but can you use Excel in VB6 thanks jack...
YES ... From: "cvaiross" <cvaiross@...> To: <andreavb@yahoogroups.com> Sent: Wednesday, March 12, 2003 8:51 PM Subject: [andreavb] Excel ... at...
Robert Roldan Aragon
robert.roldan@...
Mar 12, 2003 7:13 pm
7966
thanks Ihave a book on vb6 and database but all it talks about is Access ... __________________________________________________ Do you Yahoo!? Yahoo! Web...
I cannot seem to solve this. I also know it may be hard for you to answer this because you dont have the the program in front of you. But here it is: I am...
I would use something like this Private Sub Check1_Click() If Check1.Value = 1 Then 'this would be checked Text1.Text = Val(Text1.Text) + 135 End If If...
Hi Take a look at the attached project files (just put them in a folder, the open the .vbp from visual basic). It will add the checkboxes as you need, and...
Terry Pearce
t.pearce3@...
Mar 13, 2003 10:54 am
7970
Try this form, Minimum code, max result... ... Van: JACK JOHN [mailto:cvaiross@...] Verzonden: donderdag 13 maart 2003 10:27 Aan:...
Hans Busschers
j.busschers@...
Mar 13, 2003 11:24 am
7971
I will take a look at these later on today. I work night shift and I am finally going home now. Once I look at them, I will let you know how I do. If I cant...
Dear Susan Mohammed, Here is your some clue. Get the attached files for the project and run. I am using VB 6.0. If you are using the lower version VB, then...
Shamsul Arifin
arifins77@...
Mar 13, 2003 8:16 pm
7973
Here is my code. This is what I want to do. Sorry about the mess up from the other post. I also tried the other files and I cant get this to work....