Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
Generaldelegate ordering Pin
Shaun Wilde10-Jan-03 5:15
Shaun Wilde10-Jan-03 5:15 
GeneralRe: delegate ordering Pin
Nick Parker10-Jan-03 5:58
protectorNick Parker10-Jan-03 5:58 
GeneralRe: delegate ordering Pin
Shaun Wilde10-Jan-03 6:06
Shaun Wilde10-Jan-03 6:06 
GeneralRe: delegate ordering Pin
leppie10-Jan-03 6:07
leppie10-Jan-03 6:07 
GeneralExport to Excel Problem Pin
Jassim Rahma10-Jan-03 0:10
Jassim Rahma10-Jan-03 0:10 
GeneralCommandbars Pin
suresh_sathya9-Jan-03 20:18
suresh_sathya9-Jan-03 20:18 
QuestionInclude Dll's in Build? Pin
granthnk9-Jan-03 16:54
granthnk9-Jan-03 16:54 
AnswerRe: Include Dll's in Build? Pin
Stephane Rodriguez.9-Jan-03 21:09
Stephane Rodriguez.9-Jan-03 21:09 
granthnk wrote:
1.there a way to compile the Dll's with the executable so that the program is self-contained?

Yes. Use the AxImporter.GenerateFromFile class (where the file is the Flash ActiveX object). Before you can use AxImporter, you need to import the System.Design.dll namespace.



granthnk wrote:
2. : I am compiling on 2000 pro. Will users on other platforms be able to run this?

Not Win95.
Provided you don't use ADO.NET, ASP.NET, users will be able to run your app with the sole .NET run-time installed. ( In addition, be sure to compile against .NET 1.0, otherwise you have to provide a .config file. )



granthnk wrote:
3. is .NET framework required on other machines in order for the app to run?

Yes, the .NET run-time is required. That's a major show stopper for small apps these days.
QuestionHow to get control reference from handle? Pin
FruitBatInShades9-Jan-03 14:01
FruitBatInShades9-Jan-03 14:01 
AnswerRe: How to get control reference from handle? Pin
leppie9-Jan-03 20:51
leppie9-Jan-03 20:51 
GeneralStatic TextBoxt that keeps disappearing Pin
laphijia9-Jan-03 13:43
laphijia9-Jan-03 13:43 
GeneralRe: Static TextBoxt that keeps disappearing Pin
FruitBatInShades9-Jan-03 14:07
FruitBatInShades9-Jan-03 14:07 
GeneralRe: Static TextBoxt that keeps disappearing Pin
laphijia9-Jan-03 21:33
laphijia9-Jan-03 21:33 
Generalweird MSCORLIB Exception Pin
matthias s.9-Jan-03 11:36
matthias s.9-Jan-03 11:36 
GeneralRe: weird MSCORLIB Exception Pin
leppie9-Jan-03 12:13
leppie9-Jan-03 12:13 
GeneralRe: weird MSCORLIB Exception Pin
matthias s.10-Jan-03 6:33
matthias s.10-Jan-03 6:33 
GeneralRe: weird MSCORLIB Exception Pin
leppie10-Jan-03 6:55
leppie10-Jan-03 6:55 
GeneralRe: weird MSCORLIB Exception Pin
matthias s.10-Jan-03 7:32
matthias s.10-Jan-03 7:32 
GeneralRe: weird MSCORLIB Exception - Solution Pin
matthias s.10-Jan-03 7:47
matthias s.10-Jan-03 7:47 
GeneralRe: weird MSCORLIB Exception Pin
James T. Johnson10-Jan-03 18:31
James T. Johnson10-Jan-03 18:31 
GeneralRe: weird MSCORLIB Exception Pin
leppie11-Jan-03 0:23
leppie11-Jan-03 0:23 
Question'Subclassing' child controls. Is it possible? Pin
FruitBatInShades9-Jan-03 10:45
FruitBatInShades9-Jan-03 10:45 
AnswerRe: 'Subclassing' child controls. Is it possible? Pin
leppie9-Jan-03 11:00
leppie9-Jan-03 11:00 
GeneralRe: 'Subclassing' child controls. Is it possible? Pin
FruitBatInShades9-Jan-03 11:10
FruitBatInShades9-Jan-03 11:10 
GeneralRe: 'Subclassing' child controls. Is it possible? Pin
David Stone11-Jan-03 5:16
sitebuilderDavid Stone11-Jan-03 5:16 

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.