Click here to Skip to main content
15,905,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionconnection declaration in class and also how to work with storedprocedures Pin
vengaqua9-Jul-06 19:19
vengaqua9-Jul-06 19:19 
AnswerRe: connection declaration in class and also how to work with storedprocedures Pin
Guffa9-Jul-06 19:33
Guffa9-Jul-06 19:33 
GeneralRe: connection declaration in class and also how to work with storedprocedures Pin
vengaqua9-Jul-06 20:05
vengaqua9-Jul-06 20:05 
AnswerRe: connection declaration in class and also how to work with storedprocedures Pin
Guffa9-Jul-06 23:26
Guffa9-Jul-06 23:26 
Questionproblem in TcpClient.active property Pin
shriveni9-Jul-06 17:06
shriveni9-Jul-06 17:06 
AnswerRe: problem in TcpClient.active property Pin
Jun Du10-Jul-06 8:06
Jun Du10-Jul-06 8:06 
Questionreading Excel into Access Database table Pin
aransiola9-Jul-06 5:17
aransiola9-Jul-06 5:17 
Questionmsflexgrid Pin
Wael Hawari9-Jul-06 4:22
Wael Hawari9-Jul-06 4:22 
hi everyone, plz plz plz i need help on my pb, i have a project to present on 12 of july & i still can find the solution to my pb

i am using a visual basic 6 platform & i am using a flexgrid control ,i want to select each row appart & i want to wait 0.5 sec then select the next row. the pb is that the row keep on selected but i can't see the selected rows after the 10th row unless i click on the msflexgrid scrollbar.
is there is any way to make it move without pressing.
this is my code:

Dim i As Long
For i = 0 To 33
Me.MSFlexGrid1.Row = i
Me.MSFlexGrid1.Col = 0
Me.MSFlexGrid1.SetFocus
Me.MSFlexGrid1.ColSel = Me.MSFlexGrid1.Cols - 1
Call wait(0.5) ' function to wait
Next
End Sub

so the pb is that i can see the 1st 10 rows but the other rows i can't
plz plz i need help on it

waelhawari
QuestionREPORTS CRYSTAL Pin
md_refay9-Jul-06 3:07
md_refay9-Jul-06 3:07 
AnswerRe: REPORTS CRYSTAL Pin
Dave Kreskowiak9-Jul-06 4:04
mveDave Kreskowiak9-Jul-06 4:04 
QuestionAdd new DataTable to a database??? Pin
fiaolle9-Jul-06 1:52
fiaolle9-Jul-06 1:52 
AnswerRe: Add new DataTable to a database??? Pin
Dave Kreskowiak9-Jul-06 4:20
mveDave Kreskowiak9-Jul-06 4:20 
AnswerRe: Add new DataTable to a database??? Pin
Ray Cassick9-Jul-06 6:34
Ray Cassick9-Jul-06 6:34 
GeneralRe: Add new DataTable to a database??? Pin
Dave Kreskowiak9-Jul-06 9:17
mveDave Kreskowiak9-Jul-06 9:17 
GeneralRe: Add new DataTable to a database??? Pin
master@napishi.ru18-Jul-06 1:12
master@napishi.ru18-Jul-06 1:12 
GeneralRe: Add new DataTable to a database??? Pin
Dave Kreskowiak18-Jul-06 1:41
mveDave Kreskowiak18-Jul-06 1:41 
QuestionHttpWebRequest + 501 Not Implemented Pin
Peace2u8-Jul-06 23:03
Peace2u8-Jul-06 23:03 
AnswerRe: HttpWebRequest + 501 Not Implemented Pin
Dave Kreskowiak9-Jul-06 4:19
mveDave Kreskowiak9-Jul-06 4:19 
QuestionDesktop Pin
Nathyd8-Jul-06 7:25
Nathyd8-Jul-06 7:25 
AnswerRe: Desktop Pin
Dave Kreskowiak8-Jul-06 12:30
mveDave Kreskowiak8-Jul-06 12:30 
Questionyes ur right Pin
vengaqua7-Jul-06 22:22
vengaqua7-Jul-06 22:22 
AnswerRe: yes ur right Pin
Colin Angus Mackay8-Jul-06 2:56
Colin Angus Mackay8-Jul-06 2:56 
QuestionConnection class code and how to handle procedure (code) Pin
vengaqua7-Jul-06 21:51
vengaqua7-Jul-06 21:51 
AnswerRe: Connection class code and how to handle procedure (code) Pin
Dave Sexton7-Jul-06 22:10
Dave Sexton7-Jul-06 22:10 
QuestionHow to Access TextBox in my own class Pin
Rizwan Rathore7-Jul-06 20:02
Rizwan Rathore7-Jul-06 20:02 

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.