Click here to Skip to main content
16,006,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Load Boot.ini to RichTextBox Pin
rwestgraham25-Sep-05 11:23
rwestgraham25-Sep-05 11:23 
GeneralRe: Load Boot.ini to RichTextBox Pin
andyr200525-Sep-05 11:44
andyr200525-Sep-05 11:44 
GeneralRe: Load Boot.ini to RichTextBox Pin
rwestgraham25-Sep-05 12:16
rwestgraham25-Sep-05 12:16 
GeneralRe: Load Boot.ini to RichTextBox Pin
andyr200525-Sep-05 12:35
andyr200525-Sep-05 12:35 
QuestionDeserialization Problem Pin
THEMYTH25-Sep-05 9:37
THEMYTH25-Sep-05 9:37 
QuestionControl Word in OLE Pin
cop125-Sep-05 5:31
cop125-Sep-05 5:31 
QuestionSave Query "Image" problem Pin
bl@ck_rose25-Sep-05 2:44
bl@ck_rose25-Sep-05 2:44 
AnswerRe: Save Query "Image" problem Pin
cop125-Sep-05 3:35
cop125-Sep-05 3:35 
Dim rs As New ADODB.Recordset
Dim Rss As New ADODB.Stream
rs.Open "select [StudentID], [StudentImage], [StudentCardNumber], [StudentName] from [StudentInfo]", cn, adOpenStatic, adLockOptimistic
Rss.Type = adTypeBinary
Rss.Open
Rss.LoadFromFile OpenFileDialog1.FileName
rs.AddNew
rs.Fields("StudentID") = Me.txtstudentid.Text
rs.Fields("StudentImage") = Rss.Read
rs.Fields("StudentCardNumber") = Me.txtcardnmber.Text
rs.Fields("StudentName") = Me.txtname.Text
rs.Update
rs.Close

QuestionRe: Save Query "Image" problem Pin
bl@ck_rose25-Sep-05 3:46
bl@ck_rose25-Sep-05 3:46 
AnswerRe: Save Query "Image" problem Pin
cop125-Sep-05 5:13
cop125-Sep-05 5:13 
QuestionQuestion on set text in combo box Pin
cop125-Sep-05 2:38
cop125-Sep-05 2:38 
AnswerRe: Question on set text in combo box Pin
jo0ls25-Sep-05 6:57
jo0ls25-Sep-05 6:57 
QuestionExcel sheet Pin
ybasha25-Sep-05 0:10
ybasha25-Sep-05 0:10 
AnswerRe: Excel sheet Pin
cop125-Sep-05 4:34
cop125-Sep-05 4:34 
AnswerRe: Excel sheet Pin
cop12-Oct-05 18:45
cop12-Oct-05 18:45 
QuestionDetectig in an application is loaded Pin
subscr2224-Sep-05 23:01
subscr2224-Sep-05 23:01 
AnswerRe: Detectig in an application is loaded Pin
jo0ls25-Sep-05 7:03
jo0ls25-Sep-05 7:03 
AnswerRe: Detecting if an application is loaded Pin
subscr2225-Sep-05 13:36
subscr2225-Sep-05 13:36 
Questiondatagrid Pin
dap_qk24-Sep-05 22:17
dap_qk24-Sep-05 22:17 
AnswerRe: datagrid Pin
_mubashir25-Sep-05 23:58
_mubashir25-Sep-05 23:58 
QuestionRuntime Error Pin
24-Sep-05 21:56
suss24-Sep-05 21:56 
QuestionIPC Pin
kaln24-Sep-05 21:05
kaln24-Sep-05 21:05 
Questionsockets!! Pin
ecentinela24-Sep-05 11:02
ecentinela24-Sep-05 11:02 
QuestionVedio Stream from TV Tuner Pin
shoaibnawaz24-Sep-05 10:52
shoaibnawaz24-Sep-05 10:52 
QuestionUsing a combobox with a datagrid Pin
amber_BC24-Sep-05 9:31
amber_BC24-Sep-05 9: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.