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

Search:

Type: Posts; User: hjjayakrishnan

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,228

    Re: Rotating the picturebox image.

    Thanks for your reply.

    Actually i couldn't get the code working, from the msdn site, the one with the 90 degree increments. The compiler showed error at
    PictureBox1->SizeMode =...
  2. Replies
    3
    Views
    2,228

    Rotating the picturebox image.

    I've tried tons of materials in the web, but haven't quite been able to rotate the image. Could anyone post me how to do it? And yeah, I've been through the msdn site, but in vain.

    Thanks
  3. Replies
    2
    Views
    1,462

    Re: keydown event, not working.

    Thanks . will check it out. :)
  4. Replies
    2
    Views
    1,462

    keydown event, not working.

    I'm trying to move this button in the x axis.. I used the following code.

    private: System::Void Form1_KeyDown(System::Object^ sender, System::Windows::Forms::KeyEventArgs^ e) {
    if(...
  5. Re: Disappearing tool boxes during debugging.....!

    Yep. You're absolutely right. I really can't get stupider than this, can i? :P Once i rebuilt my solution, it was working fine. Thanks a lot for your trouble, man. :)
  6. Re: Disappearing tool boxes during debugging.....!

    Sorry about that. I might have moved the label around before uploading. The issue isn't really fixed yet. I'm uploading the complete project just like you asked. Thanks a lot for your patience. :)
  7. Re: Disappearing tool boxes during debugging.....!

    I haven't added any actual code, as a matter of fact. I was just designing the initial layout of the form. I checked through the design code, also added breakpoints like you mentioned, but i haven't...
  8. Disappearing tool boxes during debugging.....!

    I added some labels, combo boxes in the tab control, but as soon as i debug, they seem to vanish. I'm totally confused. What's going on?
    I've attached screenshots.
    Thanks in advance.
  9. Replies
    5
    Views
    3,326

    Re: Adding graphs and fancy telemetry.

    Hey, thanks. I'm just learning the software, so i'm not quite sure if all the stuff are free. I hope they're free, and i'll post pics as soon as it is done. :)
  10. Replies
    5
    Views
    3,326

    Re: Adding graphs and fancy telemetry.

    Thanks man, yeah its disappointing that visual c++ has only this much to offer. I've downloaded qt now, it's open source and you can create pretty amazing stuff with that, i'm sure you know that...
  11. Replies
    5
    Views
    3,326

    Adding graphs and fancy telemetry.

    29963Hey guys,
    I'm working on a windows forms application on visual c++ 2010, which essentially is to control the movement of a quadcopter. But i'd also like to gather the flight data on a continous...
  12. Replies
    2
    Views
    1,677

    Re: Scanning arrow keys from keyboard.

    Thanks a million, Eri523. It worked like magic. :D
  13. Replies
    2
    Views
    653

    Re: Scanning arrow keys from keyboard.

    Oops! sorry, for the mistake. Will repost it there.
  14. Replies
    2
    Views
    1,677

    Scanning arrow keys from keyboard.

    I'm building this windows forms application in visual c++ 2010, where in i want to control my robot's movement(via COM port) through arrow keys. I'm pretty new to visual c++, i've managed to control...
  15. Replies
    2
    Views
    653

    Scanning arrow keys from keyboard.

    I'm building this windows forms application in visual c++ 2010, where in i want to control my robot's movement(via COM port) through arrow keys. I'm pretty new to visual c++, i've managed to control...
Results 1 to 15 of 16





Click Here to Expand Forum to Full Width

Featured