Description:
Microsoft .NET technology newsgroup.
|
|
|
Windows API function: getClassInfo()
|
| |
How can I use that in C#.
In many samples on the internet there is WNDCLASS parameter, which is a structure - I need a full code sample, please, that declares that structure.
Thanks :)
|
|
Find object's method and
|
| |
I have the classname and the windows' handle of an object.
I want to know all the list of methods of the class of the above (some APIs), and all of its exposed properties.
(Maybe by some reflections functions ...)
Thanks :)
|
|
C# - Dll questions
|
| |
Hello,
In C# ...
1. I have tried to write to Console : "Hello world" by Console.WriteLine("Hello world"), but I cannot see the console screen.
2. How can I show a MessageBox in a class Library (dll) instead of console. Need some samples, please.
Thanks :)
|
|
All New Blackberry Apps For You
|
| |
Hey Guys, BlackBerry brings to you the favorite App on your New
BlackBerry PlayBook...With All funny Rage Comics (Memes) Reader...!!!
[link]
For More Exciting Videos Subscribe to My Channel [link]
|
|
Assembly is required to be strongly named
|
| |
Hello,
I am creating a *.dll file on C#, and want to put it on "c:\windows\assembly folder".
I got a message : "Assembly is required to be strongly named".
What should I declare on C#?
Thanks :)
|
|
Visual Inheritance For MenuStrip, ToolBarStrip and StatusStrip Controls SOLVED
|
| |
Microsoft have disabled Visual Inheritance for ToolStrip controls for
reasons that could have easily been solved (in my opinion).
They claim it would take too much effort to manage the child control
collection over an inheritance hierarchy. However, it is possible to
avoid these issues by simply merging separate collections into one at... more »
|
|
Lint for C# ?
|
| |
[link]
Is anyone here using a lint-like program for C# ? I just found a bug
that would be easy to search for: I'd like to see a warning for an if
that follows another if with no space between them if the second if is
followed by one or more else if's.... more »
|
|
|