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 to share photos of your group with the world? 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 16058 - 16087 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16058
... From: Diego [mailto:georgeoro@...] Sent: Wednesday, June 30, 2004 2:48 PM To: YG VB 6; YG Access Dev Subject: DLL - INI - REGISTRY FILE ??? 1) What...
George Oro
georgeoro
Offline Send Email
Jul 1, 2004
7:11 am
16059
Dear Friends, I am working with Image Combo. I want to load only images not text in image combo. Which i do it through ImageList. Now when i want any image...
garg anuja
anu_garg83
Offline Send Email
Jul 1, 2004
7:14 am
16060
All about winsock... http://www.vbip.com/winsock/index.asp seth ... http://groups.yahoo.com/group/visualbasic6programming/ ... ===== Seth M. Alexander Phoenix...
dnphoenix
Offline Send Email
Jul 1, 2004
9:18 am
16061
1) What is the main use of a DLL file and how to make my own DLL file? A: The use of the DLL is to simplify the program (that's theory;), if you have DLL for...
Nuno Fernando Afonso ...
nuno-f-oliveira@...
Send Email
Jul 1, 2004
9:47 am
16062
Thanks for your input man! Could you or anyone can give more sample? TIA, Diego ... From: Nuno Fernando Afonso Oliveira [mailto:nuno-f-oliveira@...] ...
George Oro
georgeoro
Offline Send Email
Jul 1, 2004
10:01 am
16063
Hi! Can anybody tell me that how can I change icon of my exe file during run time. I'll be thankfull. ... Do you Yahoo!? Yahoo! Mail - Helps protect you from...
Shakeel Ahmed
mesoneel
Offline Send Email
Jul 1, 2004
11:29 am
16064
Hello Guys, I am new to VB need to understand the life cycle of a "Record set object " . I am working on a project , I am using one connection object for the ...
Manoj Mishra
man_shra
Offline Send Email
Jul 1, 2004
12:09 pm
16065
Do you mean give more details? If so there's a lot more to say about DLL, but about INI and Registry it's only missing the way you could work with it. If we...
Nuno Fernando Afonso ...
nuno-f-oliveira@...
Send Email
Jul 1, 2004
12:40 pm
16066
One way is to create a shortcut pointing to that file and change the icon on the shortcut. ... From: Shakeel Ahmed [mailto:mesoneel@...] Sent:...
Nuno Fernando Afonso ...
nuno-f-oliveira@...
Send Email
Jul 1, 2004
12:42 pm
16067
The best way we understand your problem is posting the part of the code with the error, or post how you are opening and closing the rs. What it seems it's...
Nuno Fernando Afonso ...
nuno-f-oliveira@...
Send Email
Jul 1, 2004
12:46 pm
16068
I was real close to banning this person, but decided that this ad might be useful to some programmers. Should ads like this be banned as well? Opinions...
Rick Rose
roseri1997
Offline Send Email
Jul 1, 2004
5:10 pm
16069
Hello Friends I 'm a new in group, I made one data base programme just getting problem in shut down command. shell ("C ..... .... .. ...rundll32") but its...
wdesigner wdesigner
wdesigner2005
Offline Send Email
Jul 1, 2004
6:21 pm
16070
Just joking. Rick, I have another problem when making a database via VB6. I get errors when I set the default value for a field before appending the table to...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Jul 1, 2004
6:28 pm
16071
Something happened that I am not aware of and all of a sudden, the dropdown list that you get while coding, is not coming up. When I type "Me." it is supposed...
Amit Rami
amitrami3
Offline Send Email
Jul 1, 2004
7:49 pm
16072
Its usualy a syntax error somewhere above. I can't remember exactly what, but I have had that happen before. Make sure you are inside a sub or function....
Shawn Yates
zindar2000
Offline Send Email
Jul 1, 2004
7:55 pm
16073
Hello, We have immediate (3) multiple openings in Bay Area, CA for 4-6 months contract. Skills Req: Visual Basic, C++, Oracle, SQL Server, .NET Experience in...
pcm1778
Offline Send Email
Jul 1, 2004
8:40 pm
16074
Thanks Shawn. Got it fixed. ... <http://us.ard.yahoo.com/SIG=129vof0dp/M=295196.4901138.6071305.3001176/ ... ...
Amit Rami
amitrami3
Offline Send Email
Jul 1, 2004
8:54 pm
16075
I wouldn't have banned him... ... Don Roberts http://tv.groups.yahoo.com/group/seinfeldpreservationsociety/ http://groups.yahoo.com/group/windows-tips/ Please...
Don Roberts
droberts_00
Offline Send Email
Jul 2, 2004
12:28 am
16076
Hello All: I want to divide my application as below: 1. the GUI part in Visual Basic 6, 2. the application part in C++. I will do object oriented design for...
Omar Hashmi
omarhashmi786
Offline Send Email
Jul 2, 2004
2:50 am
16077
Very funny Darrin. I have never been able to create a database with VB6. I always get errors. So, I always create it with Access and go from there. Can you...
Rick Rose
roseri1997
Offline Send Email
Jul 2, 2004
3:26 am
16078
Make the DLL's out of C++ and you can call them in VB6. ... From: Omar Hashmi [mailto:omarhashmi786@...] Sent: Thursday, July 01, 2004 9:51 PM To:...
Rick Rose
roseri1997
Offline Send Email
Jul 2, 2004
3:30 am
16079
What OS are you using. The shut down commands are different in 98 and XP ... From: wdesigner wdesigner [mailto:wdesigner2005@...] Sent: Thursday, July...
Rick Rose
roseri1997
Offline Send Email
Jul 2, 2004
3:31 am
16080
Hi, You can try the following. 1.Close the record set after finishing the process(ie) end of function (in all your functions) if recordset.state = adstateopen...
Arul Nayagam
arul@...
Send Email
Jul 2, 2004
3:51 am
16081
You can compile C++ source and VB source into one application in .NET, but not otherwise. You should probably compile the C++ into a DLL and call it from you...
Clayton Mellina
cemellina
Offline Send Email
Jul 2, 2004
4:25 am
16082
Hi I have had a site: www.geocities.com/m_alian14 Now, I have a VB group too that I want to invite you to visit it and join it if you found it useful for...
m_alian2003
Offline Send Email
Jul 2, 2004
7:29 am
16083
I want to load all taskbar icons?...
m_alian2003
Offline Send Email
Jul 2, 2004
7:29 am
16084
He is only in the list to shows us his site, didn't give any contribution to the list so I think it should be banned, and all other ads like this should be...
Nuno Fernando Afonso ...
nuno-f-oliveira@...
Send Email
Jul 2, 2004
9:29 am
16085
Not a very bad one. Some persons might have found the link useful for development. With Regards Karthick V The basic rule of human nature is that powerful...
V Karthick
cartque
Offline Send Email
Jul 2, 2004
10:17 am
16086
Hi! Friends I'm facing problem in winsock. Whenever I connect two computers via winsock then server computer disconnect the connection and show the error...
Shakeel Ahmed
mesoneel
Offline Send Email
Jul 2, 2004
11:11 am
16087
Dear friends, I hope that this is an appropriate question I am asking. I want to know, is there any source, site on the net which is enough resource for...
Tanvir Chowdhury
king_tanvir
Offline Send Email
Jul 2, 2004
12:21 pm
Messages 16058 - 16087 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