Click here to Skip to main content
15,919,434 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: User authentication in Windows Forms Pin
DxSolo26-Mar-03 3:30
DxSolo26-Mar-03 3:30 
GeneralSelct from Multiple Access mdb's Pin
Marc Hennebery17-Mar-03 18:43
Marc Hennebery17-Mar-03 18:43 
GeneralRe: Selct from Multiple Access mdb's Pin
Danny Blanchard17-Mar-03 19:11
Danny Blanchard17-Mar-03 19:11 
GeneralRe: Selct from Multiple Access mdb's Pin
Marc Hennebery17-Mar-03 19:29
Marc Hennebery17-Mar-03 19:29 
GeneralAccessing an Imagelist in VB.NET Pin
dgwood17-Mar-03 5:40
dgwood17-Mar-03 5:40 
GeneralRe: Accessing an Imagelist in VB.NET Pin
Danny Blanchard17-Mar-03 14:20
Danny Blanchard17-Mar-03 14:20 
GeneralRe: Accessing an Imagelist in VB.NET Pin
dgwood17-Mar-03 14:37
dgwood17-Mar-03 14:37 
GeneralTranslate VB Function -> C++ Pin
mduarte16-Mar-03 9:33
mduarte16-Mar-03 9:33 
How can I translate de following VB function ?

Function DateToNumber(dOrig as Date) as Long
Dim HDate as date
HDate = DateSerial(1900,1,1) + TimeSerial(0,0,0)
DateToNumber = Abs(DateDiff("d",HDate,dOrig))
End Function

Regards,

Marcelo
QuestionCould you tell me how to kill a existing process from another program ? Pin
DengJW13-Mar-03 22:09
DengJW13-Mar-03 22:09 
AnswerRe: Could you tell me how to kill a existing process from another program ? Pin
Hesham Amin14-Mar-03 1:21
Hesham Amin14-Mar-03 1:21 
AnswerRe: Could you tell me how to kill a existing process from another program ? Pin
Michael Combs14-Mar-03 5:50
Michael Combs14-Mar-03 5:50 
GeneralI am using VB6, OS is W2K Pro, any more ideas? Pin
DengJW14-Mar-03 16:31
DengJW14-Mar-03 16:31 
GeneralRe: I am using VB6, OS is W2K Pro, any more ideas? Pin
Michael Combs15-Mar-03 6:23
Michael Combs15-Mar-03 6:23 
AnswerRe: Could you tell me how to kill a existing process from another program ? Pin
Duncan Edwards Jones18-Mar-03 1:15
professionalDuncan Edwards Jones18-Mar-03 1:15 
GeneralSetting System Time Pin
Nic Rowan13-Mar-03 21:49
Nic Rowan13-Mar-03 21:49 
GeneralRe: Setting System Time Pin
Hesham Amin14-Mar-03 1:17
Hesham Amin14-Mar-03 1:17 
GeneralRe: Setting System Time Pin
Nic Rowan14-Mar-03 1:21
Nic Rowan14-Mar-03 1:21 
GeneralRe: Setting System Time Pin
Bo Hunter16-Mar-03 17:16
Bo Hunter16-Mar-03 17:16 
GeneralRe: Setting System Time Pin
Bo Hunter16-Mar-03 17:17
Bo Hunter16-Mar-03 17:17 
GeneralRe: Setting System Time Pin
Nic Rowan16-Mar-03 22:39
Nic Rowan16-Mar-03 22:39 
Generaldifference between windows Shutdown and restart Pin
r i s h a b h s13-Mar-03 18:46
r i s h a b h s13-Mar-03 18:46 
GeneralWindows Service Dependencies Pin
Matt Philmon13-Mar-03 8:19
Matt Philmon13-Mar-03 8:19 
GeneralRe: Windows Service Dependencies Pin
Michael Combs14-Mar-03 6:04
Michael Combs14-Mar-03 6:04 
GeneralRe: Windows Service Dependencies Pin
Matt Philmon18-Mar-03 3:05
Matt Philmon18-Mar-03 3:05 
GeneralUpdate Dataset from a Datagrid Pin
Grégory13-Mar-03 5:28
Grégory13-Mar-03 5:28 

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.