Click here to Skip to main content
15,920,576 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Passing a function as an argument Pin
Dave Kreskowiak10-Feb-05 11:36
mveDave Kreskowiak10-Feb-05 11:36 
GeneralScreen Resolution Pin
HarleyHetz10-Feb-05 7:58
HarleyHetz10-Feb-05 7:58 
GeneralRe: Screen Resolution Pin
Dave Kreskowiak10-Feb-05 8:55
mveDave Kreskowiak10-Feb-05 8:55 
GeneralDVD Title's and Ratings Pin
studlyed10-Feb-05 7:31
studlyed10-Feb-05 7:31 
GeneralMultiColumn Combo Pin
Shahzad Ahmed Khan10-Feb-05 7:00
Shahzad Ahmed Khan10-Feb-05 7:00 
GeneralVB.NET MultiColumn ComboBox Pin
Shahzad Ahmed Khan10-Feb-05 6:51
Shahzad Ahmed Khan10-Feb-05 6:51 
GeneralDistinguishing between MONTHS question.. Pin
Ranchoz7110-Feb-05 5:05
Ranchoz7110-Feb-05 5:05 
GeneralRe: Distinguishing between MONTHS question.. Pin
Jim Matthews10-Feb-05 6:05
Jim Matthews10-Feb-05 6:05 
Hi Rancho,

finding whether it's the first day of the month is easy.
if (datetime.date.day = 1) then
'reset the counter variable
end if
what kind of an application is this? is it persistent in memory, or something that a user will open and close at certain points? if the latter, where are you storing the counter variable? In a database?



-jim
GeneralRe: Distinguishing between MONTHS question.. Pin
Ranchoz7110-Feb-05 6:17
Ranchoz7110-Feb-05 6:17 
GeneralRe: Distinguishing between MONTHS question.. Pin
Dave Kreskowiak10-Feb-05 6:34
mveDave Kreskowiak10-Feb-05 6:34 
GeneralForm loses xp theme with WebBrowser object Pin
carlos_rocha10-Feb-05 4:37
carlos_rocha10-Feb-05 4:37 
GeneralRe: Form loses xp theme with WebBrowser object Pin
Joshua Quick10-Feb-05 10:24
Joshua Quick10-Feb-05 10:24 
GeneralRe: Form loses xp theme with WebBrowser object Pin
carlos_rocha10-Feb-05 22:23
carlos_rocha10-Feb-05 22:23 
GeneralRe: Form loses xp theme with WebBrowser object Pin
Joshua Quick11-Feb-05 6:44
Joshua Quick11-Feb-05 6:44 
Generalreferencing in Word Pin
Stephan Wright9-Feb-05 22:39
Stephan Wright9-Feb-05 22:39 
GeneralDataGrid Problem Pin
Sumit Domyan9-Feb-05 22:35
Sumit Domyan9-Feb-05 22:35 
GeneralRe: DataGrid Problem Pin
Jim Matthews10-Feb-05 5:58
Jim Matthews10-Feb-05 5:58 
GeneralProblems validating an Active Directory path Pin
mystiqu9-Feb-05 21:53
mystiqu9-Feb-05 21:53 
GeneralSubroutines in VB Pin
Mahesh16799-Feb-05 19:49
Mahesh16799-Feb-05 19:49 
GeneralRe: Subroutines in VB Pin
Stephan Wright9-Feb-05 21:21
Stephan Wright9-Feb-05 21:21 
GeneralRe: Subroutines in VB Pin
Just Greeky Creek9-Feb-05 21:45
Just Greeky Creek9-Feb-05 21:45 
Generalwebservice needed for sending sms from web 2 mob Pin
iramg9-Feb-05 17:49
iramg9-Feb-05 17:49 
GeneralRe: webservice needed for sending sms from web 2 mob Pin
Dave Kreskowiak10-Feb-05 5:00
mveDave Kreskowiak10-Feb-05 5:00 
Questionhow to access PC parallel port through vb.net Pin
FutureDream9-Feb-05 12:13
FutureDream9-Feb-05 12:13 
AnswerRe: how to access PC parallel port through vb.net Pin
Christian Graus9-Feb-05 12:30
protectorChristian Graus9-Feb-05 12:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.