Click here to Skip to main content
15,885,829 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: User defined fields Pin
Guffa12-Jan-06 2:32
Guffa12-Jan-06 2:32 
QuestionAny free solution on convert document to jpg? Pin
cylix200011-Jan-06 23:04
cylix200011-Jan-06 23:04 
QuestionHow to stop ? Pin
kk.tvm11-Jan-06 20:55
kk.tvm11-Jan-06 20:55 
AnswerRe: How to stop ? Pin
Guffa11-Jan-06 21:09
Guffa11-Jan-06 21:09 
AnswerRe: How to stop ? Pin
Briga11-Jan-06 22:50
Briga11-Jan-06 22:50 
QuestionGrouping of the data in DataGrid Control Pin
nanadikar11-Jan-06 19:52
professionalnanadikar11-Jan-06 19:52 
QuestionHow to find the number of rows in a datagrid Pin
chitranjan gohil11-Jan-06 19:40
chitranjan gohil11-Jan-06 19:40 
AnswerRe: How to find the number of rows in a datagrid Pin
abhinish11-Jan-06 20:10
abhinish11-Jan-06 20:10 
after binding the datagrid

use this

Dim i As Integer<br />
           i = DataGridView1.DisplayedRowCount(True)<br />
           MsgBox(i)


abhinav
GeneralRe: How to find the number of rows in a datagrid Pin
chitranjan gohil11-Jan-06 20:12
chitranjan gohil11-Jan-06 20:12 
GeneralRe: How to find the number of rows in a datagrid Pin
abhinish11-Jan-06 20:43
abhinish11-Jan-06 20:43 
GeneralRe: How to find the number of rows in a datagrid Pin
mayhem_rules11-Jan-06 23:36
mayhem_rules11-Jan-06 23:36 
QuestionOptional parameters and function description. Pin
cylix200011-Jan-06 19:16
cylix200011-Jan-06 19:16 
AnswerRe: Optional parameters and function description. Pin
Briga11-Jan-06 22:54
Briga11-Jan-06 22:54 
QuestionXML calls in visual basic 6.0(urgent) Pin
coolsab11-Jan-06 19:11
coolsab11-Jan-06 19:11 
Questionproblems in creating dynamic controls Pin
Daevasya11-Jan-06 18:34
Daevasya11-Jan-06 18:34 
QuestionUsing Tool Tip Text Property Pin
mayhem_rules11-Jan-06 17:57
mayhem_rules11-Jan-06 17:57 
AnswerRe: Using Tool Tip Text Property Pin
[Marc]11-Jan-06 18:10
[Marc]11-Jan-06 18:10 
GeneralRe: Using Tool Tip Text Property Pin
mayhem_rules11-Jan-06 19:00
mayhem_rules11-Jan-06 19:00 
GeneralRe: Using Tool Tip Text Property Pin
[Marc]11-Jan-06 22:10
[Marc]11-Jan-06 22:10 
GeneralRe: Using Tool Tip Text Property Pin
mayhem_rules11-Jan-06 23:33
mayhem_rules11-Jan-06 23:33 
Questionvb.net and Crystal report - Need help Pin
Slow Learner11-Jan-06 16:54
Slow Learner11-Jan-06 16:54 
AnswerRe: vb.net and Crystal report - Need help Pin
abhinish11-Jan-06 20:17
abhinish11-Jan-06 20:17 
QuestionImporting data from Excel to Database by program? Pin
shiroamachi11-Jan-06 16:21
shiroamachi11-Jan-06 16:21 
AnswerRe: Importing data from Excel to Database by program? Pin
Christian Graus11-Jan-06 16:36
protectorChristian Graus11-Jan-06 16:36 
GeneralRe: Importing data from Excel to Database by program? Pin
shiroamachi11-Jan-06 16:46
shiroamachi11-Jan-06 16:46 

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.