Click here to Skip to main content
15,890,416 members
Home / Discussions / C#
   

C#

 
AnswerRe: renaming .dll file gives error message Pin
0x3c09-Jun-08 0:43
0x3c09-Jun-08 0:43 
GeneralRe: renaming .dll file gives error message Pin
pavya_Cool9-Jun-08 1:11
pavya_Cool9-Jun-08 1:11 
GeneralRe: renaming .dll file gives error message Pin
0x3c09-Jun-08 2:56
0x3c09-Jun-08 2:56 
QuestionUpdating a Progress Form Pin
danielk_8-Jun-08 17:18
danielk_8-Jun-08 17:18 
AnswerRe: Updating a Progress Form Pin
mav.northwind8-Jun-08 19:08
mav.northwind8-Jun-08 19:08 
QuestionWeb cam streaming Pin
SHINOJK8-Jun-08 12:13
SHINOJK8-Jun-08 12:13 
QuestionHow to insert item into ListView control that have 2 column ? Pin
Yanshof8-Jun-08 12:03
Yanshof8-Jun-08 12:03 
AnswerRe: How to insert item into ListView control that have 2 column ? Pin
teejayem8-Jun-08 12:07
teejayem8-Jun-08 12:07 
Note: Pseudo code, might need to make some minor adjustments

ListViewItem myListViewItem = new ListViewItem();

myListViewItem.Text = "Column 1";
myListViewItem.SubItems[0].Text = "Column 2";

myListView.Items.Add(myListViewItem);


Don't be overcome by evil, but overcome evil with good

Questionusing a click event of a picture box Pin
robig28-Jun-08 11:14
robig28-Jun-08 11:14 
AnswerRe: using a click event of a picture box Pin
Guffa8-Jun-08 11:52
Guffa8-Jun-08 11:52 
GeneralRe: using a click event of a picture box Pin
robig28-Jun-08 13:48
robig28-Jun-08 13:48 
GeneralRe: using a click event of a picture box Pin
robig27-Jul-08 7:44
robig27-Jul-08 7:44 
GeneralRe: using a click event of a picture box Pin
Guffa8-Jul-08 2:07
Guffa8-Jul-08 2:07 
QuestionPlatform Invoke Pin
ncjlee8-Jun-08 9:07
ncjlee8-Jun-08 9:07 
AnswerRe: Platform Invoke Pin
ncjlee8-Jun-08 23:00
ncjlee8-Jun-08 23:00 
Answerrealy want help Pin
Miss_hacker8-Jun-08 7:32
Miss_hacker8-Jun-08 7:32 
GeneralRe: realy want help Pin
Garth J Lancaster8-Jun-08 14:32
professionalGarth J Lancaster8-Jun-08 14:32 
QuestionWhich Image Would Make A Better Splash Screen Background? Pin
That Asian Guy8-Jun-08 7:14
That Asian Guy8-Jun-08 7:14 
AnswerRe: Which Image Would Make A Better Splash Screen Background? Pin
Gareth H8-Jun-08 7:29
Gareth H8-Jun-08 7:29 
GeneralRe: Which Image Would Make A Better Splash Screen Background? Pin
That Asian Guy8-Jun-08 8:15
That Asian Guy8-Jun-08 8:15 
AnswerRe: Which Image Would Make A Better Splash Screen Background? Pin
Anthony Mushrow8-Jun-08 13:36
professionalAnthony Mushrow8-Jun-08 13:36 
Questionan other-other image processing Pin
Sajjad Izadi8-Jun-08 5:40
Sajjad Izadi8-Jun-08 5:40 
AnswerRe: an other-other image processing [modified] Pin
User 66588-Jun-08 6:40
User 66588-Jun-08 6:40 
GeneralRe: an other-other image processing Pin
Sajjad Izadi8-Jun-08 9:26
Sajjad Izadi8-Jun-08 9:26 
Questionssis package in C# Pin
Member 40084928-Jun-08 5:36
Member 40084928-Jun-08 5: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.