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

C#

 
AnswerRe: generate the C# application by coding C# Pin
jdkulkarni7-Feb-06 1:57
jdkulkarni7-Feb-06 1:57 
QuestionTransaction Number Pin
knight_sky6-Feb-06 16:04
knight_sky6-Feb-06 16:04 
AnswerRe: Transaction Number Pin
Judah Gabriel Himango6-Feb-06 16:10
sponsorJudah Gabriel Himango6-Feb-06 16:10 
AnswerRe: Transaction Number Pin
JacquesDP6-Feb-06 20:15
JacquesDP6-Feb-06 20:15 
Questionlocation of current document Pin
edel_ong6-Feb-06 15:06
edel_ong6-Feb-06 15:06 
AnswerRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 16:13
sponsorJudah Gabriel Himango6-Feb-06 16:13 
GeneralRe: location of current document Pin
edel_ong6-Feb-06 16:34
edel_ong6-Feb-06 16:34 
GeneralRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 16:37
sponsorJudah Gabriel Himango6-Feb-06 16:37 
Your .cs file doesn't execute directly. It gets compiled into your .exe file located in your \bin\debug\ directory. So your C# code will want to locate the bitmap relative to that directory.

If your directory structure is
MyProject
  -FolderIWantToAccess
  -bin
     -Debug


Then you can access the image from your app using "..\\..\\FolderIWantToAccess\\pic.bmp"

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Connor's Christmas Spectacular!
Judah Himango


GeneralRe: location of current document Pin
edel_ong6-Feb-06 17:09
edel_ong6-Feb-06 17:09 
GeneralRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 17:18
sponsorJudah Gabriel Himango6-Feb-06 17:18 
GeneralRe: location of current document Pin
edel_ong6-Feb-06 17:24
edel_ong6-Feb-06 17:24 
GeneralRe: location of current document Pin
Judah Gabriel Himango6-Feb-06 17:26
sponsorJudah Gabriel Himango6-Feb-06 17:26 
QuestionOfficial Receipt Pin
knight_sky6-Feb-06 14:32
knight_sky6-Feb-06 14:32 
AnswerRe: Official Receipt Pin
KevinMac6-Feb-06 18:32
KevinMac6-Feb-06 18:32 
QuestionHow to make documentation for dll? Pin
pmasknguyen6-Feb-06 14:20
pmasknguyen6-Feb-06 14:20 
AnswerRe: How to make documentation for dll? Pin
leppie6-Feb-06 18:11
leppie6-Feb-06 18:11 
AnswerRe: How to make documentation for dll? Pin
jinzhecheng7-Feb-06 9:18
jinzhecheng7-Feb-06 9:18 
QuestionExtract Text from RTF File Pin
emran8346-Feb-06 12:40
emran8346-Feb-06 12:40 
AnswerRe: Extract Text from RTF File Pin
jayvardhanpatil6-Feb-06 18:07
jayvardhanpatil6-Feb-06 18:07 
QuestionLooping XMLNode Pin
dbenisch6-Feb-06 12:07
dbenisch6-Feb-06 12:07 
AnswerRe: Looping XMLNode Pin
Guffa6-Feb-06 12:51
Guffa6-Feb-06 12:51 
QuestionSet Tooltip to Coordinate Area of Form Pin
jgallen236-Feb-06 11:48
jgallen236-Feb-06 11:48 
AnswerRe: Set Tooltip to Coordinate Area of Form Pin
jgallen236-Feb-06 12:06
jgallen236-Feb-06 12:06 
QuestionAny Advise?? Service Messages Pin
Chris Cornelius6-Feb-06 10:54
Chris Cornelius6-Feb-06 10:54 
QuestionDataGridView Control .NET 2.0 Pin
usernamed6-Feb-06 9:29
usernamed6-Feb-06 9:29 

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.