Click here to Skip to main content
15,906,645 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Threading ? Pin
svanwass31-Oct-07 5:35
svanwass31-Oct-07 5:35 
QuestionGetting database names with windows authentication Pin
dptalt30-Oct-07 2:58
dptalt30-Oct-07 2:58 
AnswerRe: Getting database names with windows authentication Pin
Abhijit Jana30-Oct-07 3:31
professionalAbhijit Jana30-Oct-07 3:31 
GeneralRe: Getting database names with windows authentication Pin
dptalt5-Nov-07 4:38
dptalt5-Nov-07 4:38 
Questionshowing a modal form at a location Pin
aransiola30-Oct-07 2:39
aransiola30-Oct-07 2:39 
AnswerRe: showing a modal form at a location Pin
Tom Deketelaere30-Oct-07 2:48
professionalTom Deketelaere30-Oct-07 2:48 
AnswerRe: showing a modal form at a location Pin
nlarson1130-Oct-07 5:08
nlarson1130-Oct-07 5:08 
QuestionDateTimePicker Pin
nishkarsh_k29-Oct-07 22:56
nishkarsh_k29-Oct-07 22:56 
I am using a datetimepicker in my VB 2005 express application

I wan to
Initialize the DTPicker as per the user input
Restrict the min and max values as per user input
Also keep on changing these settings in the application as user is allowed to change/edit input

I tried using can any one please help me with it

I had tried codes like the following

DTPk_reg_day.Value = New Date(Val(cmb_reg_year.Text), cmb_reg_month.SelectedIndex + 1, 1)

is there any provision of NULL value??

DTPk_reg_day.MinDate = New Date(Val(cmb_reg_year.Text), cmb_reg_month.SelectedIndex + 1, 1)
DTPk_reg_day.MaxDate = New Date(Val(cmb_reg_year.Text), cmb_reg_month.SelectedIndex + 1, DTPk_reg_day.Value.MaxValue.Day)

But i am mot successful in achieving all the requirements at the same time

Is there any ways i can also have a NULL value
AnswerRe: DateTimePicker Pin
Christian Graus29-Oct-07 23:13
protectorChristian Graus29-Oct-07 23:13 
AnswerRe: DateTimePicker Pin
visualhint30-Oct-07 3:00
visualhint30-Oct-07 3:00 
QuestionDataGridViewTextBoxColumn to DataGridViewComboBoxColumn Help... Pin
vbDigger'z29-Oct-07 22:29
vbDigger'z29-Oct-07 22:29 
AnswerRe: DataGridViewTextBoxColumn to DataGridViewComboBoxColumn Help... Pin
Dave Kreskowiak30-Oct-07 5:12
mveDave Kreskowiak30-Oct-07 5:12 
Questioncheckbox in datagrid Pin
SamRST29-Oct-07 21:27
SamRST29-Oct-07 21:27 
AnswerRe: checkbox in datagrid Pin
Abhijit Jana30-Oct-07 1:21
professionalAbhijit Jana30-Oct-07 1:21 
QuestionRemote Desktop First Step Pin
AhmedOsamaMoh29-Oct-07 21:17
AhmedOsamaMoh29-Oct-07 21:17 
AnswerRe: Remote Desktop First Step Pin
Abhijit Jana30-Oct-07 1:26
professionalAbhijit Jana30-Oct-07 1:26 
GeneralRe: Remote Desktop First Step Pin
AhmedOsamaMoh30-Oct-07 2:46
AhmedOsamaMoh30-Oct-07 2:46 
GeneralRe: Remote Desktop First Step Pin
Abhijit Jana30-Oct-07 3:34
professionalAbhijit Jana30-Oct-07 3:34 
GeneralRe: Remote Desktop First Step Pin
AhmedOsamaMoh30-Oct-07 23:43
AhmedOsamaMoh30-Oct-07 23:43 
QuestionCookie-English Pin
MrFulvio29-Oct-07 20:57
MrFulvio29-Oct-07 20:57 
AnswerRe: Cookie-English Pin
Dave Kreskowiak30-Oct-07 5:12
mveDave Kreskowiak30-Oct-07 5:12 
QuestionCookie Pin
MrFulvio29-Oct-07 20:54
MrFulvio29-Oct-07 20:54 
Questiongrid view control Pin
kadkir29-Oct-07 20:02
kadkir29-Oct-07 20:02 
AnswerRe: grid view control Pin
Abhijit Jana30-Oct-07 1:19
professionalAbhijit Jana30-Oct-07 1:19 
QuestionCreating Dynamic menu from database in vb.Net Pin
poonams29-Oct-07 18:56
poonams29-Oct-07 18:56 

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.