Click here to Skip to main content
15,926,703 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCreate formatting toolbar Pin
thangkhonnan22-May-06 1:53
thangkhonnan22-May-06 1:53 
Questionwhat is assembly ?? Pin
Mohammed Amine22-May-06 1:40
Mohammed Amine22-May-06 1:40 
AnswerRe: what is assembly ?? Pin
Joshua Quick22-May-06 7:21
Joshua Quick22-May-06 7:21 
GeneralRe: what is assembly ?? Pin
Mohammed Amine22-May-06 11:17
Mohammed Amine22-May-06 11:17 
Questionhow to fill the Form1's controls From Form2's ones ? Pin
Mohammed Amine22-May-06 1:32
Mohammed Amine22-May-06 1:32 
AnswerRe: how to fill the Form1's controls From Form2's ones ? Pin
Joshua Quick22-May-06 7:42
Joshua Quick22-May-06 7:42 
QuestionHOWTO: make child controls scroll inside a container? Pin
batmike200021-May-06 23:54
batmike200021-May-06 23:54 
Questioncombobox selecteditem [modified] Pin
amilapradeep21-May-06 23:51
amilapradeep21-May-06 23:51 
i have used check constarin like this

constraint disignation CHECK(Designation IN('Key Person','Assignee')),

when i try to enter data using my code
it,s getting error on this constrain.
in the code i have used combo box and there fixed items.i access this item using "bombobox1.selecteditem"

but i check it using msgbox and it,s giving correct word.i,m confused with this coz i have used this on vb.net 2003
now i,m using vs2005
can any one help me

my quary string is like this
"insert into Complaint values('" & cbocustomerId.SelectedItem() & "','" & cborepID.SelectedItem() & "','" & cbosource.SelectedItem() & "','" & rtxtdescription.Text & "','" & cboempID.SelectedItem() & "','" & txtdate.Text & "','" & cbocatagory.SelectedItem() & "','" & cboFtype.SelectedItem() & "' ,'" & txtvehicleNo.Text & "','" & txtbustop.Text & "','" & cboOp_dept_no.SelectedItem() & "','" & cbostatus.SelectedItem() & "','" & txtrefNo.Text & "','" & txtplace.Text & "')")

-- modified at 7:39 Monday 22nd May, 2006
QuestionHow to show the form in this case? Pin
cylix200021-May-06 23:35
cylix200021-May-06 23:35 
AnswerRe: How to show the form in this case? Pin
batmike200021-May-06 23:59
batmike200021-May-06 23:59 
Questioncode for delete Pin
SwatiPathania21-May-06 22:50
SwatiPathania21-May-06 22:50 
GeneralRe: code for delete Pin
_AK_22-May-06 1:14
_AK_22-May-06 1:14 
AnswerRe: code for delete Pin
Mohammed Amine22-May-06 1:23
Mohammed Amine22-May-06 1:23 
GeneralRe: code for delete Pin
Colin Angus Mackay22-May-06 1:37
Colin Angus Mackay22-May-06 1:37 
GeneralRe: code for delete Pin
Mohammed Amine22-May-06 1:49
Mohammed Amine22-May-06 1:49 
GeneralRe: code for delete Pin
Colin Angus Mackay22-May-06 1:57
Colin Angus Mackay22-May-06 1:57 
GeneralRe: code for delete Pin
Mohammed Amine22-May-06 2:00
Mohammed Amine22-May-06 2:00 
AnswerRe: code for delete Pin
Colin Angus Mackay22-May-06 1:42
Colin Angus Mackay22-May-06 1:42 
GeneralRe: code for delete Pin
Joshua Quick22-May-06 8:32
Joshua Quick22-May-06 8:32 
AnswerRe: code for delete Pin
Guffa22-May-06 10:24
Guffa22-May-06 10:24 
GeneralRe: code for delete Pin
Joshua Quick22-May-06 12:15
Joshua Quick22-May-06 12:15 
AnswerRe: code for delete Pin
ADY00724-May-06 22:50
ADY00724-May-06 22:50 
QuestionError: Property 'keycode' is non-nullable Pin
slyth21-May-06 22:29
slyth21-May-06 22:29 
QuestionDBConcurrencyException Pin
militiaware21-May-06 21:55
militiaware21-May-06 21:55 
AnswerRe: DBConcurrencyException Pin
Mekong River21-May-06 22:14
Mekong River21-May-06 22:14 

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.