Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: Array of strings to old DLL? Pin
leppie3-Sep-02 2:19
leppie3-Sep-02 2:19 
QuestionHow to do a virtual keyboard in c# ? Pin
AlbertoFujimori1-Sep-02 21:34
AlbertoFujimori1-Sep-02 21:34 
AnswerRe: How to do a virtual keyboard in c# ? Pin
Stephane Rodriguez.2-Sep-02 0:01
Stephane Rodriguez.2-Sep-02 0:01 
GeneralBringToFront changes index Pin
James McCutcheon1-Sep-02 20:32
James McCutcheon1-Sep-02 20:32 
QuestionGraphic engine for .NET anyone? Pin
Alastair Stell1-Sep-02 16:01
Alastair Stell1-Sep-02 16:01 
AnswerRe: Graphic engine for .NET anyone? Pin
David Stone1-Sep-02 17:58
sitebuilderDavid Stone1-Sep-02 17:58 
AnswerRe: Graphic engine for .NET anyone? Pin
Rickard Andersson201-Sep-02 20:47
Rickard Andersson201-Sep-02 20:47 
AnswerRe: Graphic engine for .NET anyone? Pin
Stephane Rodriguez.1-Sep-02 21:20
Stephane Rodriguez.1-Sep-02 21:20 
Many developers have made fine games using VB, thus using C# should be more or less the same.

Of course there are bottlenecks. For instance a .Net application needs at least 4 seconds before it starts (time required for the CLR to compile IL code into assembly code). So don't expect much about time response.

You have at least two options :
- use plenty of ActiveX, for instance the one from Macromedia

- use the System.Drawing assembly, even though you'll end up as with Java 1.0 back 4 years ago : in other words, 1. anything you do requires you to manage your own double buffers, and optimized drawing so the screen does not flicker. 2. the object model is primitive : for instance you cannot draw an arrow. 3. Transparency API ? play with caution, some features will work only on W2K/XP systems. 4. DirectX ? never assume that what works fine on your computer will work on someoneelse's computer. That's the conclusion I made after 2 years of DirectX struggle (where the so-called hardware abstraction at the basis of the whole stuff, is in fact a complete lie). Besides that, manipulating all interface versions will require a full-time job just for it.Cry | :((



And I swallow a small raisin.

AnswerRe: Graphic engine for .NET anyone? Pin
leppie2-Sep-02 5:24
leppie2-Sep-02 5:24 
GeneralnBASS updated Pin
leppie1-Sep-02 10:23
leppie1-Sep-02 10:23 
GeneralRe: nBASS updated Pin
James T. Johnson1-Sep-02 11:43
James T. Johnson1-Sep-02 11:43 
GeneralRe: nBASS updated Pin
leppie1-Sep-02 11:54
leppie1-Sep-02 11:54 
GeneralRichTextBox Pin
Iulian Serban1-Sep-02 8:11
Iulian Serban1-Sep-02 8:11 
GeneralRe: RichTextBox Pin
Mazdak1-Sep-02 9:40
Mazdak1-Sep-02 9:40 
GeneralRe: RichTextBox Pin
Iulian Serban1-Sep-02 22:39
Iulian Serban1-Sep-02 22:39 
GeneralRe: RichTextBox Pin
James McCutcheon1-Sep-02 22:01
James McCutcheon1-Sep-02 22:01 
GeneralRe: RichTextBox Pin
Iulian Serban1-Sep-02 22:37
Iulian Serban1-Sep-02 22:37 
Generalwebservice Pin
Mazdak1-Sep-02 7:29
Mazdak1-Sep-02 7:29 
GeneralRe: webservice Pin
SimonS2-Sep-02 22:06
SimonS2-Sep-02 22:06 
GeneralGetting the Handle of a Form in Design mode Pin
leppie1-Sep-02 6:32
leppie1-Sep-02 6:32 
GeneralOpen Directory Pin
Nnamdi Onyeyiri1-Sep-02 4:55
Nnamdi Onyeyiri1-Sep-02 4:55 
GeneralRe: Open Directory Pin
leppie1-Sep-02 6:48
leppie1-Sep-02 6:48 
GeneralRe: Open Directory Pin
Stephane Rodriguez.1-Sep-02 7:24
Stephane Rodriguez.1-Sep-02 7:24 
GeneralRe: Open Directory Pin
Mazdak1-Sep-02 9:41
Mazdak1-Sep-02 9:41 
GeneralCalling a C# DLL in C++ Pin
Anonymous1-Sep-02 3:39
Anonymous1-Sep-02 3:39 

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.