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...
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 15318 - 15356 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15318
Yahoo! India Matrimony: Find your partner online. [Non-text portions of this message have been removed]...
Pankaj Gupta
guptapankaj11
Offline Send Email
May 1, 2004
7:06 am
15319
Hi All! as this subject shows, for protection of my program from copy(!!!) i need to force my program that only run on customer PC. for that purpose, I want to...
Nasser F
nasser_simple
Offline Send Email
May 1, 2004
7:16 am
15320
Hi, I have created vc++ functions to retrieve image tags from given image. how to do use that vc++ dll in vb6.0 to display it. bye santhosh...
san_jaya_2002
Offline Send Email
May 1, 2004
5:52 pm
15321
this function returns a string based from the parameter... text1.text = KillHTMLTags(<Your String HEre>)...
jeffreycruzana
Offline
May 2, 2004
1:39 am
15322
I defined an Adodc object in a form to connect to Access database. The setup of this Adodc was using Microsoft OLEDB 3.51 as provider where the location of the...
Alex Ramzi
dralitime
Offline Send Email
May 2, 2004
9:21 pm
15323
I have created a DSN using ODBC and was able to connect to my SQL Server using the DSN. But when I tried to create a Crystal Report in my VB program using the...
risk_sly
Offline Send Email
May 3, 2004
2:21 am
15324
Esta es la forma. This is the most simple way to do it... For i% = 1 To Rpt01.Database.Tables.Count Rpt01.Database.Tables(i%).SetLogOnInfo "ServerName,...
Csar
ccrr_ruiz
Offline Send Email
May 3, 2004
2:59 am
15325
I have a procedure in a timer, which runs after the form is loaded. The error tells my processor is to long. Hmmm, I did not know there was a limit. Does...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
May 3, 2004
6:02 am
15326
hai ragasudha_79 <ragasudha_79@...> wrote: Can anybody post the (VB) coding for connecting to the IIS to retrive the details like all names of the sites...
Rameesh Govindasamy
grameesh_75
Offline Send Email
May 3, 2004
6:46 am
15327
Im trying to write a program in VB that makes use of Crystal Report as my report engine. Im using MS SQL Server as a back-end database. I have created a DSN...
dale thomas
risk_sly
Offline Send Email
May 3, 2004
6:51 am
15329
hi Mr.Thomas,, i can help u if u come online on yahoo messenger,,i'm online right now!!! regards, Chandrasekhar. dale thomas <risk_sly@...> wrote: Im...
babji bannu
babji_bannu
Offline Send Email
May 3, 2004
7:43 am
15330
Guys please help me . Let me know the best way to check weather the state of my Record set after opening it. I want to check if it is empty or have some...
Manoj Mishra
man_shra
Offline Send Email
May 3, 2004
7:47 am
15331
I need to insert unicode text in a sql server database, so i set the type of the field to nvarchar and my default reginal settings to farsi but with insert ...
hhamidreza62
Offline Send Email
May 3, 2004
7:50 am
15332
hi,, view the attachment,,, chandra. dale thomas <risk_sly@...> wrote: Im trying to write a program in VB that makes use of Crystal Report as my report...
babji bannu
babji_bannu
Offline Send Email
May 3, 2004
8:04 am
15333
Can You give the following details OS : Did you install your unicode settings in ur OS.. You can view it in Control Panel-->Regional Settings.. You may use...
Karthikeyan Muthurajan
mkarthik@...
Send Email
May 3, 2004
8:13 am
15334
Hi Chandra, I received the mail but there's no attachment.. please send again.. thanks so much! :) babji bannu <babji_bannu@...> wrote: hi,, view the...
dale thomas
risk_sly
Offline Send Email
May 3, 2004
8:13 am
15335
Mr.Thomas, Pls View the attachment,,its in MS-WORD now,, regards,, chandra.. ... Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs [Non-text...
babji bannu
babji_bannu
Offline Send Email
May 3, 2004
8:18 am
15336
The no is 255 controls. 256 if U include the form also. With Regards Karthick V A fanatic is one who can't change his mind and won't change the subject. -Sir...
V Karthick
cartque
Offline Send Email
May 3, 2004
8:44 am
15337
you should use "N" as a prefix for the insert command so that the text is recognized as unicode text ex. insert into table_1 values (N'unicode text1',...
V Karthick
cartque
Offline Send Email
May 3, 2004
8:44 am
15338
One Method m using, rs.open ( query) rs.movelast recordcount=rs.recordcount rs.movefirst it will spped up u r programe also abt 33 % Yahoo! India Matrimony:...
VB on WWW
wwwdirzala@...
Send Email
May 3, 2004
10:48 am
15339
OOOOOH, i f u r askin the state of recordset use rs.state will be 0 ' if recordset is close and use rs.state will be 1 ' if recordset is open Manoj Mishra...
VB on WWW
wwwdirzala@...
Send Email
May 3, 2004
10:50 am
15342
hi group, i'm using MS Access and VBA on client and PostGIS database on server (linux redhat, apache). what i need to do with VBA is 1. copy a couple of given...
stefandonath
Offline Send Email
May 3, 2004
1:24 pm
15345
This is the sub I use to connect to a database. Try it and see if it helps you. It's not using OLEDB, but it still works. Public Sub Connect() Dim dbPath As...
Rick Rose
roseri1997
Offline Send Email
May 3, 2004
6:37 pm
15346
Hi All, By trial and error I figured out which statement was causing the problem in Word 97. It was Selection.NoProofing = False Aparently this is not a valid...
r_gracious
Offline
May 3, 2004
8:10 pm
15347
Thomas:, this may help you ... From: Csar To: visualbasic6programming@yahoogroups.com Sent: Sunday, May 02, 2004 10:59 PM Subject: Re: [Visual Basic 6...
Csar
ccrr_ruiz
Offline Send Email
May 3, 2004
8:27 pm
15348
I'd like to develop an application wich makes backup of all my computers in the network. I have some questions ... 1) How can I view all the network places in...
Frederiko dos Santos ...
fredec@...
Send Email
May 3, 2004
8:31 pm
15349
Hello Dear The another way to by which you can check tha your record file contains data or not just check the size of the file OR simply add an index to your...
Mr Ghayas
mister_ghayas
Offline Send Email
May 4, 2004
1:31 am
15354
i use a datagrid include quantity, price and total. but i don't know how to count the total using by datagrid so that when i input a quantity and price, the...
fuyuksuki
Offline Send Email
May 4, 2004
8:50 am
15355
Hi friends, I have created application that get Drive letter of CD Drive. I m using File system object to retrieve information of it. One of my client have CD...
VB on WWW
wwwdirzala@...
Send Email
May 4, 2004
9:02 am
15356
Try this one. It should work Private Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long Private Sub...
V Karthick
cartque
Offline Send Email
May 4, 2004
9:10 am
Messages 15318 - 15356 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