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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 20285 - 20314 of 22573   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20285
Well, I think that most well written programs for data entry do allow for either the tab control to be used or the mouse. So there aren't any new innovations...
mindserve
Offline Send Email
Dec 1, 2007
12:43 pm
20286
What's the difference between a professional package ( software) and non professional? Hope it's not the cost <G> I have seen some inexpensive programs that...
mindserve
Offline Send Email
Dec 1, 2007
12:50 pm
20287
If you TAB to a combo box you might want to search for data in the box if the list is long you could do an auto complete search or you could use a function key...
Dwight Norris
choroid_45
Offline Send Email
Dec 1, 2007
1:15 pm
20288
Hi Dwight, I think vb 2005 has a bug. Thats my final opinion on what is happening to me with this control...lots of other weird things have happened with this...
mindserve
Offline Send Email
Dec 1, 2007
1:31 pm
20289
If you are going to edit you should be doing slow work un interrupted because you are performing a task that is done only now and then unless you are cleaning...
Dwight Norris
choroid_45
Offline Send Email
Dec 1, 2007
1:34 pm
20290
This is a wild guess but I would say that the default setting you have on your system for mouse behavior might be affecting this issue Change it to single...
Dwight Norris
choroid_45
Offline Send Email
Dec 1, 2007
1:40 pm
20291
Hey if you want to see the code in a Pro Package that a friend of mine wrote go over to RxKinetics and ask for a download trial of Kinetics for Desk top Rick...
Dwight Norris
choroid_45
Offline Send Email
Dec 1, 2007
1:44 pm
20292
<G> I will download it, just to see how the big boys do it in a pro package..I have heard of Rick Tharp...maybe I can learn something. I always can learn...
mindserve
Offline Send Email
Dec 1, 2007
1:52 pm
20293
Morning Dwight, I am assuming that you have to be extremely careful with the data input in a pharmacy since a mistake can be deadly. Problem is that Dr's and...
mindserve
Offline Send Email
Dec 1, 2007
2:02 pm
20294
... I just tried this in a fresh project vb 2005 and it worked fine. Adelle....
Adelle Hartley
adellehartley
Offline Send Email
Dec 1, 2007
6:02 pm
20295
Is the combo box bound to a database? ... I just tried this in a fresh project vb 2005 and it worked fine. Adelle. ... Get easy, one-click access to your...
mindserve
Offline Send Email
Dec 1, 2007
8:41 pm
20296
Thank you for the response **************************************Check out AOL's list of 2007's hottest products. ...
tripbismark@...
powhood
Offline Send Email
Dec 2, 2007
6:52 pm
20297
Hello! Linus has invited you to follow him in the Stylehive. Do you want to follow him? Yes:...
lobimo@...
lobimo
Offline Send Email
Dec 4, 2007
10:36 am
20298
What I ended up doing is converting my float to an integer, doing a modulus on it, then subtracting the remainder from the original number. Works great! ...
Steve Trigero
seecwriter
Offline Send Email
Dec 4, 2007
6:11 pm
20299
Adelle, anybody, VB6 My understanding is that when an object goes out of scope (and this is allowed) it is destroyed. What about record sets and Connections? ...
Joe Wasko
jpwswbug
Offline Send Email
Dec 7, 2007
4:06 pm
20300
I will be out of the office starting 12/05/2007 and will not return until 12/10/2007. I will check my messages...
edward.myerson@...
aa3xy
Offline Send Email
Dec 7, 2007
5:47 pm
20301
If you want someone who will eat whatever you put in front of him and never says its not quite as good as his mother made it... Then buy a dog. If you want...
I.SS.R.A.
ygghdrasil88
Offline Send Email
Dec 9, 2007
7:52 am
20302
I added some entries(say 5nos) to listview. Then I removed the 3rd Entry. The Sl.no. column now shows 1 2 4 5 How can I make it 1 2 3 4 -Himadri...
Himadri
nrn141
Offline Send Email
Dec 9, 2007
4:49 pm
20303
You can read the list into an array do the removal then obtain the total number of items in the array after removal and write back up to and including the...
Dwight Norris
choroid_45
Offline Send Email
Dec 9, 2007
5:41 pm
20304
Good Morning, Here is a resource that you may want to put on your shelf, or at least save this e-mail. Serial Port Complete, 2nd Edition by Jan Axelson ...
Steve Manser
tileguy2929
Offline Send Email
Dec 10, 2007
5:53 am
20305
Hi Guys, Just a quick question... Putting together a bit of a clunky project that requires Macros to grab data from an excel file, transfer this into a...
daniel.marshall10
daniel.marsh...
Offline Send Email
Dec 13, 2007
12:01 am
20306
D: Do you want to create a new pivot table, or do you want to "update" a table (from an update source range). In the latter case it seems a simple matter of...
Neiger, Bruce D
thezorch
Offline Send Email
Dec 13, 2007
12:24 am
20307
Does anyone know how to make it so if you click on a column in the listview, it will sort the list by that column? Usually it only will sort by the first...
idiodine2000
Offline Send Email
Dec 13, 2007
1:09 am
20308
Visual Basic Common Control API Routines SHGetFileInfo: ListView Demo 3 - Adding Sorting Functionality URL: http://vbnet.mvps.org/code/comctl/lvdemo3.htm Get...
Steve Manser
tileguy2929
Offline Send Email
Dec 13, 2007
6:13 am
20309
I will be out of the office starting 12/13/2007 and will not return until 12/19/2007. I am on vacation and may not be checking my messages...
edward.myerson@...
aa3xy
Offline Send Email
Dec 13, 2007
7:41 am
20310
Thanks for coming back to me Bruce. I perhaps should have been more specific... 1) The pivot table (on one sheet) relies on data (on another sheet) that is...
Marshall, Daniel J
daniel.marsh...
Offline Send Email
Dec 13, 2007
9:26 am
20311
From the sound of it, there's a problem using workbook.ActiveSheet -- but I am not sure.. when the code is running, what is the active sheet? A simple...
Neiger, Bruce D
thezorch
Offline Send Email
Dec 13, 2007
3:00 pm
20312
Thanks again Bruce. Yeah, I've managed to sort the Pivot issue by making sure I select the correct Sheet Sheets("Sheet2").Select and then refresh the pivot...
Marshall, Daniel J
daniel.marsh...
Offline Send Email
Dec 13, 2007
5:47 pm
20313
Yeah, I've managed to sort the Pivot issue by making sure I select the correct Sheet Sheets("Sheet2").Select and then refresh the pivot caches ...
Neiger, Bruce D
thezorch
Offline Send Email
Dec 13, 2007
6:05 pm
20314
Heres my code to write to a seq file what am I doing wrong?........... Option Explicit On Option Strict On Public Class MainForm Private Sub...
crl_barnes
Offline Send Email
Dec 14, 2007
3:55 pm
Messages 20285 - 20314 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