Click here to Skip to main content
15,905,419 members
Home / Discussions / C#
   

C#

 
QuestioncomboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:09
TAREQ F ABUZUHRI10-Jul-06 5:09 
AnswerRe: comboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:20
TAREQ F ABUZUHRI10-Jul-06 5:20 
AnswerRe: comboBox with value & text Pin
Judah Gabriel Himango10-Jul-06 5:21
sponsorJudah Gabriel Himango10-Jul-06 5:21 
GeneralRe: comboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:22
TAREQ F ABUZUHRI10-Jul-06 5:22 
GeneralRe: comboBox with value and text Pin
Judah Gabriel Himango10-Jul-06 6:24
sponsorJudah Gabriel Himango10-Jul-06 6:24 
GeneralRe: comboBox with value and text Pin
TAREQ F ABUZUHRI10-Jul-06 9:40
TAREQ F ABUZUHRI10-Jul-06 9:40 
GeneralRe: comboBox with value and text Pin
Judah Gabriel Himango10-Jul-06 10:08
sponsorJudah Gabriel Himango10-Jul-06 10:08 
GeneralRe: comboBox with value & text Pin
TAREQ F ABUZUHRI10-Jul-06 5:23
TAREQ F ABUZUHRI10-Jul-06 5:23 
AnswerRe: comboBox with value & text Pin
wasife10-Jul-06 8:35
wasife10-Jul-06 8:35 
QuestionView Images Advice Pin
tadhg8810-Jul-06 5:08
tadhg8810-Jul-06 5:08 
AnswerRe: View Images Advice Pin
Judah Gabriel Himango10-Jul-06 5:15
sponsorJudah Gabriel Himango10-Jul-06 5:15 
GeneralRe: View Images Advice Pin
tadhg8810-Jul-06 5:39
tadhg8810-Jul-06 5:39 
GeneralRe: View Images Advice Pin
Not Active10-Jul-06 5:43
mentorNot Active10-Jul-06 5:43 
GeneralRe: View Images Advice Pin
tadhg8810-Jul-06 6:19
tadhg8810-Jul-06 6:19 
GeneralRe: View Images Advice Pin
Not Active10-Jul-06 6:46
mentorNot Active10-Jul-06 6:46 
GeneralRe: View Images Advice [modified] Pin
tadhg8810-Jul-06 7:19
tadhg8810-Jul-06 7:19 
QuestioncomboBox without change value Pin
TAREQ F ABUZUHRI10-Jul-06 5:00
TAREQ F ABUZUHRI10-Jul-06 5:00 
AnswerRe: comboBox without change value Pin
Dustin Metzgar10-Jul-06 5:11
Dustin Metzgar10-Jul-06 5:11 
AnswerRe: comboBox without change value Pin
Josh Smith10-Jul-06 5:12
Josh Smith10-Jul-06 5:12 
GeneralRe: comboBox without change value Pin
TAREQ F ABUZUHRI10-Jul-06 5:17
TAREQ F ABUZUHRI10-Jul-06 5:17 
GeneralRe: comboBox without change value Pin
TAREQ F ABUZUHRI10-Jul-06 5:21
TAREQ F ABUZUHRI10-Jul-06 5:21 
QuestionNotSupportedException was unhandled Pin
donkaiser10-Jul-06 4:59
donkaiser10-Jul-06 4:59 
hello, I got this exception on the first line of this code in the designer:
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(3, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(222, 94);

Basically i just added a picturebox to contain a jpg image. this form is common to all the applications and they work fine with the others. but the app im working on throw me back the error message. Im using VS2005 CF .net 2.0 so do the other app (which are written by me too). So i don't get it. why the others are fine but this later doesn't work.

Any suggestion?

Donkaiser
QuestionMissing System.Drawing.Point Pin
Andy H10-Jul-06 4:56
Andy H10-Jul-06 4:56 
AnswerRe: Missing System.Drawing.Point Pin
Andy H10-Jul-06 5:00
Andy H10-Jul-06 5:00 
QuestionUser objects limit in XP Pin
atuldeore10-Jul-06 4:26
atuldeore10-Jul-06 4:26 

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.