Too old a topic

  • Thread starter Thread starter Des
  • Start date Start date
D

Des

Sorry. guys the message loop which everyone had to write in order to
create a windows app is to long ago for you.
 
Des said:
Sorry. guys the message loop which everyone had to write in order to
create a windows app is to long ago for you.

No it's not. I've written C++ progams under Windows 3 and no doubt so have lots
of us. C#.Net programs are simply not structured the same way although most of
the basic concepts are still there under the covers. That hiding of irrelevant
complexities is a good thing, most would say.

What's been unclear from the beginning is what you actually want from this
group. Are you asking how to write a program or how to find an existing one
that solves some problem you are having with your memory stick?

If you're asking how to write an old-style unmanaged Win32 C or C++ program,
then why ask that in a C#.Net newsgroup? It's just way off-topic here (go find
a Win32 forum), as would also be a question about Spy utilities (go find a
Windows user forum).

If you have a C#.Net question, then ask it here.
 
Back
Top