March 21st, 2011 12:46 PM
this is not about thinking but about knowing... if you don't know don't post such nonsense :sick:
sure you can call native code from C#.
now to OP: I have still a similar problem...
March 20th, 2011 10:51 AM
I have an interactive 2D-Viewport-Control (zooming, panning etc) where I'm displaying some images with the Graphics.DrawImage method. But this is extremely slow so I tried to accelerate the image...
December 19th, 2010 12:55 PM
reading about Deploying a C# application (Visual Studio Setup Project) might help you
December 19th, 2010 12:48 PM
is there an easy way to distinguish between c and c++? I mean how do I know if a function or a header file is c or c++? is it important at all to be able to tell what is c and what is c++ when I'm...
December 18th, 2010 02:32 AM
:eek: because this is still wrong. you must do it deliberately and I'm out of here... besides you just can't entirely give up using custom fonts and I can't stand them.
December 18th, 2010 12:59 AM
I wanted to suggest you exacly that but now I realize I don't actually understand what you are trying to do. can you explain it in another way?
December 18th, 2010 12:55 AM
you tell me that this error message is not clear enough? http://www.codeguru.com/forum/images/smilies/sick.gif have you read the documentation of TryParse at all?
this is a joke, isn't it? how...
December 17th, 2010 05:22 AM
cheating?! LoooooooL then using .NET is cheating as well, with your mindset you should use the WinAPI directly or still better Assembler because even C would be cheating. you seem to like wasting...
December 16th, 2010 12:08 AM
look at Use the Net Use command to map or disconnect a drive at How to connect and disconnect a network drive in Windows XP
December 15th, 2010 03:11 PM
try to map it as a network drive
December 15th, 2010 02:34 PM
you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters
EDIT: @GCDEF: I was writing at the same time ;)
December 15th, 2010 02:08 PM
December 15th, 2010 02:04 PM
I do know what these technologies are but as the OP I wonder which ones of them are actually widely used. are we so lame that we have no idea how to implement them or is MS just telling us that all...
December 15th, 2010 10:38 AM
I already helped you enough but
you don't even know how to check if a variable is null and I'm not going to teach you that becasue it's in every book and you are just too lazy to read one
...
December 15th, 2010 01:54 AM
did you check SendMessage (user32) at pinvoke.net?
December 15th, 2010 01:46 AM
actually this is good news, more job opportunities for me :D
December 14th, 2010 11:10 PM
ok, here is a book more helpful then us. you seem not to know the basics :sick:
December 14th, 2010 02:22 PM
sure, but this is c# forum so I assume the OP is talking about c# :cool:
ruby hehe, its syntax is so funny
December 14th, 2010 01:30 PM
ever heard of CODE tags?
here's the answer to you qiuz ;) probably this is failing
listboxContextMenu.Items.Add(string.Format("Edit - {0}", listBox1.SelectedItem.ToString()));
because the...
December 14th, 2010 11:30 AM
ok, then I think I'm going to start with MFC
December 14th, 2010 11:25 AM
if you mean late binding then Using Type dynamic (C# Programming Guide) might help you
December 14th, 2010 11:21 AM
then maybe you should try the SortedDictionary<TKey, TValue> Class
December 13th, 2010 02:57 PM
mhmm, not sure but EndInvoke might be the key and the IAsyncResult
December 13th, 2010 02:00 PM
in my view you should read a book first or a tutorial to grasp the basics