Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
GeneralRe: Printing Question - characters per line [modified] Pin
al3xutzu005-May-09 9:08
al3xutzu005-May-09 9:08 
GeneralRe: Printing Question - characters per line Pin
CPallini5-May-09 10:54
mveCPallini5-May-09 10:54 
AnswerRe: Printing Question - characters per line Pin
OriginalGriff5-May-09 23:00
mveOriginalGriff5-May-09 23:00 
AnswerRe: Printing Question - characters per line Pin
Luc Pattyn5-May-09 9:07
sitebuilderLuc Pattyn5-May-09 9:07 
QuestionHow to run a new executable with data? Pin
neoflame5-May-09 7:08
neoflame5-May-09 7:08 
AnswerRe: How to run a new executable with data? Pin
Eddy Vluggen5-May-09 7:11
professionalEddy Vluggen5-May-09 7:11 
QuestionListView item move up-down Pin
CodingLover5-May-09 5:37
CodingLover5-May-09 5:37 
AnswerRe: ListView item move up-down Pin
Jimmanuel5-May-09 6:00
Jimmanuel5-May-09 6:00 
ListView.SelectedItems tells you what's currently selected.

ListView.Items.RemoveAt(...) and ListView.Items.Insert(...) allows you to to remove an item from one place in the list and move it to another position.


Badger | [badger,badger,badger,badger...]

QuestionRe: ListView item move up-down Pin
CodingLover5-May-09 6:24
CodingLover5-May-09 6:24 
AnswerRe: ListView item move up-down Pin
Jimmanuel5-May-09 6:36
Jimmanuel5-May-09 6:36 
QuestionRe: ListView item move up-down Pin
CodingLover5-May-09 16:10
CodingLover5-May-09 16:10 
AnswerRe: ListView item move up-down Pin
Jimmanuel6-May-09 0:45
Jimmanuel6-May-09 0:45 
AnswerRe: ListView item move up-down Pin
RichardWakelin27-Aug-09 2:12
RichardWakelin27-Aug-09 2:12 
QuestionDataGridviewRow - Make it invisible . Pin
unitecsoft5-May-09 5:11
unitecsoft5-May-09 5:11 
AnswerRe: DataGridviewRow - Make it invisible . Pin
ATCsharp5-May-09 5:15
ATCsharp5-May-09 5:15 
Questionimporting from excel Pin
Solly745-May-09 4:38
Solly745-May-09 4:38 
AnswerRe: importing from excel Pin
fly9045-May-09 5:11
fly9045-May-09 5:11 
GeneralRe: importing from excel Pin
Solly745-May-09 5:15
Solly745-May-09 5:15 
AnswerRe: importing from excel Pin
riced5-May-09 6:57
riced5-May-09 6:57 
GeneralRe: importing from excel Pin
Solly745-May-09 11:54
Solly745-May-09 11:54 
GeneralRe: importing from excel Pin
riced5-May-09 22:16
riced5-May-09 22:16 
QuestionCustom Classes in web services Pin
BASONJS5-May-09 4:07
BASONJS5-May-09 4:07 
QuestionAdding a WebReference using WSE 3.0 Pin
ATCsharp5-May-09 3:42
ATCsharp5-May-09 3:42 
Questioni got some xml questions Pin
Miroslav885-May-09 3:25
Miroslav885-May-09 3:25 
GeneralRe: i got some xml questions Pin
harold aptroot5-May-09 3:33
harold aptroot5-May-09 3:33 

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.