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...
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 14030 - 14059 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14030
Hi guys, I am developing one project in which there are near abt 50 different forms, and each form have one or more than one crystal report (CR) reports. I...
kishor mungelwar
kishoremungel
Offline Send Email
Apr 1, 2005
11:28 am
14031
... forms, and each form have one or more than one crystal report (CR) reports. I can print each CR report by opening to the respective form. All the CR...
HouseDad
cwcummins
Offline Send Email
Apr 1, 2005
12:48 pm
14032
Thanks for reply. I am doing the same method. But it takes too much time. and most important is in some form i have to select some condition, without that it...
kishor mungelwar
kishoremungel
Offline Send Email
Apr 1, 2005
9:49 pm
14033
I want to know if it is possible to make a connection between two computer using Visual Basic. One of the computer will be in field and access internet with a...
fatihdoner
Offline Send Email
Apr 1, 2005
9:50 pm
14034
Yes it can www.winsockvb.com Rick Rose ... From: fatihdoner Date: 04/01/05 16:50:13 To: vbhelp@yahoogroups.com Subject: [vbhelp] is it possible to make...
Rick Rose
roseri1997
Offline Send Email
Apr 1, 2005
9:52 pm
14035
Has anyone used QuickStart for MS Certifications? I found the company here http://www.smallbiz-resources.com/latestnews/030105.htm I might consider getting...
bg_goldman
Offline Send Email
Apr 1, 2005
11:15 pm
14036
Most definitely... http://www.vbip.com/winsock/index.asp Lots of good examples there too Seth ... Seth Alexander Phoenix 'Xypher' Systems ...
dnphoenix
Offline Send Email
Apr 1, 2005
11:15 pm
14037
Hi Fatih, ... Though it can, it will not inherently be secure. You ought to consider adding a RoadWarrior VPN to the setup. Google for "roadwarrior vpn" and...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 1, 2005
11:57 pm
14038
Hi Colleagues, Could anyone advise is there a maximum permissible number of looping in VB6? if yes, is it possible to subdivide a large number of looping into ...
kimyeungwk
Offline Send Email
Apr 3, 2005
5:11 pm
14039
Since infinite loops are possible - no there isn't a limit. However, it would be good to show some kind of progress bar so that the user knows the application...
Don Roberts
droberts_00
Offline Send Email
Apr 3, 2005
8:06 pm
14040
Hi Kim, ... Yes, you can use a MOD to perform an ection (like a DoEvents) every 10,000 loops, million loops or whatever. In this way you can avoid the...
Shawn K. Hall
vb_shawn
Online Now Send Email
Apr 3, 2005
8:33 pm
14041
Hello I have made a vb6 program to talk to car computer. I have a time problem sending 3 bytes. When i send 82 00 7D this takes 20 ms. It must be done in 14 ms...
smit3207651
Offline Send Email
Apr 4, 2005
7:56 am
14042
... important is in some form i have to select some condition, without that it is not possible to print. ... Are you opening the print dialog for each form?...
HouseDad
cwcummins
Offline Send Email
Apr 4, 2005
4:06 pm
14043
Greetings. Dear friend this is the first time iam doing a project for supermarket using VB and SQl.Everything is okay.Only the problem with bills.Please tell...
perwaiz_in
Offline Send Email
Apr 5, 2005
4:29 pm
14044
Can you be more specific? What exactly do you need help with? Mark perwaiz_in <perwaiz_in@...> wrote: Greetings. Dear friend this is the first time iam...
Mark E
meckeard2000
Offline Send Email
Apr 5, 2005
4:45 pm
14045
Greetings, Your question is somewhat like me asking "Please assist me in repairing my automobile...it won't run." What are you trying to do...a SQL query, a...
Tim Rupp
timrupp804
Offline Send Email
Apr 5, 2005
5:17 pm
14046
Dear Friends, I need Help, I was making some programs using VB but I have dificulties when I want to count the percentage (%) of the Item. I was using Access...
Boy band
q1_ky
Offline Send Email
Apr 6, 2005
1:31 am
14047
I'm guessing by "bills" you want to know how much change to return and in what form? This is long winded code, but simple to follow (although I can think of a...
Anthony
goumba_tony@...
Send Email
Apr 6, 2005
3:03 pm
14048
hello, i am writing a program in VB6 reads from database (MS Access) integer values and then plot these values in a Chart using MSChart (Microsoft Chart...
shayma sinan
shay_sinan
Offline Send Email
Apr 7, 2005
7:36 am
14049
try this on northwind : declare @total as decimal set @total=(select count(*) from products) select categoryname,count(*)as total, temp=cast(cast(round((...
Soetam Rizky
soetam_rizky
Offline Send Email
Apr 7, 2005
10:43 am
14050
Hi , haven't used vb since version 6 and now it looks completely different. I'm tryin to just navigate from one form to the other that I created in the form...
Brian Scott Gerrard
brucelee19
Online Now Send Email
Apr 7, 2005
8:03 pm
14051
Hi Brian, and welcome to .NET. You're right, it's completely different. Here's how to show a new form in .NET: Private Sub viewOutput() Dim frmOutput As New...
Don Roberts
droberts_00
Offline Send Email
Apr 7, 2005
8:27 pm
14052
Is the try-catch really necessary just for showing a form? Thanks Dave ... From: Don Roberts To: vbhelp@yahoogroups.com Sent: Thursday, April 07, 2005 3:26 PM ...
lewis580@...
four_blades
Offline Send Email
Apr 7, 2005
8:30 pm
14053
Yes, that is partial code taken from an actual application that I did. Somewhere along the line I got the System.ObjectDisposedException and had to trap it....
Don Roberts
droberts_00
Offline Send Email
Apr 7, 2005
8:46 pm
14054
Good Advice. Thanks ... From: Don Roberts To: vbhelp@yahoogroups.com Sent: Thursday, April 07, 2005 3:45 PM Subject: [vbhelp] Re: Navigating Forms Yes, that is...
lewis580@...
four_blades
Offline Send Email
Apr 7, 2005
9:50 pm
14055
Hello, I want to draw 3D surface chart in vb6 using MSChart The chart gets its data from MS Access database table, ...
shayma sinan
shay_sinan
Offline Send Email
Apr 15, 2005
9:25 am
14056
Ok, just trying to get prepared for the next big project. I may actually be able to talk the company into buying some new software for this one. What exactly...
HouseDad
cwcummins
Offline Send Email
Apr 15, 2005
2:44 pm
14057
... Well, you'll be in trouble if your databases are greater than terabyte size, other wise you should be ok. ...
Tim Rupp
timrupp804
Offline Send Email
Apr 15, 2005
3:02 pm
14058
Chris, SQL Server, or any other RDMS is not a magical pill that when you drop them into your project Database problems solve themselves. If a server based...
Unicorn.PC.Support
unicornssecond
Offline Send Email
Apr 16, 2005
3:57 am
14059
Hi, All my previous DBs were Access 97 on single user pcs. The pgm I am developing at the moment is multi user. Each user has a copy of my VB6 pgm on their pc,...
crombierob
Offline Send Email
Apr 16, 2005
8:26 am
Messages 14030 - 14059 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