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 your group to be featured on the Yahoo! Groups website? 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 16523 - 16553 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16523
Hi all I have this problem I hope I'll explain it in the best way An Engineering Application: it contain a tab control with many elements the tab control and...
Ebrahim MJ
ebrahim3456
Offline Send Email
Aug 1, 2004
8:28 am
16524
Hello, There are programmatic ways to shift the control to any tab of the tabbed dialog. If you can post the button click code where this is required I may ...
Tushar Joshi
tusharvjoshi
Offline Send Email
Aug 1, 2004
8:35 am
16525 pjeyabalasundaram
pjeyabalasun...
Offline Send Email
Aug 1, 2004
10:30 am
16526
Hello, What is this? Is this a prank or what? Members of this group also have time as a scarce resource. Please don’t waste people's time by posting empty ...
Tushar Joshi
tusharvjoshi
Offline Send Email
Aug 1, 2004
10:37 am
16527
Hi, I'm relatively new to VB6 database programming, and there seems to be myriad ways in which you can connected and access databases. Is there considered a...
syme321
Offline Send Email
Aug 2, 2004
1:58 am
16528
Syme, I have a nice example in the files section of the Visual Basic Beginners2 yahoo group. It is under Matt and called something like msaccess.zip matt...
Matt Lorenz Jr
mattlrnz
Offline Send Email
Aug 2, 2004
3:10 am
16529
I use ADODB. I don't have much trouble, and it's easy to use. ... From: visualbasic6programming@yahoogroups.com Date: 08/01/04 21:03:55 To:...
Rick Rose
roseri1997
Offline Send Email
Aug 2, 2004
3:30 am
16530
I thought using the Data Environment in VB6 seems like a good idea (in that you can keep all your connections etc in one place). But looking around (the net...
syme321
Offline Send Email
Aug 2, 2004
3:35 am
16531
Hello, We find DataEnvironment very limited as it gets tied with a database and there are again complications like hard coded database file paths. We use ADODB...
Tushar Joshi
tusharvjoshi
Offline Send Email
Aug 2, 2004
3:44 am
16532
Thanks for the demo - they are the techniques I'm currently using, so that's a relief :) ... Beginners2 ... good form? ... to be ... doesn't...
syme321
Offline Send Email
Aug 2, 2004
3:48 am
16533
Sounds elegant but may have a bit of an initial programming overhead - how many databases and tables do you have in your hierarchy? ... database and ... in VB....
syme321
Offline Send Email
Aug 2, 2004
4:27 am
16534
Hello, It is not a fixed hierarchy. It is the method which is standard. Normally we create one class per table which will handle all the data base related ...
Tushar Joshi
tusharvjoshi
Offline Send Email
Aug 2, 2004
4:44 am
16535
Hi Group, I want to exit from my active X control(.ocx), I have a Exit button in that control , on click of which application should exit. I can not use END...
Nilesh Karekar
nilesh_k1
Offline Send Email
Aug 2, 2004
5:28 am
16536
unload me ... From: visualbasic6programming@yahoogroups.com Date: 08/02/04 00:33:40 To: visualbasic6programming@yahoogroups.com Subject: [Visual Basic 6...
Rick Rose
roseri1997
Offline Send Email
Aug 2, 2004
5:30 am
16537
Hello, Add an Exit event to your control and code the event in the application. Regards Tushar ... Tushar...
Tushar Joshi
tusharvjoshi
Offline Send Email
Aug 2, 2004
5:32 am
16538
its not working, it gives error 361 can't load or unload this object ... From: "Rick Rose" <rickr@...> To: <visualbasic6programming@yahoogroups.com> Sent:...
Nilesh Karekar
nilesh_k1
Offline Send Email
Aug 2, 2004
6:04 am
16539
hai all. HAPPY FRIENDSHIP DAY with friendly ramesh pjeyabalasundaram <pjeyabalasundaram@...> wrote: Yahoo! Groups SponsorADVERTISEMENT ... Yahoo! Groups...
Rameesh Govindasamy
grameesh_75
Offline Send Email
Aug 2, 2004
6:08 am
16540
 Thanx and same to u too,By the way 1st August happened to be my bday too. ... [Non-text portions of this message have been removed]...
sanat kumar mishra
sanatkumar_mishra@...
Send Email
Aug 2, 2004
8:48 am
16541
how a report run in multi-user environment using vb6/sql server. actully i m telling about client server application /nteer application. is there anybody can...
Friend For You
yournewlovemate
Offline Send Email
Aug 2, 2004
9:31 am
16542
hello i m using client server application ,we have one server and 10 clients ,when 3 or 4 user access the server at the same time the network speed goes...
Friend For You
yournewlovemate
Offline Send Email
Aug 2, 2004
9:40 am
16543
Hello friends, I am in search of a visual basic program of the subject "MEDICAL STORE BILLING SYSTEM". If anybody has one pls. send to my mail...
STN
servetheneedy@...
Send Email
Aug 2, 2004
10:30 am
16545
Hello group, I have a textfile, the contents of which I am reading into a database table. My aim is to delete any white spaces that may be present at the end ...
Martin
garbzuk
Offline Send Email
Aug 2, 2004
1:12 pm
16546
If it's with spaces use the RTRIM function that will remove all blank spaces in the end of your string ... From: Martin [mailto:martin_garbz@...] Sent:...
Nuno Fernando Afonso ...
naoliveira
Offline Send Email
Aug 2, 2004
1:17 pm
16547
I'd try the RTRIM as suggested, if that doesn't work it means that it isn't a space (ASCII value 32), you'll then need to do further analysis using the ASC...
syme321
Offline Send Email
Aug 3, 2004
12:15 am
16548
you can use this bro... Function TrimVoid(strWhat) '************************* 'Usage: x = TrimVoid(String) '************************* 'Example: Chunk =...
jeffreycruzana
Offline
Aug 3, 2004
3:44 am
16549
dear all, any idea implementing Mail Merge in Powerpoint with VB6? thanks, Ali Akbar...
Ali Akbar
the.apaan@...
Send Email
Aug 3, 2004
7:37 am
16550
Hi Group, Actually I am facing bit problem in a DLL, I want to get the no.of instances of application running on one system. I am adding the code to this...
Ashish Taneja
vickybossus
Offline Send Email
Aug 3, 2004
12:28 pm
16551
Hi people... Consider this piece of code Dim a, b, c, d a = Null b = 0 c = 1 d = 5 Label1.Caption = Format(a + b + c + d, "00") The label1 appears empty...
Frederiko dos Santos ...
frederiko_costa
Offline Send Email
Aug 3, 2004
2:48 pm
16552
You can do this. If IsNumeric(a) = False Then a = 0 ... From: Frederiko dos Santos Costa [mailto:fredec@...] Sent: Tuesday, August 03, 2004 10:54...
Mike Tomasura
miketomasura
Offline Send Email
Aug 3, 2004
2:56 pm
16553
You could dimension all variables as integer, or double of you are using decimal points. Then dimension another variable to hold the sum. You can't tell it to...
Rick Rose
roseri1997
Offline Send Email
Aug 3, 2004
4:53 pm
Messages 16523 - 16553 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