Click here to Skip to main content
15,892,199 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOptimize memory speed,CPU speed and Disk speed using Vb.net Pin
pavanip13-Aug-08 23:37
pavanip13-Aug-08 23:37 
AnswerRe: Optimize memory speed,CPU speed and Disk speed using Vb.net Pin
Colin Angus Mackay13-Aug-08 23:51
Colin Angus Mackay13-Aug-08 23:51 
AnswerRe: Optimize memory speed,CPU speed and Disk speed using Vb.net Pin
Christian Graus14-Aug-08 0:22
protectorChristian Graus14-Aug-08 0:22 
QuestionFind Firefox browsing history,Auto complete data list Pin
pavanip13-Aug-08 23:09
pavanip13-Aug-08 23:09 
Questionparse word document line by line Pin
Member 265755313-Aug-08 22:19
Member 265755313-Aug-08 22:19 
AnswerRe: parse word document line by line Pin
Thomas Stockwell14-Aug-08 2:15
professionalThomas Stockwell14-Aug-08 2:15 
QuestionRead word document line by line using vb.net Pin
Member 265755313-Aug-08 21:35
Member 265755313-Aug-08 21:35 
QuestionData not get saved if using Shortcut key instead of clikng button Pin
honeyashu13-Aug-08 21:01
honeyashu13-Aug-08 21:01 
hi i've created a form which edit & diaplayes data into a data grid..
when i save data through Save button click data gets saved but if i (after entering 3-4 records) press shortcut key as <Alt + S> last record from the data grid not get saved .. even this is not displayed in the datasource during debug ...

i added a code because datagrid doesnt displayed next column without hitting the keys on last column...

If dgdcoccmast(dgdcoccmast.CurrentCell.RowNumber, 0).ToString <> "" Then
Dim cm1 As CurrencyManager = Me.BindingContext(Me.dgdcoccmast.DataSource)
cm1.EndCurrentEdit()
End If


but the problem remains....

Please help
AnswerRe: Data not get saved if using Shortcut key instead of clikng button Pin
Christian Graus13-Aug-08 21:16
protectorChristian Graus13-Aug-08 21:16 
GeneralRe: Data not get saved if using Shortcut key instead of clikng button Pin
honeyashu13-Aug-08 21:26
honeyashu13-Aug-08 21:26 
GeneralRe: Data not get saved if using Shortcut key instead of clikng button Pin
Christian Graus13-Aug-08 22:50
protectorChristian Graus13-Aug-08 22:50 
GeneralRe: Data not get saved if using Shortcut key instead of clikng button Pin
honeyashu13-Aug-08 23:23
honeyashu13-Aug-08 23:23 
GeneralRe: Data not get saved if using Shortcut key instead of clikng button Pin
Christian Graus13-Aug-08 23:35
protectorChristian Graus13-Aug-08 23:35 
GeneralRe: Data not get saved if using Shortcut key instead of clikng button Pin
honeyashu14-Aug-08 0:25
honeyashu14-Aug-08 0:25 
QuestionError while invoking the delegate Pin
Nilish13-Aug-08 17:50
Nilish13-Aug-08 17:50 
AnswerRe: Error while invoking the delegate Pin
Christian Graus13-Aug-08 18:10
protectorChristian Graus13-Aug-08 18:10 
GeneralRe: Error while invoking the delegate Pin
Mark Churchill13-Aug-08 23:42
Mark Churchill13-Aug-08 23:42 
GeneralRe: Error while invoking the delegate Pin
Gideon Engelberth14-Aug-08 2:44
Gideon Engelberth14-Aug-08 2:44 
AnswerRe: Error while invoking the delegate Pin
Gideon Engelberth14-Aug-08 2:48
Gideon Engelberth14-Aug-08 2:48 
QuestionClass theory, what am I missing Pin
Justin Porteous13-Aug-08 10:22
Justin Porteous13-Aug-08 10:22 
AnswerRe: Class theory, what am I missing Pin
nlarson1113-Aug-08 10:42
nlarson1113-Aug-08 10:42 
GeneralRe: Class theory, what am I missing Pin
Justin Porteous13-Aug-08 20:41
Justin Porteous13-Aug-08 20:41 
GeneralRe: Class theory, what am I missing Pin
Thomas Stockwell14-Aug-08 2:22
professionalThomas Stockwell14-Aug-08 2:22 
QuestionIs there any way to access information (MS Access database) in the Web-Host? Pin
ATC13-Aug-08 8:45
ATC13-Aug-08 8:45 
AnswerRe: Is there any way to access information (MS Access database) in the Web-Host? Pin
nlarson1113-Aug-08 10:36
nlarson1113-Aug-08 10:36 

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.