Click here to Skip to main content
15,892,575 members
Home / Discussions / C#
   

C#

 
QuestionADODB Connectionless Recordset in C# Pin
Tom Ryan15-Jul-08 5:47
Tom Ryan15-Jul-08 5:47 
AnswerRe: ADODB Connectionless Recordset in C# Pin
Tom Ryan17-Jul-08 7:37
Tom Ryan17-Jul-08 7:37 
QuestionStoring values into a 2-Dimensional Array Pin
Reality Strikes15-Jul-08 4:59
Reality Strikes15-Jul-08 4:59 
QuestionRe: Storing values into a 2-Dimensional Array Pin
leppie15-Jul-08 5:45
leppie15-Jul-08 5:45 
AnswerRe: Storing values into a 2-Dimensional Array Pin
Reality Strikes15-Jul-08 6:00
Reality Strikes15-Jul-08 6:00 
AnswerRe: Storing values into a 2-Dimensional Array Pin
Pete O'Hanlon15-Jul-08 9:57
mvePete O'Hanlon15-Jul-08 9:57 
GeneralRe: Storing values into a 2-Dimensional Array Pin
Reality Strikes15-Jul-08 11:16
Reality Strikes15-Jul-08 11:16 
QuestionIcon resources from name Pin
Echilon15-Jul-08 4:37
Echilon15-Jul-08 4:37 
I'm trying to access image resources in my application, but I can't the resources from the application, I just end up with null. I've added the resources in the properties section in visual studio 2008, and the code I'm using is
private ResourceManager res = new ResourceManager("MyNameSpace.Properties.Resources", System.Reflection.Assembly.GetExecutingAssembly());
Image myImage = (Image)res.GetObject("myImage.png");

But myImage is always null. I know I could use MyNameSpace.Properties.Resources.myImage.png, but I need to get the resource from a string.
AnswerRe: Icon resources from name Pin
leppie15-Jul-08 4:56
leppie15-Jul-08 4:56 
QuestionProblem with custom installer class Pin
topcatalpha15-Jul-08 4:22
topcatalpha15-Jul-08 4:22 
Questionc# and flash Query Pin
Jayawant Karale15-Jul-08 3:06
Jayawant Karale15-Jul-08 3:06 
QuestionRougelike project Map Cell history, Suggestions? Pin
Jason Farrar15-Jul-08 3:01
Jason Farrar15-Jul-08 3:01 
AnswerRe: Rougelike project Map Cell history, Suggestions? Pin
Simon P Stevens15-Jul-08 3:43
Simon P Stevens15-Jul-08 3:43 
GeneralRe: Rougelike project Map Cell history, Suggestions? Pin
Jason Farrar15-Jul-08 6:14
Jason Farrar15-Jul-08 6:14 
Questionresize proportionally for listbox Pin
emailthiaga15-Jul-08 2:58
emailthiaga15-Jul-08 2:58 
AnswerRe: resize proportionally for listbox Pin
John Ad15-Jul-08 3:16
John Ad15-Jul-08 3:16 
GeneralRe: resize proportionally for listbox Pin
emailthiaga15-Jul-08 4:02
emailthiaga15-Jul-08 4:02 
Questionhttp://company.zhaopin.com/P2/CC1536/6331/CC153663319.htm?DYWE=1213680294625.66308.1216003477.1216121212.8 [modified] Pin
chenli051315-Jul-08 1:33
chenli051315-Jul-08 1:33 
GeneralRe: http://company.zhaopin.com/P2/CC1536/6331/CC153663319.htm?DYWE=1213680294625.66308.1216003477.1216121212.8 Pin
Simon P Stevens15-Jul-08 1:52
Simon P Stevens15-Jul-08 1:52 
GeneralSubject line too long and scary... Pin
Paul Conrad16-Jul-08 4:48
professionalPaul Conrad16-Jul-08 4:48 
QuestionAND and OR with expressions Pin
enginço15-Jul-08 1:28
enginço15-Jul-08 1:28 
QuestionRe: AND and OR with expressions Pin
CPallini15-Jul-08 2:36
mveCPallini15-Jul-08 2:36 
AnswerRe: AND and OR with expressions Pin
enginço15-Jul-08 4:19
enginço15-Jul-08 4:19 
QuestionC# Datagridview Pin
Member 364449715-Jul-08 0:57
Member 364449715-Jul-08 0:57 
AnswerRe: C# Datagridview Pin
benjymous15-Jul-08 1:08
benjymous15-Jul-08 1:08 

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.