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...
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 27227 - 27256 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27227
v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}..shape {behavior:url(#default#VML);} Clean Clean...
Joash Ajuoga
jajuoga
Offline Send Email
Nov 1, 2006
12:51 pm
27228
Hello to all Programmer.. i wana ask a question to you all.. is there any software. that check an exection of .exe file or any system supported file. that on...
Bilal Meer
pagalbilal
Offline Send Email
Nov 1, 2006
1:01 pm
27229
I want my program to read from a sequential access file to a listbox. This is my code: Private Sub Form_Load() Dim strName As String Open "d:\path\anytext.txt"...
acebeentura
Offline Send Email
Nov 1, 2006
6:45 pm
27230
Hi acebeentura, To read all the lines from the file, you need to put the Input statement in a loop. Also, to add item into a ListBox, you should use the...
Raymond C Chow
eraymondchow...
Offline Send Email
Nov 1, 2006
7:28 pm
27231
That's great. That's the exact code I need. Thanks Raymond. ... statement ... AddItem ... listbox. ... the...
acebeentura
Offline Send Email
Nov 1, 2006
9:12 pm
27232
I have an application that runs fine so long as the window is not minimised during a routine that take a long time (upto 59 minutes) This routines keeps...
harrabylad
Offline Send Email
Nov 1, 2006
11:27 pm
27233
Have you tried putting a DoEvents in your code, after the status bar is updated? Derek http://www.dnlcc.com Forums, Source Code, Knowledgebase ... From:...
DW
dwirch
Offline Send Email
Nov 1, 2006
11:58 pm
27234
Your fix allows the minimize and restore to work and the statusbar updates now OK. Trouble is it now ends the routine that was running and also allows the user...
Nigel
harrabylad
Offline Send Email
Nov 2, 2006
12:13 am
27235
I have had quite a few problems with my program which was converted from Delphi into VB. I am also finding that Windows goes haywire and keeps redrawing the...
Nigel
harrabylad
Offline Send Email
Nov 2, 2006
12:17 am
27236
Ok, any other suggestion. I still get the titel bar on the top....
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Nov 2, 2006
2:23 am
27237
Ijust made a simple little program to try this out. I did nothing to the form except change the borderstyle to none and set the windowstate to vbmaximized....
Rick Rose
roseri1997
Offline Send Email
Nov 2, 2006
3:03 am
27238
Guys I need a piece of code or guidance that will allow me to read 3 fields or information from my access table saved on our web server. Any input would be...
George Oro
georgeoro
Offline Send Email
Nov 2, 2006
6:44 am
27239
Doe anyone have a VB6 sample using either GM5S32.dll or GM6S32.dll from GoldMine for creating a Contact Group and adding contacts. I know it uses the...
Randy Robinson
rrobinson550520
Offline Send Email
Nov 2, 2006
1:53 pm
27240
As an alternative to an information/samples to one of these, I'd would love to have the same thing for the GMComAPI.dll from GoldMine. Thanks, Randy ... From:...
Randy Robinson
rrobinson550520
Offline Send Email
Nov 2, 2006
4:44 pm
27241
hi to all, is it possible to read a long binary data in a ms access database? i want to read an image from a database and store it from an image or picturebox...
Elmer Sia
pragmatic_panoy
Offline Send Email
Nov 2, 2006
8:05 pm
27242
Nigel What kind of control is the "status bar" ? If it is actually a PictureBox, that is being updated to simulate what a status bar looks like, then perhaps...
spooboy54
Offline Send Email
Nov 2, 2006
10:45 pm
27243
Hi Spoo, I finally cracked it tonight. 1/ Disable the main menu bar so it cant be accessed. 2/ Use Application.DoEvents() just before any accesses to the...
Nigel
harrabylad
Offline Send Email
Nov 2, 2006
11:20 pm
27244
how to send and fetch data from a dos based program window with vb6? two application running. 1 with vb window and the other one is dos program window. when ...
ken keyser
ken_keyser
Offline Send Email
Nov 3, 2006
5:29 am
27245
Hi to all, Is anyone there has a Visual Basic 6 ADO Programming Ebook? please give me a download link.. Thanks for your help. Jovet...
Jovet
jedc0913
Offline Send Email
Nov 3, 2006
9:51 am
27246
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the visualbasic6programming group. File :...
visualbasic6programmi...
Send Email
Nov 3, 2006
4:52 pm
27247
hello, i have uploaded an e-book about ADO, hope u can find it useful..just go to the files link and search for "PrgVB6Ap.pdf " in the files....god bless...
Elmer Sia
pragmatic_panoy
Offline Send Email
Nov 3, 2006
4:53 pm
27248
hi to all, how can u check if a picturebox contains a picture or not...how can i check it in my code...hope anyone could give me ideas or insights..thanks and...
Elmer Sia
pragmatic_panoy
Offline Send Email
Nov 3, 2006
5:07 pm
27249
Hi! I am creating a sign-up login program. I have 2 forms, the first form is for the login, the other is for sign up. The problem is I created the login form...
acebeentura
Offline Send Email
Nov 3, 2006
5:14 pm
27250
Hi Elmer, If the PictureBox does not have a picture, its Picture property is 0. So, here is how to check if a PictureBox has a picture or not: If...
Raymond C Chow
eraymondchow...
Offline Send Email
Nov 3, 2006
6:39 pm
27251
hi does anybody know how to transfer any file from PC to mobile device through bluetooth (WIDDCOM) please try to find it out... would be very very...
Sanket
obelix_gaulss
Offline Send Email
Nov 3, 2006
6:58 pm
27252
don't worry about posting a lot. That's what we are here for. Just go to Project, then Project Properties. Then change the Startup Object to the form you...
Rick Rose
roseri1997
Offline Send Email
Nov 3, 2006
7:16 pm
27253
oh ok... i really haven't thought about that...thanx for the info raymond..god bless ... 0. So, ... ideas...
Elmer Sia
pragmatic_panoy
Offline Send Email
Nov 3, 2006
8:14 pm
27254
Gentlemen et al., I just wanted to post you a small note... Automatic Train Control (Lite Version) is available free now, thanks to the sponsorship of Tony's...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Nov 4, 2006
12:11 am
27255
Your link does not work mate. Nigel. ... From: Darrin J. Calcutt Date: 04/11/2006 00:12:17 To: visualbasic6programming@yahoogroups.com Subject: [Visual Basic 6...
Nigel
harrabylad
Offline Send Email
Nov 4, 2006
12:20 am
27256
hi friends: plz go throw the following two liks are there: 1) http://www.4shared.com/dir/341193/fc80a288/sharing.html this link u can click to left hand side...
pssuresh1983 kumar
pssuresh1983_vb
Offline Send Email
Nov 4, 2006
12:23 am
Messages 27227 - 27256 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