Click here to Skip to main content
15,914,165 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: How to Access TextBox in my own class [modified] Pin
MickYL9-Jul-06 0:58
MickYL9-Jul-06 0:58 
QuestionSerialport Pins changed event in vb? Pin
siteslayer7-Jul-06 18:08
siteslayer7-Jul-06 18:08 
Questionhow do u make your classes accessible [modified] Pin
MickYL7-Jul-06 15:29
MickYL7-Jul-06 15:29 
AnswerRe: how do u make your classes accessible Pin
Jun Du7-Jul-06 16:01
Jun Du7-Jul-06 16:01 
GeneralRe: how do u make your classes accessible Pin
MickYL8-Jul-06 14:26
MickYL8-Jul-06 14:26 
Questiondate time matching Pin
_tasleem7-Jul-06 15:07
_tasleem7-Jul-06 15:07 
AnswerRe: date time matching Pin
Asif Sayed7-Jul-06 17:25
Asif Sayed7-Jul-06 17:25 
GeneralRe: date time matching Pin
_tasleem8-Jul-06 1:44
_tasleem8-Jul-06 1:44 
str="INSERT INTO tblHistoryLog(UserId,UserAction,TableName,ActionDate,TrDoneOn) VALUES('" + CheckValues.strUserId + "','NEW RECORD','USER TABLE','" + DateTime.Now + "','" + cmbTAUserId.Text + "')";
where ActionDate datatype if datetime.
i had inserted record in the table and inserted properly.

the query that uses the comparison
"SELECT * FROM tblHistoryLog WHERE (ActionDate BETWEEN #"+ dtpTo.Value +"# AND #"+ dtpFrom.Value +"#)"
but it gives the no result
i had tried to use this but it does not compile so i had to use above
"+ #dtpTo.Value# +" AND "+ #dtpFrom.Value# +"

Tasleem Arif
GeneralRe: date time matching [modified] Pin
Guffa8-Jul-06 2:07
Guffa8-Jul-06 2:07 
GeneralRe: date time matching Pin
_tasleem8-Jul-06 2:15
_tasleem8-Jul-06 2:15 
AnswerRe: date time matching Pin
Guffa8-Jul-06 5:20
Guffa8-Jul-06 5:20 
GeneralRe: date time matching Pin
Asif Sayed8-Jul-06 6:17
Asif Sayed8-Jul-06 6:17 
QuestionWebClient + How to? [modified] Pin
alexvw7-Jul-06 14:54
alexvw7-Jul-06 14:54 
QuestionCrystal report asking for UserName & Password Pin
Syed Ali Raza7-Jul-06 10:17
Syed Ali Raza7-Jul-06 10:17 
AnswerRe: Crystal report asking for UserName & Password Pin
Dave Sexton7-Jul-06 21:53
Dave Sexton7-Jul-06 21:53 
Questionproblem using LVM_SETTEXTBKCOLOR to change color of listview text [modified] Pin
method0077-Jul-06 6:20
method0077-Jul-06 6:20 
AnswerRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text Pin
Dave Kreskowiak7-Jul-06 7:05
mveDave Kreskowiak7-Jul-06 7:05 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text Pin
method0077-Jul-06 7:07
method0077-Jul-06 7:07 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text Pin
Dave Kreskowiak7-Jul-06 7:18
mveDave Kreskowiak7-Jul-06 7:18 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text Pin
method0077-Jul-06 7:35
method0077-Jul-06 7:35 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text Pin
Dave Kreskowiak7-Jul-06 9:46
mveDave Kreskowiak7-Jul-06 9:46 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text Pin
method0077-Jul-06 9:58
method0077-Jul-06 9:58 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text [modified] Pin
Dave Kreskowiak7-Jul-06 10:09
mveDave Kreskowiak7-Jul-06 10:09 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text [modified] Pin
method0077-Jul-06 10:17
method0077-Jul-06 10:17 
GeneralRe: problem using LVM_SETTEXTBKCOLOR to change color of listview text [modified] Pin
Dave Kreskowiak7-Jul-06 10:20
mveDave Kreskowiak7-Jul-06 10:20 

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.