Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? 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 3933 - 3962 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3933
Hi Question You know when you download one of those free programs, and after 30days the program is no longer active. I am woudering how to do that in my...
rustbuckets4
Offline
Mar 2, 2003
2:33 am
3934
Hi Guys Surprise surprise I've found another bug in the App I am developing. This bug is to do with some (though not all) of the radio button groups used...
Ivan Angell
ivanak47
Offline Send Email
Mar 2, 2003
8:48 pm
3935
Hi When Ur program starts, get the system date and store it in the registry(Do this only once). Keep checking the value in the registry every time the program...
Karthick V
cartque
Offline Send Email
Mar 3, 2003
3:49 am
3936
Hi ! Take a look at Pscode.com there should be an answer... ... From: rustbuckets4 [mailto:no_reply@yahoogroups.com] Sent: Saturday, March 01, 2003 6:34 PM To:...
Vargas, Daniel
dvargas@...
Send Email
Mar 3, 2003
3:04 pm
3937
I think this is not a "secure" option.. since users can set back their system date and they will have more "trial" days... that's what users do! ... From:...
Vargas, Daniel
dvargas@...
Send Email
Mar 3, 2003
3:53 pm
3938
pscode.com has a code which provides a more secure way. It keep tracks of the current date everytime the application is run and so can check for any changes in...
Karthick V
cartque
Offline Send Email
Mar 4, 2003
3:37 am
3939
I am also interested. Umesh Anand 91-011-25741816 0-9811182616 ... <mailto:VB-OSC-Programming-Group-subscribe@yahoogroups.com> ... ...
Umesh Anand
urmineforeve...
Offline Send Email
Mar 4, 2003
9:22 am
3940
Hi I am trying to change the IP address of the computer without rebooting (Windows 2K professional). Since I would be doing it programmatically (using VB6), I...
Karthick V
cartque
Offline Send Email
Mar 4, 2003
12:04 pm
3941
have you tried to ipconfig /release and ipconfig/renew ... rebooting ... programmatically ... since ... information ... information...
chartscanner
Online Now
Mar 4, 2003
1:12 pm
3942
One thing you may well have to allow for is the fact that the DHCP server (if used) may take its time in giving you a new IP address. Regards Ivan ... From:...
Ivan Angell
ivanak47
Offline Send Email
Mar 4, 2003
2:18 pm
3943
Hi: I have a VB 6.0 client/server application that uses MS Access 2000 as DBMS. I use ADO to manipulate data. For ease of use I designed the reports in the...
alma_quiroz_lopez <al...
alma_quiroz_...
Offline Send Email
Mar 4, 2003
4:24 pm
3944
Hi Everybody, how can I intercept the "request a read receipt for this message" statement set to an e-mail... and cancel that request programatically...?? ...
Vargas, Daniel
dvargas@...
Send Email
Mar 4, 2003
5:09 pm
3945
HI now i go to pscode.com. Now what do i look for? I mean what is the code under. Thanks ... tracks of the current date everytime the application is run and...
rustbuckets4
Offline
Mar 4, 2003
6:35 pm
3946
sounds like something that should never be done. ;-) ... From: "Karthick V" <karthickv@...> To: "-vb" <-vb@yahoogroups.com>; "vb_net"...
JamesHollandJr
jimhollandjr
Offline Send Email
Mar 4, 2003
7:17 pm
3947
Hello Im trying to create a program that will use netsend to communicate over our server but I dont want it to say who the message is from... if anyone has any...
devilstoy13 <mvrck141...
devilstoy13
Offline Send Email
Mar 4, 2003
9:25 pm
3948
Can anybody help me to modify this program? Imports System.Windows.Forms Class CDay Inherits Object Private mMonth As Integer ' 1-12 Private mDay As Integer '...
leideh
Offline Send Email
Mar 5, 2003
12:55 am
3949
Hi how can i do for this: My DTS service convert diferentes DBF files if they are in diferent folders? thanks!!! [Non-text portions of this message have been...
Emmanuel Corona
emmanuel_cor...
Offline Send Email
Mar 5, 2003
1:48 am
3950
I don't quite know why you would create a class to do this... but I thought this might be helpful... I wouldn't create a class to do this... I would use the...
Theron Bird
tbird321
Offline Send Email
Mar 5, 2003
2:54 am
3951
i didn't create that.. it's an example from my textbook and i have to modify that by adding the nextday method and then test it using loop in a new module....
beibeh fei
leideh
Offline Send Email
Mar 5, 2003
3:21 am
3952
How do I capture the tab character (Using "Keypress" event) in a TextEdit control in VB.NET when I press the tab key on my keyboard?...
noodle896
Offline Send Email
Mar 5, 2003
3:29 am
3953
I'm sending the files that I got from pscode.com. This would be simpler than searching ;-) karthick v ... From: rustbuckets4 [mailto:no_reply@yahoogroups.com] ...
Karthick V
cartque
Offline Send Email
Mar 5, 2003
3:30 am
3954
Sorry about the earlier mail, the attachment was missing karthick v ... From: "Karthick V" <karthickv@...> To: <visualbasic_official@yahoogroups.com> ...
Karthick V
cartque
Offline Send Email
Mar 5, 2003
3:39 am
3955
Add this sub to your class ... and try it out. Public Sub NextDay() Dim oDate As Date oDate = CDate(mMonth & "/" & mDay & "/" & mYear) oDate = oDate.AddDays(1)...
Theron Bird
tbird321
Offline Send Email
Mar 5, 2003
5:28 am
3956
How do I check the size of a input? For example, if someone types in a zip code, how do I check to see if they interred 5 numeric characters? K. David...
Griessmann, David
dgriessmann
Offline Send Email
Mar 5, 2003
1:17 pm
3957
Hi Dave, Suppose u want to check the total characters entered are 5, then u must set the MAXLENGTH property of textbox to 5. This will help u to store only...
Nilesh Hajare
n_hajare
Offline Send Email
Mar 5, 2003
1:35 pm
3958
First, use the Textbox's KeyPress event to prevent user from entering anything but numbers in the first place: Private Sub Textbox1_KeyPress(KeyAscii As...
William Flis
williamflis
Offline Send Email
Mar 5, 2003
3:23 pm
3959
TAB has the value of "09". ;-) ... From: "noodle896" <noodle896@...> To: <visualbasic_official@yahoogroups.com> Sent: Tuesday, March 04, 2003 9:29 PM ...
JamesHollandJr
jimhollandjr
Offline Send Email
Mar 5, 2003
5:53 pm
3960
How can you effectively code against what was clicked in a vbOKCancel msgbox? K. David Griessmann Manager CAD Operations Hixson 659 Van Meter Street ...
Griessmann, David
dgriessmann
Offline Send Email
Mar 5, 2003
7:06 pm
3961
You can use simple code like this: Select Case MsgBox("Click Ok or Cancel", vbOKCancel, "Test") Case vbOK: MsgBox ("You clicked Ok") Case vbCancel: MsgBox...
Steve Ross
goofymyhero2001
Offline Send Email
Mar 5, 2003
7:12 pm
3962
I'm having a problem retreiving a value from a session variable on a web page. All I want to do is include the orderID in the subject line of an email....
flavorsavoryeah
Offline Send Email
Mar 6, 2003
12:31 am
Messages 3933 - 3962 of 9530   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