Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15274 - 15303 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15274
Hello Everyone, This is my first posting here, and hopefully someone can help me out. I have a VB6 application that utilizes winsock for Ethernet ...
John Henry
jshenry1963
Offline Send Email
Jun 6, 2007
10:31 pm
15275
I have a quandry, my VB6 app works perfectly on English and most European languages. Yet when the language is set to Korean, textual items are not working...
John Henry
jshenry1963
Offline Send Email
Jun 6, 2007
10:32 pm
15276
Hi Guys, While I like to think I have a fair amount of experience programming with visual basic (6), I know I don't know it all (or even close). I am working...
lcdpublishing
Offline Send Email
Jun 17, 2007
1:33 am
15277
"VB won't run my application" Do you mean you just go to the Run Menu and click Start ? My first tip would be to deliberately limit the number of Forms, that ...
crombierob
Offline Send Email
Jun 17, 2007
3:05 am
15278
My second tip relates to Firefox and Thunderbird, if you have them. They both tend to consume more memory, the longer they run. It appears that restarting them...
crombierob
Offline Send Email
Jun 17, 2007
3:30 am
15279
Nope, not using either of those - just Internet Explorer....
lcdpublishing
Offline Send Email
Jun 17, 2007
12:09 pm
15280
When I click the "run" button, my application will begin to run, then the error pops up with "Out of stack space" at which point you can't run the application...
lcdpublishing
Offline Send Email
Jun 17, 2007
12:11 pm
15281
Hi Chris, ... Take a very close look at any loops and enumerations. You've probably got a loop that is calling another loop or enumeration, eating up all of ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jun 17, 2007
2:05 pm
15282
The only time I have gotten "out of stack space" is when I inadvertently have it so that a routine calls itself repeatedly. Sometimes it is hard to find the...
Jesus Is the Answer
halfof4is2
Offline Send Email
Jun 17, 2007
4:35 pm
15283
Hi Matt, Sorry for the delay. This month has been nuts. ... If you remove the object typing, you can use the same code I sent you. In fact, I had taken it...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jun 17, 2007
6:06 pm
15284
Thanks guys, I will try some of those debugging tools to see what I can find. Chris...
lcdpublishing
Offline Send Email
Jun 18, 2007
11:37 am
15285
Note: this message has been approved by the group moderator. Please reply OFFLIST. Thanks, Shawn K. Hall VBHelp Moderator ...
grangers17
Offline Send Email
Jun 19, 2007
2:25 am
15286
I have just completed my first program that is going to be used by more than two or three people. So I am turning my attention to the next stage: updating, to...
Michael Hodge
braxtoncotta...
Offline Send Email
Jun 19, 2007
6:15 pm
15287
Hello all I am using VB6 and finding difficulty in connecting crystal reports with it at run time ie I have already made and saved report in crystal report 10...
saqib rizvi
sqbrizvi
Offline Send Email
Jun 20, 2007
3:41 pm
15288
Hi All, I've been trying for a weeks now without getting a result or find anything that works. Hope someone know this and can help. I have a whole bunch of...
nguyendave74
Online Now Send Email
Jun 25, 2007
7:22 am
15289
I have a small emergency. Is there a way to undelete records in an access database that have been deleted? I am assuming they are still there until the...
HouseDad
cwcummins
Offline Send Email
Jun 25, 2007
12:52 pm
15290
I'm not sure if this will help but take a look http://support.microsoft.com/?kbid=209874 ... ...
Darrell Adams
captain_51
Offline Send Email
Jun 25, 2007
3:16 pm
15291
Hi all, I no longer get any error when I used .GetChars instead. However, I later used the following code to write it out to a file, I cannot open the file....
nguyendave74
Online Now Send Email
Jun 26, 2007
7:08 am
15292
Anyone know of an absolute sector read/write routine or link library for VB6? Thanks... Byron...
Byron Armstrong
thecyberham
Offline Send Email
Jul 4, 2007
11:25 pm
15293
Hi, i am new in this group. i want some help in vb. i have an ir receiver connected at serial port. i want to programe it using vb.net. is there any sample...
waqas habib
waqashabib_qau
Offline Send Email
Jul 10, 2007
7:08 am
15294
hi all, i need help abt hardware interface, it's a pabx of panasonic, model TD500, and i need to develop a billing system for it, but i'm stucked in...
taebimal
Offline Send Email
Jul 10, 2007
6:03 pm
15295
Hi all, I am facing a really weird problem and can't figure it out. I have my application that uses ADO to connect to SQL 2000 database. I have 3 parts to my...
dzinerapparel
Offline Send Email
Jul 13, 2007
9:31 pm
15296
I recently finished writing a VB6 program. It is currently being used by 16 people, but this may increase by 100-200 in the near future. It uses an Access...
Michael Hodge
braxtoncotta...
Offline Send Email
Jul 14, 2007
1:29 pm
15297
Two sessions of the same application? There is one way to prevent that from happening: In the FORM_LOAD() event, you can put the following: If...
Richard
alienwebmaster
Offline Send Email
Jul 14, 2007
6:45 pm
15298
Thanks for the reply. Actually this application should be able to be opened more then once. Most of my users work in more then one session. I need to figure...
Bagrat Polunin
dzinerapparel
Offline Send Email
Jul 15, 2007
2:27 am
15299
Here is my approach/philosophy - Use as few external dependencies as possible - - I avoid the Common Controls etc - I use User Controls (CTL) which are...
crombierob
Offline Send Email
Jul 15, 2007
7:26 am
15300
I would send the update to only one person first to see how it works on their machine. Then another person, then wait for feedback again, etc. Take a really...
Jesus Is the Answer
halfof4is2
Offline Send Email
Jul 15, 2007
1:49 pm
15301
Hi, ... If you have not added any controls or library references to your project since its initial release, then you should not need to send any files other ...
Adelle Hartley
adellehartley
Offline Send Email
Jul 15, 2007
9:00 pm
15302
The program concerned is written in VB6 and I use XP. The Package and Deployment Wizard includes the following on a generated text file: "You have included...
Michael Hodge
braxtoncotta...
Offline Send Email
Jul 21, 2007
9:43 am
15303
... either include dcom in the distribution package, or advise your 95/98 users that they need to download and install it before installing your proggie....
unicorn.pc.support
unicornssecond
Offline Send Email
Jul 21, 2007
6:23 pm
Messages 15274 - 15303 of 15862   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