Click here to Skip to main content
16,010,114 members
Home / Discussions / C#
   

C#

 
AnswerRe: RunDll32.exe Help Pin
Pete O'Hanlon19-Jan-10 11:39
mvePete O'Hanlon19-Jan-10 11:39 
GeneralRe: RunDll32.exe Help Pin
User 674486819-Jan-10 20:59
professionalUser 674486819-Jan-10 20:59 
AnswerRe: RunDll32.exe Help Pin
Paw Jershauge19-Jan-10 21:39
Paw Jershauge19-Jan-10 21:39 
QuestionEXCEPTION HANDLING Pin
mukundkallapur19-Jan-10 8:09
mukundkallapur19-Jan-10 8:09 
AnswerRe: EXCEPTION HANDLING Pin
Jimmanuel19-Jan-10 8:14
Jimmanuel19-Jan-10 8:14 
AnswerRe: EXCEPTION HANDLING Pin
Bardy8519-Jan-10 8:36
Bardy8519-Jan-10 8:36 
AnswerRe: EXCEPTION HANDLING Pin
Migounette19-Jan-10 12:15
Migounette19-Jan-10 12:15 
QuestionMobile webbrowser control not displaying local image... Pin
Jacob Dixon19-Jan-10 4:54
Jacob Dixon19-Jan-10 4:54 
I have a problem with a webbrowser control not displaying an image from the local harddrive of the Windows Mobile 5 PocketPC I have.

Basically I am writing the HTML code to the browser:

webBrowser.DocumentText = @"
                    <html>
                    <body style='text-align: center; margin-left: auto; margin-right: auto'>
                    <img src='" + AppPath + @"\loading.gif' />
                    </body>
                    </html>";


The AppPath is:


private string AppPath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase);


Now I had it throw a message box before that and it gives: "\Program Files\Mobile Inventory" which if you add \loading.gif on that it would be correct. I have even verified that the loading.gif image file was in that location and it was.

It still just shows a red X. If you are wondering why I am doing it this way instead of a picture box it is because a picturebox on win mobiile cannot display animation. (Nice huh)
AnswerRe: Mobile webbrowser control not displaying local image... Pin
OriginalGriff19-Jan-10 5:41
mveOriginalGriff19-Jan-10 5:41 
GeneralRe: Mobile webbrowser control not displaying local image... Pin
Jacob Dixon19-Jan-10 6:03
Jacob Dixon19-Jan-10 6:03 
AnswerRe: Mobile webbrowser control not displaying local image... Pin
Luc Pattyn19-Jan-10 5:46
sitebuilderLuc Pattyn19-Jan-10 5:46 
QuestionShow a modeless form from an app with no main form? Pin
John Whitmire19-Jan-10 4:40
professionalJohn Whitmire19-Jan-10 4:40 
AnswerRe: Show a modeless form from an app with no main form? Pin
John Whitmire20-Jan-10 6:41
professionalJohn Whitmire20-Jan-10 6:41 
GeneralRating my Article Pin
ADNANE-Dev19-Jan-10 3:08
ADNANE-Dev19-Jan-10 3:08 
GeneralSort of Repost of something that was flamed in the first place Pin
Keith Barrow19-Jan-10 3:12
professionalKeith Barrow19-Jan-10 3:12 
GeneralRe: Sort of Repost of something that was flamed in the first place Pin
OriginalGriff19-Jan-10 3:48
mveOriginalGriff19-Jan-10 3:48 
GeneralRe: Rating my Article Pin
Not Active19-Jan-10 3:45
mentorNot Active19-Jan-10 3:45 
RantRe: Rating my Article Pin
dan!sh 19-Jan-10 3:49
professional dan!sh 19-Jan-10 3:49 
GeneralRe: Rating my Article Pin
Muammar©19-Jan-10 4:41
Muammar©19-Jan-10 4:41 
GeneralRe: Rating my Article Pin
loyal ginger19-Jan-10 4:43
loyal ginger19-Jan-10 4:43 
GeneralRe: Rating my Article Pin
0x3c019-Jan-10 5:12
0x3c019-Jan-10 5:12 
QuestionImporting a win32 dll in C# Pin
yeah100019-Jan-10 1:57
yeah100019-Jan-10 1:57 
AnswerRe: Importing a win32 dll in C# Pin
Luc Pattyn19-Jan-10 2:14
sitebuilderLuc Pattyn19-Jan-10 2:14 
AnswerRe: Importing a win32 dll in C# Pin
Rhys Gravell19-Jan-10 2:37
professionalRhys Gravell19-Jan-10 2:37 
AnswerRe: Importing a win32 dll in C# Pin
KarstenK19-Jan-10 2:51
mveKarstenK19-Jan-10 2:51 

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.