Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 29109 - 29138 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29109
Try text25.text=text22.text & text23.text & text24.text ... From: CHRIS To: visualbasic6programming@yahoogroups.com Sent: Saturday, June 30, 2007 5:45 PM ...
brian.auty@...
brisanrus
Offline Send Email
Jul 1, 2007
9:38 am
29110
try text25.text=cstr(cint(text22.text)+cint(text23.text)+cint(text24.text)) ... From: CHRIS To: visualbasic6programming@yahoogroups.com Sent: Saturday, June...
brian.auty@...
brisanrus
Offline Send Email
Jul 1, 2007
9:41 am
29111
That will not add them that just populates them with there values. In order to add them them you just do... ext25.text = Val(text22.text) + Val(text23.text) +...
Kenneth Danner
racermand289
Offline Send Email
Jul 1, 2007
11:47 am
29112
You may find your answer here http://www.freetutes.com/Visualbasic brian.auty@... wrote: Try text25.text=text22.text & text23.text & text24.text ... ...
ali abbas
ilasabba
Offline Send Email
Jul 1, 2007
12:17 pm
29113
Good day! In order to get the sum of a given text field, you must specify the text field name and get their text as a value. You may try this good solution... ...
onadb_02
Offline Send Email
Jul 2, 2007
1:00 am
29114
Hi All, Pls can any one recommend the best practice method of installing VS2003 and VS2005 on the same machine? For me my 2003 does not run when I install 2005...
shobukolat
Offline Send Email
Jul 2, 2007
12:19 pm
29115
In that event. you'll need to reference Microsoft Outlook 11.0 Object Library in your project. There's one problem with using Outlook. There's a security patch...
vb6_dev
Offline Send Email
Jul 2, 2007
2:32 pm
29116
To answer your question, yes, it should work that way. And I work in a company with over 700 users, all banging away on our sprocs all day. No problems. Just...
Kevin Swiger
vb6_dev
Offline Send Email
Jul 2, 2007
3:37 pm
29117
Thanks. This is a great help. I will give it a try. Bart _____ From: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com]...
Barckley Toole
toole130
Offline Send Email
Jul 2, 2007
6:38 pm
29118
Glad I could help. ... vb6_dev ... Object...
vb6_dev
Offline Send Email
Jul 2, 2007
7:24 pm
29119
Good day! Can anyone help me please... I want to use visual basic for developing software with in touch in data management. Right now, im using Microsoft...
onadb_02
Offline Send Email
Jul 3, 2007
1:01 am
29120
How to assign the same effect of mouseover instead to only commndbutton1 to all button in userform??? Other way are welcome.. Tks attached project ...
salsaviorsal
Offline Send Email
Jul 3, 2007
1:34 pm
29121
make ur own ocx for commandbutton ======================= http://www.fire888.com ... From: visualbasic6programming@yahoogroups.com ...
Lai Min Feng
MIn_Feng
Offline Send Email
Jul 3, 2007
2:22 pm
29122
what do you mean of NoLock? Do not lock the table? They say locking the table is quite good as long as you unlock it. The next caller would have to wait...
Elmer Sia
pragmatic_panoy
Offline Send Email
Jul 3, 2007
4:38 pm
29123
You only want to lock if you're updating or inserting. And then, preferably, only the record you're inserting/updating. If you're SELECTing, then you want to...
Kevin Swiger
vb6_dev
Offline Send Email
Jul 3, 2007
5:08 pm
29124
You only want to lock if you're updating or inserting. And then, preferably, only the record you're inserting/updating. --> ??????? I am confused of your...
Elmer Sia
pragmatic_panoy
Offline Send Email
Jul 3, 2007
6:21 pm
29125
hi Does anybody have the code for SMTP authentication code for sending mail. Please help me in this regard Thanks & Regards Harish G Jalihal...
hjalihal
Offline Send Email
Jul 4, 2007
7:21 am
29126
I used an ActiveX control from http://fathsoft.com/fathmail.html Darrin J. Calcutt, CEO, COO Canadian Locomotive Logistics Thanks to our sponsors for making...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Jul 4, 2007
11:53 am
29127
could you help me out on finding an algorithm suitable for a thesis proposal..it must be sumthin that can later be implemented in a visual basic program, thanx...
velvettears_01
Offline Send Email
Jul 4, 2007
1:30 pm
29128
Hello Friends, I am looking for a project called Availability Tracker in VB and SQL. The system is initiated the moment the user logs onto the Application. The...
raman10101
Offline Send Email
Jul 4, 2007
1:48 pm
29129
Can any one tell me, what is COM?? And a simple program to create a COM and use it in application Thanks Raghav...
Raghavendran
world2enjoy
Offline Send Email
Jul 5, 2007
3:23 am
29130
I use a command line program called Blat.exe. I use Shell to it from within VB. Not a lot of control, but OK for sending simple alerts and error messages to my...
mattlrnz
Online Now Send Email
Jul 5, 2007
3:58 pm
29131
Hi every one. I want to know how i can use dll files in my VB programs and how can i change them in my programs....
en_m_meshkinqalam
en_m_meshkin...
Offline Send Email
Jul 5, 2007
8:54 pm
29132
How i can creat objects with codes in the VB programs...
en_m_meshkinqalam
en_m_meshkin...
Offline Send Email
Jul 5, 2007
9:04 pm
29133
helllo everubody, i m learning vb.net . i m getting trouble while i want to include picture at run time in the picture box.i m using openfiledialog class on...
varun_hp sood
vanu_sood
Offline Send Email
Jul 6, 2007
11:24 am
29134
... programs ... U can do this by adding a new project of Type Dll.. then add a reference to it into your main application then as much as you want to change...
jajuoga
Offline Send Email
Jul 6, 2007
12:38 pm
29135
Hello This will help u U have to go to the Project Menu and then goto references and then add ur dll file by browsing it. try it out ... Tasim Khan ...
tasim khan
taskha2002
Offline Send Email
Jul 6, 2007
12:41 pm
29136
Hi evrybody, I'm quite puzzled as what had happened to my VB6.0. All these time, I've been connecting ADODCs like this: myAdo.connectionstring=src (declared...
Dzulaiha Zainal
ninizainal
Offline Send Email
Jul 6, 2007
12:43 pm
29137
I got this code from some Free Code websites (Sorry I don't remember,it's been a while). Private Declare Function ClientToScreen Lib "user32" (ByVal hwnd As ...
Dzulaiha Zainal
ninizainal
Offline Send Email
Jul 6, 2007
12:57 pm
29138
What error messages did you get from "VBAccelerators OCXs" Check your field name and table name to make sure you have it spelled right....
Kenneth Danner
racermand289
Offline Send Email
Jul 6, 2007
1:58 pm
Messages 29109 - 29138 of 32051   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