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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 24562 - 24591 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24562
Daer all i have a system which will process the orders when they send them by mail . i tried the autoreply of out look it dont work actualy it will send only...
m.a mehran
mehranet
Offline Send Email
Mar 1, 2006
8:02 am
24563
thanks dude it really helped me , but is there a way that I put the songs in differnt folders with the project directory and then reference the player or the...
priceboy princeboy
ketabzai
Offline Send Email
Mar 1, 2006
9:13 am
24564
i am using Listview tool to show values stored in a table of MS ACCESS. i want to select any 1 row from the listview and accordingly the same row's individula...
sultan bal
sultansbal
Offline Send Email
Mar 1, 2006
10:46 am
24565
hello again ,, the problem is not solved yet..please help me.. i need it urgently. suppose c:\receive folder has text file rec.txt here is my code 1)Dim dbs As...
madam curie
madhuri_s005
Offline Send Email
Mar 1, 2006
10:46 am
24566
Hi Friends, If anybody can send good ebooks on VB and VB.net on my email id, i would be very greatfull. Please dont ignore it, i really need that. Thanks and...
Varun Bakshi
varun_20005
Offline Send Email
Mar 1, 2006
12:33 pm
24567
i reqire a program wihich will convert my exe fiel to may source code as i lost my program code which reqires to be modi fi plz plz help me ... Jiyo cricket on...
srg srg
srgamc420
Offline Send Email
Mar 1, 2006
1:16 pm
24568
www.connectionstrings.com Rick Rose ... From: yuva raj Date: 03/01/06 00:59:09 To: visualbasic6programming@yahoogroups.com Subject: [Visual Basic 6...
Rick Rose
roseri1997
Offline Send Email
Mar 1, 2006
3:42 pm
24569
Hi guys :), Hi can I call or use a function? I can only use a sub. How can I use this function Function SecsToMins(Secs As Integer) If Secs < 60 Then...
yoh_asakura_aries
yoh_asakura_...
Offline Send Email
Mar 2, 2006
12:54 am
24570
Hey there - First, your function has to have a way of returning a value to the caller. I am assuming that the returned value will be a string with time...
DW
dwirch
Offline Send Email
Mar 2, 2006
1:15 am
24571
Hi, Yeah I get it. Thanks Alot.. thanks DW <dwirch@...> wrote: Hey there - First, your function has to have a way of returning a value to the caller. I...
Yoh_Asakura Aries
yoh_asakura_...
Offline Send Email
Mar 2, 2006
2:09 am
24572
No problem. Happy to help! ... Computer programming languages Programming languages C++ programming language Software programming language ... ...
Derek
dwirch
Offline Send Email
Mar 2, 2006
2:27 am
24573
sql = "select * from Card where CardType =Monthly " When i write this in code its giving an error can sum 1 pls tell me fast ... Yahoo! Mail Use Photomail to...
Brunda G
lucky_4all16
Offline Send Email
Mar 2, 2006
9:37 am
24574
... What error do you get??...
Kenneth Danner
racermand289
Offline Send Email
Mar 2, 2006
9:50 am
24575
change the sql to include a single quote in monthly like sql = "select * from Card where CardType ='Monthly' " vinod...
vinod kumar gangadharan
vinodganga
Offline Send Email
Mar 2, 2006
10:00 am
24576
select * from Card where CardType ='Monthly' Brunda G <lucky_4all16@...> wrote: sql = "select * from Card where CardType =Monthly " When i write this in...
Kunal vora
kunal_842004
Offline Send Email
Mar 2, 2006
12:50 pm
24577
Hi, I want to ask about crystal report I create reports using crystal report and i want to install it in client computer without visual basic. so, the report...
Santosa
san_mails
Offline Send Email
Mar 2, 2006
1:04 pm
24578
Text1.Text=ListView1.SelectedItem ' 1st Item Text2.Text=ListView1.SelectedItem.SubItems(1) '2nd Item and so on........ sultan bal...
Ayaz Ahmed
ayazahmed78
Offline Send Email
Mar 2, 2006
1:20 pm
24579
Sorry, but your algorithm is "Clear as mud". Why not: Function SecsToMinutes(Secs as Integer) Dim iMinutes, iSeconds as integer If Secs < 60 then ' Return...
Bart Toole
toole130
Offline Send Email
Mar 2, 2006
1:36 pm
24580
Thnx 2 evry1 who answered my ques nd culd sum1 tell me where can i get Crystalreports s/w from will it b there in the VB6.0 CD Kunal vora...
Brunda G
lucky_4all16
Offline Send Email
Mar 2, 2006
3:14 pm
24581
Note: forwarded message attached. ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. [Non-text...
sultan bal
sultansbal
Offline Send Email
Mar 2, 2006
5:12 pm
24582
can't be done i tried it umpteen times for vb6 datagrid u got 2 choices 1) use adodc 2) use a class ... __________________________________________________ Do...
adrianlwk@...
adrianlwk
Offline Send Email
Mar 2, 2006
5:35 pm
24583
i suggest.. open access database file tools menu -> database utilities -> convert database -> to prior version and then check after converting!! ...
nilesh makwana
nilesh16282
Offline Send Email
Mar 2, 2006
6:06 pm
24584
I give up. I have spent 6 hours trying to get this simple SQL statement to work. This works like a champ: SQLstr = "DELETE FROM [History] WHERE [Record Index]...
Craig
wurlitzer28
Offline Send Email
Mar 2, 2006
8:48 pm
24585
I'm not totally sure if this will work with a Delete statement or not, but you could always try this: SqlStr = "DELETE FROM [History] WHERE [Record Index] IN...
Michael Lackey
ebi_furya_re...
Offline Send Email
Mar 2, 2006
8:57 pm
24586
Hi Craig, Date values must be used with the appropriate syntax to be understood. Access97 or more correctly the Jet Engine behind Access needs to have date ...
Dan Opiela
daniel_opiela
Offline Send Email
Mar 2, 2006
9:47 pm
24587
Dear Michael , In Access # is used and in SQL Server ' is used if field type is date.Try this sttmt as SQLstr = "DELETE FROM [History] WHERE [LogTime] < #" &...
RITESH RATHOUR
ritesh_s_rat...
Offline Send Email
Mar 3, 2006
3:13 am
24588
try this one: sql = "select * from Card where CardType = 'Monthly' " or sql = "select * from Card where CardType in('Monthly') " or sql = "select * from Card...
stiglobalres global
stiglobalres
Online Now Send Email
Mar 3, 2006
11:02 am
24589
Rick Rose <wolf.rose@...> wrote: www.connectionstrings.com Rick Rose ... From: yuva raj Date: 03/01/06 00:59:09 To:...
stiglobalres global
stiglobalres
Online Now Send Email
Mar 3, 2006
11:12 am
24590
Thanks Dan, I think you got me closer but still no joy. I have an Error routine which writes to a file the Procedure, the SQLstr, and the Microsoft error. I...
Craig
wurlitzer28
Offline Send Email
Mar 3, 2006
2:39 pm
24591
Dan, Ritesh, Michael thanks to you all it is now working. Dan and Ritesh's syntax still created an error but the error made more sense. It looked like it could...
Craig
wurlitzer28
Offline Send Email
Mar 3, 2006
3:06 pm
Messages 24562 - 24591 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