Click here to Skip to main content
15,888,087 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalsrtf Pin
Member 930767325-Jul-12 17:36
Member 930767325-Jul-12 17:36 
AnswerRe: srtf Pin
Peter_in_278025-Jul-12 17:46
professionalPeter_in_278025-Jul-12 17:46 
GeneralRe: srtf Pin
Abhinav S25-Jul-12 21:39
Abhinav S25-Jul-12 21:39 
GeneralRe: srtf Pin
Richard MacCutchan25-Jul-12 22:35
mveRichard MacCutchan25-Jul-12 22:35 
QuestionNot finding FindControl Method Pin
SPSandy25-Jul-12 8:21
SPSandy25-Jul-12 8:21 
AnswerRe: Not finding FindControl Method Pin
Wes Aday25-Jul-12 8:35
professionalWes Aday25-Jul-12 8:35 
GeneralRe: Not finding FindControl Method Pin
SPSandy25-Jul-12 21:21
SPSandy25-Jul-12 21:21 
QuestionVB6.0 Datagrid not supported Refresh after add, delete, ... ? Pin
Member 245846724-Jul-12 17:49
Member 245846724-Jul-12 17:49 
suppose I have database access:
Dim Conn As ADODB.Connection

Set RS = Nothing
Set RS = New Recordset

Set Conn = New ADODB.Connection
Conn.Open ConnectionStringHere

RS.Open "SELECT Fields " & _
"FROM Table WHERE Whatever = ?"
Conn, adOpenStatic, adLockOptimistic
Datagrid.DataSource = RS

when you perform the insert, delete, add new data, datagrid refresh the data can not although I have to use appearance Datagrid.Refresh new data is entered but does not appear, check the data in have access but do not anticipate new output datagrid except close all open programs to emerging new data on the grid, the operations insert, delete, add items via the command. Execute (strSQL ), why not refresh the datagrid? and how to fix?
AnswerRe: VB6.0 Datagrid not supported Refresh after add, delete, ... ? Pin
Dave Kreskowiak25-Jul-12 1:15
mveDave Kreskowiak25-Jul-12 1:15 
GeneralRe: VB6.0 Datagrid not supported Refresh after add, delete, ... ? Pin
Paul Conrad26-Jul-12 7:03
professionalPaul Conrad26-Jul-12 7:03 
QuestionMessage Closed Pin
24-Jul-12 10:56
Waqasswaleh24-Jul-12 10:56 
AnswerRe: Hi follow this link it will help you.. Pin
Richard MacCutchan24-Jul-12 11:11
mveRichard MacCutchan24-Jul-12 11:11 
GeneralRe: Hi follow this link it will help you.. Pin
Wes Aday24-Jul-12 11:14
professionalWes Aday24-Jul-12 11:14 
GeneralRe: Hi follow this link it will help you.. Pin
Richard MacCutchan24-Jul-12 11:46
mveRichard MacCutchan24-Jul-12 11:46 
QuestionAdding effect to an image from a bitmap file? Pin
ziuss223-Jul-12 19:11
ziuss223-Jul-12 19:11 
AnswerRe: Adding effect to an image from a bitmap file? Pin
Richard MacCutchan23-Jul-12 21:46
mveRichard MacCutchan23-Jul-12 21:46 
GeneralRe: Adding effect to an image from a bitmap file? Pin
ziuss223-Jul-12 21:56
ziuss223-Jul-12 21:56 
GeneralRe: Adding effect to an image from a bitmap file? Pin
Richard MacCutchan23-Jul-12 22:02
mveRichard MacCutchan23-Jul-12 22:02 
QuestionReading and processing a .txt file in real time Pin
annodomini23-Jul-12 5:10
annodomini23-Jul-12 5:10 
AnswerRe: Reading and processing a .txt file in real time Pin
Wes Aday23-Jul-12 5:16
professionalWes Aday23-Jul-12 5:16 
GeneralRe: Reading and processing a .txt file in real time Pin
annodomini23-Jul-12 5:57
annodomini23-Jul-12 5:57 
QuestionRe: Reading and processing a .txt file in real time Pin
Eddy Vluggen24-Jul-12 0:23
professionalEddy Vluggen24-Jul-12 0:23 
Questionvb.net chat application Pin
Alaa Dael22-Jul-12 13:24
Alaa Dael22-Jul-12 13:24 
AnswerRe: vb.net chat application Pin
Wes Aday22-Jul-12 13:39
professionalWes Aday22-Jul-12 13:39 
GeneralRe: vb.net chat application Pin
Alaa Dael22-Jul-12 13:54
Alaa Dael22-Jul-12 13:54 

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.