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

C#

 
GeneralRe: Array Problem Pin
Milan200721-Sep-04 15:54
Milan200721-Sep-04 15:54 
GeneralRe: Array Problem Pin
Christian Graus21-Sep-04 15:57
protectorChristian Graus21-Sep-04 15:57 
GeneralRe: Array Problem Pin
Milan200721-Sep-04 16:01
Milan200721-Sep-04 16:01 
GeneralGPS Pin
mathon21-Sep-04 14:00
mathon21-Sep-04 14:00 
GeneralRe: GPS Pin
Heath Stewart21-Sep-04 14:12
protectorHeath Stewart21-Sep-04 14:12 
GeneralRessources Exception in .NET Frameworks 2.0 Pin
Elc3p421-Sep-04 13:20
Elc3p421-Sep-04 13:20 
GeneralRe: Ressources Exception in .NET Frameworks 2.0 Pin
Heath Stewart21-Sep-04 14:27
protectorHeath Stewart21-Sep-04 14:27 
Generalembedding a resource and getting it back out Pin
vista2721-Sep-04 12:42
vista2721-Sep-04 12:42 
problem: i have a web browser embedded in my form. the pages i am creating visually complicated enough that i don't want to do it by hand, so i'm going to make the pages in front page. the issue is getting that front page generated html back to my C# web app as a properly formed string. instead of having to manually do things like replace all the "s with \"s, i'm trying to embed the html page as a resource, and extract it at run time. will this solve all my formatting issues? how do i extract it at runtime? if i add the html page to my project, change build action to "Embedded resource", i thought i coudl do a resources.GetObject and pass it the name of the file, but i keep getting back null.

and please let me know if you know a better way to get html generated code from front page into C# as a properly formatted string. thanks!
GeneralRe: embedding a resource and getting it back out Pin
Heath Stewart21-Sep-04 14:20
protectorHeath Stewart21-Sep-04 14:20 
GeneralHelp :) Pin
Moon Boy21-Sep-04 11:19
Moon Boy21-Sep-04 11:19 
GeneralRe: Help :) Pin
Heath Stewart21-Sep-04 11:36
protectorHeath Stewart21-Sep-04 11:36 
GeneralUsing the Command Prompt in C# Win App Pin
chubbysilk21-Sep-04 10:06
chubbysilk21-Sep-04 10:06 
GeneralRe: Using the Command Prompt in C# Win App Pin
Heath Stewart21-Sep-04 11:08
protectorHeath Stewart21-Sep-04 11:08 
GeneralSmart Device Application Pin
mathon21-Sep-04 9:53
mathon21-Sep-04 9:53 
GeneralRe: Smart Device Application Pin
Heath Stewart21-Sep-04 11:12
protectorHeath Stewart21-Sep-04 11:12 
GeneralRe: Smart Device Application Pin
Chris Quick21-Sep-04 12:17
Chris Quick21-Sep-04 12:17 
GeneralRe: Smart Device Application Pin
mathon21-Sep-04 13:53
mathon21-Sep-04 13:53 
GeneralRe: Smart Device Application Pin
Heath Stewart21-Sep-04 14:31
protectorHeath Stewart21-Sep-04 14:31 
GeneralRe: Smart Device Application Pin
mathon21-Sep-04 22:08
mathon21-Sep-04 22:08 
GeneralHelp on setting index of dropdownlist. Pin
macsgirl21-Sep-04 9:46
macsgirl21-Sep-04 9:46 
GeneralRe: Help on setting index of dropdownlist. Pin
Colin Angus Mackay21-Sep-04 12:00
Colin Angus Mackay21-Sep-04 12:00 
GeneralRe: Help on setting index of dropdownlist. Pin
macupryk21-Sep-04 12:32
macupryk21-Sep-04 12:32 
GeneralRe: Help on setting index of dropdownlist. Pin
Colin Angus Mackay21-Sep-04 12:47
Colin Angus Mackay21-Sep-04 12:47 
GeneralRe: Help on setting index of dropdownlist. Pin
macupryk21-Sep-04 13:00
macupryk21-Sep-04 13:00 
GeneralRe: Help on setting index of dropdownlist. Pin
Colin Angus Mackay21-Sep-04 13:12
Colin Angus Mackay21-Sep-04 13:12 

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.