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

Visual Basic

 
GeneralRe: problem when open image from file Pin
Chatura Dilan28-Mar-06 14:12
Chatura Dilan28-Mar-06 14:12 
Questionhow can i format to DateTime value in Datagrid? Pin
tetra_thlaing27-Mar-06 21:15
tetra_thlaing27-Mar-06 21:15 
AnswerRe: how can i format to DateTime value in Datagrid? Pin
Macky10027-Mar-06 22:40
Macky10027-Mar-06 22:40 
GeneralRe: how can i format to DateTime value in Datagrid? Pin
tetra_thlaing27-Mar-06 23:19
tetra_thlaing27-Mar-06 23:19 
GeneralRe: how can i format to DateTime value in Datagrid? Pin
Macky10028-Mar-06 1:32
Macky10028-Mar-06 1:32 
QuestionERROR LIST Pin
skandaapriya27-Mar-06 20:30
skandaapriya27-Mar-06 20:30 
AnswerRe: ERROR LIST Pin
Guffa27-Mar-06 22:21
Guffa27-Mar-06 22:21 
QuestionCan't assign recordset to datgrid in vb6 Pin
chitradash27-Mar-06 20:07
chitradash27-Mar-06 20:07 
I am trying to populate the data from excel in datgrid usin recordset. This piece of code which is not working? Can any body please help me in vb6. Thank You.'****************
cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=C:\CHITRA\VBprojects\EXCELREADRECORDSET\ExcelImport.xls;" & _
"Extended Properties=""Excel 8.0;HDR=Yes;"";"
str = "SELECT * FROM [Nov 00 Upload$] "

Set rs = New ADODB.Recordset
rs.CursorLocation = adUseClient
rs.CursorType = adOpenDynamic
rs.Open str, cnn, , adLockOptimistic, adCmdText

If rs.State <> adStateOpen Then
MsgBox "hi"
End If
MsgBox rs.RecordCount
rs.MoveFirst

Set Adodc.Recordset = rs
'*******************************

Chitra Dash
QuestionInstalling window service-2 Pin
nitin_ion27-Mar-06 19:51
nitin_ion27-Mar-06 19:51 
QuestionTo get current week nr? is this wrong? Pin
Snowjim27-Mar-06 19:21
Snowjim27-Mar-06 19:21 
AnswerRe: To get current week nr? is this wrong? Pin
Snowjim27-Mar-06 20:18
Snowjim27-Mar-06 20:18 
AnswerRe: To get current week nr? is this wrong? Pin
Guffa27-Mar-06 21:33
Guffa27-Mar-06 21:33 
QuestionCombo Box values Pin
rahsi27-Mar-06 19:19
rahsi27-Mar-06 19:19 
AnswerRe: Combo Box values Pin
albCode27-Mar-06 20:22
albCode27-Mar-06 20:22 
GeneralRe: Combo Box values Pin
rahsi27-Mar-06 23:50
rahsi27-Mar-06 23:50 
GeneralRe: Combo Box values Pin
Chatura Dilan28-Mar-06 1:09
Chatura Dilan28-Mar-06 1:09 
Questioncompare 2 images Pin
mamatharaghu27-Mar-06 19:12
mamatharaghu27-Mar-06 19:12 
QuestionInstalling Window Service Pin
nitin_ion27-Mar-06 19:09
nitin_ion27-Mar-06 19:09 
Questionchildnode for treeview Pin
thepityone27-Mar-06 19:06
thepityone27-Mar-06 19:06 
AnswerRe: childnode for treeview Pin
mamatharaghu27-Mar-06 20:01
mamatharaghu27-Mar-06 20:01 
AnswerRe: childnode for treeview Pin
mamatharaghu27-Mar-06 20:03
mamatharaghu27-Mar-06 20:03 
AnswerRe: childnode for treeview Pin
mamatharaghu28-Mar-06 18:04
mamatharaghu28-Mar-06 18:04 
QuestionReceive and Send SMS in VB.NET Pin
Mr. Unstoppable27-Mar-06 18:59
Mr. Unstoppable27-Mar-06 18:59 
QuestionHow to use WMI in VB.Net?? Pin
besah27-Mar-06 18:05
besah27-Mar-06 18:05 
QuestionHow do I program a multi-menu application? Pin
furjaw27-Mar-06 15:55
furjaw27-Mar-06 15:55 

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.