Click here to Skip to main content
15,896,318 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionneed help on admin access login screen Pin
peteyshrew12-Mar-07 3:10
peteyshrew12-Mar-07 3:10 
Questionconvert string into date format Pin
Pushpa Setty12-Mar-07 2:16
Pushpa Setty12-Mar-07 2:16 
AnswerRe: convert string into date format Pin
Kschuler12-Mar-07 8:04
Kschuler12-Mar-07 8:04 
GeneralRe: convert string into date format Pin
Dave Kreskowiak12-Mar-07 8:25
mveDave Kreskowiak12-Mar-07 8:25 
GeneralRe: convert string into date format Pin
Kschuler12-Mar-07 8:30
Kschuler12-Mar-07 8:30 
AnswerRe: convert string into date format Pin
Dave Kreskowiak12-Mar-07 8:42
mveDave Kreskowiak12-Mar-07 8:42 
Question(VB.NET)clearing all controls in the form by calling a function Pin
venkata lakshmi prasanna12-Mar-07 1:37
venkata lakshmi prasanna12-Mar-07 1:37 
AnswerRe: (VB.NET)clearing all controls in the form by calling a function Pin
Mogtabam12-Mar-07 1:46
Mogtabam12-Mar-07 1:46 
Hi You Must Write The Function Yourself.
For Example I Have 2 TextBox;2 CheckBox&....
I Write a Sub or function Such This:

Sub ClearMyForm()
Text1.text=Dafault Text1
Text2.text=Dafault Text2
Checkbox1.Value=0 'Default Is UnChecked
checkbox2.value=1 'Default Is Checked
.
.
.
End Sub


Good Luck.

Mogtabam
AnswerRe: (VB.NET)clearing all controls in the form by calling a function Pin
Parwej Ahamad12-Mar-07 2:00
professionalParwej Ahamad12-Mar-07 2:00 
Questiondisplaying datagrid row data in to specific textboxes Pin
venkata lakshmi prasanna12-Mar-07 1:33
venkata lakshmi prasanna12-Mar-07 1:33 
AnswerRe: displaying datagrid row data in to specific textboxes Pin
jhoga12-Mar-07 4:26
jhoga12-Mar-07 4:26 
QuestionDatagrid using Combo box and Textbox............... Pin
somagunasekaran12-Mar-07 1:12
somagunasekaran12-Mar-07 1:12 
AnswerRe: Datagrid using Combo box and Textbox............... Pin
Mogtabam12-Mar-07 1:33
Mogtabam12-Mar-07 1:33 
GeneralRe: Datagrid using Combo box and Textbox............... Pin
somagunasekaran12-Mar-07 1:42
somagunasekaran12-Mar-07 1:42 
GeneralRe: Datagrid using Combo box and Textbox............... Pin
Mogtabam12-Mar-07 2:58
Mogtabam12-Mar-07 2:58 
QuestionResize of Form according to System Resolution Pin
Priya_200711-Mar-07 23:46
Priya_200711-Mar-07 23:46 
AnswerRe: Resize of Form according to System Resolution Pin
Mogtabam12-Mar-07 0:44
Mogtabam12-Mar-07 0:44 
AnswerRe: Resize of Form according to System Resolution Pin
sathish s12-Mar-07 1:18
sathish s12-Mar-07 1:18 
AnswerRe: Resize of Form according to System Resolution Pin
Priya_200712-Mar-07 1:29
Priya_200712-Mar-07 1:29 
GeneralRe: Resize of Form according to System Resolution Pin
Mogtabam12-Mar-07 1:38
Mogtabam12-Mar-07 1:38 
GeneralRe: Resize of Form according to System Resolution [modified] Pin
M-Hall12-Mar-07 5:38
M-Hall12-Mar-07 5:38 
Questionvbscript code needed Pin
SailajaMantha11-Mar-07 20:47
SailajaMantha11-Mar-07 20:47 
GeneralRe: vbscript code needed Pin
Guffa12-Mar-07 1:09
Guffa12-Mar-07 1:09 
Questionchanging color of CheckBox Pin
ArchaBhandare11-Mar-07 20:08
ArchaBhandare11-Mar-07 20:08 
AnswerRe: changing color of CheckBox Pin
TwoFaced11-Mar-07 22:31
TwoFaced11-Mar-07 22:31 

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.