Click here to Skip to main content
15,919,340 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need to put data into my web form on a webbrower Pin
Dave Kreskowiak3-Apr-08 9:53
mveDave Kreskowiak3-Apr-08 9:53 
GeneralRe: Need to put data into my web form on a webbrower Pin
CodingYoshi3-Apr-08 16:19
CodingYoshi3-Apr-08 16:19 
GeneralRe: Need to put data into my web form on a webbrower Pin
dino20945-Apr-08 12:53
dino20945-Apr-08 12:53 
GeneralGetting an Application window to behave as if it were called by showdialog() Pin
jchalfant3-Apr-08 9:17
jchalfant3-Apr-08 9:17 
GeneralRe: Getting an Application window to behave as if it were called by showdialog() Pin
Dave Kreskowiak3-Apr-08 9:39
mveDave Kreskowiak3-Apr-08 9:39 
GeneralRe: Getting an Application window to behave as if it were called by showdialog() Pin
jchalfant3-Apr-08 9:56
jchalfant3-Apr-08 9:56 
QuestionHow do you retrieve the path of the .msi file. Pin
maznblue3-Apr-08 8:15
maznblue3-Apr-08 8:15 
AnswerRe: How do you retrieve the path of the .msi file. Pin
Dave Kreskowiak3-Apr-08 9:27
mveDave Kreskowiak3-Apr-08 9:27 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:20
maznblue4-Apr-08 5:20 
AnswerRe: How do you retrieve the path of the .msi file. Pin
mav.northwind3-Apr-08 10:35
mav.northwind3-Apr-08 10:35 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:25
maznblue4-Apr-08 5:25 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 7:56
maznblue4-Apr-08 7:56 
GeneralDate Diff... ? [modified] Pin
pakpatel3-Apr-08 8:09
pakpatel3-Apr-08 8:09 
GeneralRe: Date Diff... ? Pin
PIEBALDconsult3-Apr-08 8:29
mvePIEBALDconsult3-Apr-08 8:29 
GeneralRe: Date Diff... ? Pin
Guffa3-Apr-08 8:34
Guffa3-Apr-08 8:34 
GeneralRe: Date Diff... ? Pin
pakpatel3-Apr-08 9:01
pakpatel3-Apr-08 9:01 
QuestionShowDialog Event Handler? Pin
Colin Bozarth3-Apr-08 8:08
Colin Bozarth3-Apr-08 8:08 
AnswerRe: ShowDialog Event Handler? Pin
Giorgi Dalakishvili3-Apr-08 8:27
mentorGiorgi Dalakishvili3-Apr-08 8:27 
AnswerRe: ShowDialog Event Handler? Pin
carbon_golem3-Apr-08 9:59
carbon_golem3-Apr-08 9:59 
QuestionWriting a byte value to a file stream? Pin
Xpnctoc3-Apr-08 7:07
Xpnctoc3-Apr-08 7:07 
AnswerRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 8:01
Luis Alonso Ramos3-Apr-08 8:01 
GeneralRe: Writing a byte value to a file stream? Pin
Xpnctoc3-Apr-08 9:15
Xpnctoc3-Apr-08 9:15 
GeneralRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 9:45
Luis Alonso Ramos3-Apr-08 9:45 
GeneralRe: Writing a byte value to a file stream? Pin
carbon_golem3-Apr-08 9:52
carbon_golem3-Apr-08 9:52 
Questionconvert hex to ascii Pin
merh3-Apr-08 7:04
merh3-Apr-08 7:04 
Hi, my code reads a byte which is 0x41 hex. and I would like to convert it to ascii which is character "A"
int hex = s[a];
can somebody help me with this?

Thanks in advanced,
merh

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.