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...
Show off your group to the world. Share a photo of your group with us.

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 21560 - 21589 of 22568   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21560
Adelle, So, what if we want to test for "False"? The one consistent thing we can apparently rely on is that False equals zero. So to test whether OurVariable ...
Joe Wasko
jpwswbug
Offline Send Email
Dec 1, 2008
8:25 pm
21561
Hi. did this project out of my programming book for my programming class. will post the message below. if any one can shed light on how to fix this problem i...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 2, 2008
12:52 am
21562
Hi Joe, ... It depends on how confident you are about the type and origin of MyVariable. Up until now, I have always written "If Not MyVariable Then" but based...
Adelle Hartley
adellehartley
Offline Send Email
Dec 2, 2008
9:15 am
21563
Adelle, Wow, Need more coffee and then I'll read this again. Thanks for the summary. -Joe ... From: Adelle Hartley [mailto:adelle@...] Sent: Tuesday,...
Joe Wasko
jpwswbug
Offline Send Email
Dec 2, 2008
1:41 pm
21564
Adelle / Joe: At some point it occurred to me that this thread started raising a dilemma of 'what can I do' and why would it work, vs. 'what should I do'? I'd...
Neiger, Bruce D
thezorch
Offline Send Email
Dec 2, 2008
5:00 pm
21565
Marvin, I may have come into things late here. I loaded the code. What is not doing correctly? Tim Marvin Hunkin wrote: Hi. did this project out of my...
Tim Lewis
twlewis64
Offline Send Email
Dec 2, 2008
7:47 pm
21566
Hi. well, got it working. had not assigned any thing to the shipping code variable in the parse statement. so when i click on the calculate button, and if the...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 3, 2008
4:53 am
21567
I wrote a short auxiliary program (A). Testing involves repeated clicks on its one button, and observing the results in its 5 textboxes. Clicking the button...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 3, 2008
7:35 pm
21568
A couple of suggestions. 1. Back out your changes and get back to where the program worked. Then add the changes incrementally, until you come across the...
Steve Trigero
seecwriter
Offline Send Email
Dec 3, 2008
8:23 pm
21569
Thanks Steve. Just seen this. I will try that and report back if anything of interest emerges. I am assuming the hourglass means that the program is somehow...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 4, 2008
7:25 pm
21570
Hi. just to let people know, passed this subject at my local college in visual basic. cheers Marvin. ... From: "Nadil Sundarapperuma"...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 5, 2008
2:27 am
21571
... From: DAN NICHOLAS Sent: Friday, December 05, 2008 4:02 PM Subject: FW: From 1956 ... CAN YOU GUESS, WHAT THIS IS ? Its a hard disk drive in 1956.... The...
Dwight Norris
choroid_45
Offline Send Email
Dec 6, 2008
3:41 am
21572
Hi Bruce, ... Definitely an important distinction. I tend to talk a lot about "what can I do", partly because I find it damned interesting, but also because ...
Adelle Hartley
adellehartley
Offline Send Email
Dec 6, 2008
12:29 pm
21573
I remember my dad describing something like this in 1958, when his department at Boeing in Seattle got one. I was 6, and computers were magic things back then...
Bob
babalooey_52
Offline Send Email
Dec 6, 2008
3:30 pm
21574
Hi. using the jaws for windows screen reader as a blind development student using visual basic dot net express 2005. will post the following message belowm...
Marvin Hunkin
neilmarvin
Offline Send Email
Dec 7, 2008
12:26 pm
21575
I solved the endless loop problem with counters and exit subs but I can't solve the following one, and unless someone else can, I'll have to abandon a major...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 9, 2008
10:46 pm
21576
Brian, Let me understand. You saved an older project to a new project, correct? Now when you open the new project and add a label to a form you get this error....
Tim Rupp
timrupp804
Offline Send Email
Dec 9, 2008
11:46 pm
21577
Have you tried to open a totally different project to determine if the cause is with VB or the project? For instance if you have an older project that has...
Bob
usewillow@...
Send Email
Dec 10, 2008
1:12 am
21578
I will try and answer Tim and Bob's questions. To advance the project, I didn't make changes to the existing one. Had I done so, it wouldn't now open (but it...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 10, 2008
11:59 am
21579
I am still unclear as to how you created your "carbon copy". It would be my guess that you have just copied items to a new folder and you haven't modified the...
Tim Rupp
timrupp804
Offline Send Email
Dec 10, 2008
2:03 pm
21580
Many thanks for that Tim, but no progress, I'm afraid. Specifically, I opened a new project and added to it the four existing forms and the existing module via...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 10, 2008
8:05 pm
21581
So it appears that it is definitely something in your existing project items. I suppose that if I had to use exactly what you have existing, I would start the...
Tim Rupp
timrupp804
Offline Send Email
Dec 10, 2008
9:21 pm
21582
OK, many thanks, Tim. I can try that. If anyone else has any ideas, I'll be pleased to hear from them. /Brian From: Tim Rupp Sent: Wednesday, December 10, 2008...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 10, 2008
10:05 pm
21583
Brian: There are definitely times when you have to "show the computer who is boss". In this case that seems to include Tim's suggestions, plus perhaps a few...
Neiger, Bruce D
thezorch
Offline Send Email
Dec 10, 2008
11:04 pm
21584
Brian I am not sure what you are doing but my guess is that you are using code from a past project and placing it in a partial new project I have tried this...
Dwight Norris
choroid_45
Offline Send Email
Dec 11, 2008
1:46 am
21585
Dear I have an XML file that I want to import into an access database at runtime. I want to create access data base file at runtime from my software. When I...
Fayaz Ahmed Memon
engr_famemon
Offline Send Email
Dec 11, 2008
9:28 am
21586
Have you tried to step into the project to find the line that causes the failure? Bob ... From: Brian Shieldhouse To: helpwithvb@yahoogroups.com Sent:...
Bob
usewillow@...
Send Email
Dec 11, 2008
9:56 am
21587
Many thanks Bruce, Dwight, Bob, and anyone else who writes in. I'll report back later. I thought I'd cracked the main challenges of this project, and having...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 11, 2008
12:19 pm
21588
Well I think I've cracked it, and I certainly wouldn't have done it so quickly without the suggestions I've had. I was prepared for the long painstaking haul...
Brian Shieldhouse
brianshieldh...
Offline Send Email
Dec 11, 2008
9:58 pm
21589
There is a limit of 254 named controls in VB6 (and I would assume VB5.) This is a somewhat well documented fact. Folks run into it quite often when building...
Tim Rupp
timrupp804
Offline Send Email
Dec 12, 2008
10:31 am
Messages 21560 - 21589 of 22568   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