CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: memeloo

Page 1 of 31 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    1
    Views
    2,676

    How do I access a digital camera in C#?

    I'd like to write a small console application to copy images and videos from a digital camera but I don't know how to accesss it.

    The explorer show this path:

    Computer\My Camera Name...
  2. Replies
    8
    Views
    2,743

    Re: BadImageFormatException

    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...
  3. Replies
    0
    Views
    4,731

    Direct2D & GDI+ at the same time?

    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...
  4. Re: How to change the default location that your Project is being installed to?

    reading about Deploying a C# application (Visual Studio Setup Project) might help you
  5. Replies
    4
    Views
    1,226

    How to distinguish between c and c++?

    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...
  6. Replies
    7
    Views
    1,322

    Re: Fill Specific no of grid in C#

    :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.
  7. Re: How to know if field returned by Type.GetFields() is from base class?

    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?
  8. Replies
    7
    Views
    1,322

    Re: Fill Specific no of grid in C#

    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...
  9. Replies
    6
    Views
    1,294

    Re: communicating with facebook problem

    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...
  10. Thread: Copy command

    by memeloo
    Replies
    5
    Views
    1,201

    Re: Copy command

    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
  11. Thread: Copy command

    by memeloo
    Replies
    5
    Views
    1,201

    Re: Copy command

    try to map it as a network drive
  12. Replies
    8
    Views
    1,516

    Re: this arrow marks

    you must have pressed CTRL+R, CTRL+W... press it again to hide whitespace characters

    EDIT: @GCDEF: I was writing at the same time ;)
  13. Re: Problem calling a method of an object maded in a thread.

    I got ya :D
  14. Replies
    8
    Views
    9,627

    Re: Wcf/wpf/wf/*** :)

    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...
  15. Re: Object reference not set to an instance of an object

    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

    ...
  16. Thread: SendMessage

    by memeloo
    Replies
    2
    Views
    789

    Re: SendMessage

    did you check SendMessage (user32) at pinvoke.net?
  17. Re: Extremely amateur code write needs help with final due tonight please help i'm st

    actually this is good news, more job opportunities for me :D
  18. Re: Object reference not set to an instance of an object

    ok, here is a book more helpful then us. you seem not to know the basics :sick:
  19. Re: Object reference not set to an instance of an object

    sure, but this is c# forum so I assume the OP is talking about c# :cool:

    ruby hehe, its syntax is so funny
  20. Re: Object reference not set to an instance of an object

    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...
  21. Replies
    7
    Views
    1,263

    Re: How do you write applications in c++?

    ok, then I think I'm going to start with MFC
  22. Replies
    4
    Views
    4,741

    Re: Calling methods on unnamed objects

    if you mean late binding then Using Type dynamic (C# Programming Guide) might help you
  23. Replies
    5
    Views
    1,527

    Re: [RESOLVED] Sorting a Generic List

    then maybe you should try the SortedDictionary<TKey, TValue> Class
  24. Replies
    2
    Views
    1,726

    Re: printDialog focus problem

    mhmm, not sure but EndInvoke might be the key and the IAsyncResult
  25. Replies
    1
    Views
    885

    Re: How to Sync GroupBox and ListBox?

    in my view you should read a book first or a tutorial to grasp the basics
Results 1 to 25 of 774
Page 1 of 31 1 2 3 4





Click Here to Expand Forum to Full Width

Featured