Click here to Skip to main content
15,914,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiona visual program that run an aplication and when application exit then vb program gives a message Pin
master23233-Nov-09 11:38
master23233-Nov-09 11:38 
AnswerRe: a visual program that run an aplication and when application exit then vb program gives a message Pin
Richard MacCutchan3-Nov-09 11:44
mveRichard MacCutchan3-Nov-09 11:44 
GeneralRe: a visual program that run an aplication and when application exit then vb program gives a message Pin
master23233-Nov-09 11:52
master23233-Nov-09 11:52 
GeneralRe: a visual program that run an aplication and when application exit then vb program gives a message Pin
Christian Graus3-Nov-09 12:17
protectorChristian Graus3-Nov-09 12:17 
AnswerRe: a visual program that run an aplication and when application exit then vb program gives a message Pin
Alan N3-Nov-09 13:31
Alan N3-Nov-09 13:31 
Questionmix queries with parameters and fixed values Pin
ivo753-Nov-09 8:22
ivo753-Nov-09 8:22 
AnswerRe: mix queries with parameters and fixed values Pin
Christian Graus3-Nov-09 8:51
protectorChristian Graus3-Nov-09 8:51 
QuestionGet row entries in Datagrid view ! Pin
jeshra2793-Nov-09 5:34
jeshra2793-Nov-09 5:34 
Hi,
I have a datagridview1 column "Name", which has collections of names and some are repetitive; e.g.
"Name"
-------
ram
shyam
ram
ram
raj
shuk
shuk

So, in the above "Name" column, there are repeatation of names. I want to do this:

1) read the repetitive name as a single, e.g. "ram", "shuk"
2) store them in a array of string;
3) finally the array should be like this : arr(1) = "ram", arr(2) = "shyam", arr(3)="raj",arr(4)="shuk" .

So in arrays I have finally stored the repetitive names as once.

Now I want to copy these array entries into rows of another datagridview2 whose column name is "Final Name".

Can someone help me by providing a piece of code?

Thanks
R.S.
AnswerRe: Get row entries in Datagrid view ! Pin
Md. Marufuzzaman3-Nov-09 6:20
professionalMd. Marufuzzaman3-Nov-09 6:20 
GeneralRe: Get row entries in Datagrid view ! Pin
jeshra2793-Nov-09 6:26
jeshra2793-Nov-09 6:26 
GeneralRe: Get row entries in Datagrid view ! Pin
Md. Marufuzzaman3-Nov-09 6:56
professionalMd. Marufuzzaman3-Nov-09 6:56 
GeneralRe: Get row entries in Datagrid view ! Pin
jeshra2795-Nov-09 22:16
jeshra2795-Nov-09 22:16 
GeneralRe: Get row entries in Datagrid view ! Pin
jeshra2793-Nov-09 17:28
jeshra2793-Nov-09 17:28 
AnswerRe: Get row entries in Datagrid view ! Pin
Andy_L_J3-Nov-09 17:56
Andy_L_J3-Nov-09 17:56 
GeneralRe: Get row entries in Datagrid view ! Pin
jeshra2794-Nov-09 0:04
jeshra2794-Nov-09 0:04 
QuestionWRONG FORUM-Moved to ASP.NET-Help with SQL Database and ASPX Page [modified] Pin
mavrik51503-Nov-09 5:34
mavrik51503-Nov-09 5:34 
AnswerRe: Help with SQL Database and ASPX Page Pin
Jay Royall3-Nov-09 5:52
Jay Royall3-Nov-09 5:52 
GeneralRe: Help with SQL Database and ASPX Page Pin
mavrik51503-Nov-09 6:00
mavrik51503-Nov-09 6:00 
GeneralRe: Help with SQL Database and ASPX Page Pin
Jay Royall3-Nov-09 6:10
Jay Royall3-Nov-09 6:10 
QuestionGet Published Version Number Pin
vijay24823-Nov-09 1:55
vijay24823-Nov-09 1:55 
AnswerRe: Get Published Version Number Pin
DaveAuld3-Nov-09 2:46
professionalDaveAuld3-Nov-09 2:46 
GeneralRe: Get Published Version Number Pin
vijay24823-Nov-09 2:50
vijay24823-Nov-09 2:50 
GeneralRe: Get Published Version Number Pin
DaveAuld3-Nov-09 3:01
professionalDaveAuld3-Nov-09 3:01 
GeneralRe: Get Published Version Number Pin
vijay24823-Nov-09 3:37
vijay24823-Nov-09 3:37 
QuestionInject Dll with the Application Pin
Anubhava Dimri2-Nov-09 22:23
Anubhava Dimri2-Nov-09 22:23 

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.