Click here to Skip to main content
15,914,289 members
Home / Discussions / C#
   

C#

 
Generalwindows application html page problem. Pin
drey131-Jan-05 7:05
drey131-Jan-05 7:05 
GeneralRe: windows application html page problem. Pin
Esmo200031-Jan-05 7:39
Esmo200031-Jan-05 7:39 
GeneralRe: windows application html page problem. Pin
drey131-Jan-05 8:41
drey131-Jan-05 8:41 
GeneralRe: windows application html page problem. Pin
Heath Stewart31-Jan-05 9:26
protectorHeath Stewart31-Jan-05 9:26 
GeneralI need some advice (dll to exe) Pin
lms00731-Jan-05 7:01
lms00731-Jan-05 7:01 
GeneralRe: I need some advice (dll to exe) Pin
leppie31-Jan-05 7:35
leppie31-Jan-05 7:35 
GeneralRe: I need some advice (dll to exe) Pin
lms00731-Jan-05 11:43
lms00731-Jan-05 11:43 
GeneralRe: I need some advice (dll to exe) Pin
Esmo200031-Jan-05 7:38
Esmo200031-Jan-05 7:38 
Actually, I have a kind of similar problem. I really want to put a .dll into a process so that I can send it an object. I need it in a process because for whatever reason it does not behave properly in a thread. I don't know why this is.

When i put something like

Process testthis.StartInfo.FileName = "C:\\somefolder\\mydll.dll";

I got an exception on

testthis.Start();

saying its not a valid win32 application. I haven't had ANY luck using threads, so I have to do it like this. I was under the impression processes could handle .dlls, am i wrong?

Thanks a lot,
Jim
GeneralRe: I need some advice (dll to exe) Pin
mav.northwind31-Jan-05 8:17
mav.northwind31-Jan-05 8:17 
GeneralRe: I need some advice (dll to exe) Pin
Heath Stewart31-Jan-05 9:21
protectorHeath Stewart31-Jan-05 9:21 
GeneralError deleting collection of tickets Pin
tadhg8831-Jan-05 5:53
tadhg8831-Jan-05 5:53 
GeneralRe: Error deleting collection of tickets Pin
leppie31-Jan-05 7:38
leppie31-Jan-05 7:38 
GeneralMultiple Monitor Software Pin
lizim31-Jan-05 5:05
lizim31-Jan-05 5:05 
GeneralRe: Multiple Monitor Software Pin
Esmo200031-Jan-05 6:02
Esmo200031-Jan-05 6:02 
GeneralRe: Multiple Monitor Software Pin
lizim31-Jan-05 20:48
lizim31-Jan-05 20:48 
GeneralRe: Multiple Monitor Software Pin
mav.northwind31-Jan-05 8:27
mav.northwind31-Jan-05 8:27 
Generaladding rows dynamically to a datagrid Pin
steve_rm31-Jan-05 4:19
steve_rm31-Jan-05 4:19 
GeneralRe: adding rows dynamically to a datagrid Pin
Anonymous31-Jan-05 5:22
Anonymous31-Jan-05 5:22 
QuestionRemove multiple blanks in a string? Pin
Syntaxo31-Jan-05 1:00
Syntaxo31-Jan-05 1:00 
AnswerRe: Remove multiple blanks in a string? Pin
lainoo31-Jan-05 1:58
lainoo31-Jan-05 1:58 
GeneralRe: Remove multiple blanks in a string? Pin
Syntaxo31-Jan-05 2:36
Syntaxo31-Jan-05 2:36 
GeneralRe: Remove multiple blanks in a string? Pin
mav.northwind31-Jan-05 2:49
mav.northwind31-Jan-05 2:49 
GeneralRe: Remove multiple blanks in a string? Pin
Syntaxo31-Jan-05 3:07
Syntaxo31-Jan-05 3:07 
GeneralRe: Remove multiple blanks in a string? Pin
mav.northwind31-Jan-05 5:07
mav.northwind31-Jan-05 5:07 
GeneralRe: Remove multiple blanks in a string? Pin
Syntaxo31-Jan-05 5:27
Syntaxo31-Jan-05 5:27 

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.