Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: horst123
  • Content: Threads
  • Order by date
  1. horst123

    ifstream can't read 0x09

    Hi, I try to read from a binary file. Everthing goes well, but if i try to read a 09 he replaces it with 00. Can anybody explain this to me? thx
  2. horst123

    ScreenToClient function

    Hi, can anybody explain to me, how to use the ScreenToClient function I've done this: IntPtr hwnd; hwnd = panel1 -> get_Handle(); ScreenToClient(hwnd, mousePos); where panel is a Panel and the mousePos is a Point. The Error I get is: can't convert IntPtr to HWND thx for help
  3. horst123

    Probs with drawing a line

    Hi, I've got a problem. I've got a class called haupt and another class called neben. In the neben class there is a pictureBox item and I want to draw a line into it. Therefor I write in haupt: neben* p_neben = new neben(); neben.start(); in the start method i write this -> Show(); and after...
  4. horst123

    new Toolbox items

    Hi, I wanted to ask if anyone can say where I can get new Toolbox items (these little things you can drag and draw onto your GUI, like buttons and stuff). I'm searching for a Graph, where you can drag a line on a few points and then get the values from this line at special points. Thx
  5. horst123

    element pointer in class element

    Hi, i've got a problem. i want to implement a class called element, which has a pointer called ele, like this: class element { int i_a; element* p_ele; } but if i write: element p_new = new element; the pointer p_ele won't point to NULL but to a location, where i_a is initialized whith 0...
  6. horst123

    Question to compiler error

    Hi, i've got an compiler error at my project, and wanted to ask if anyone can explain what that means: Der Typ 'DimmSteuerung.newEntry' wurde nicht gefunden. Stellen Sie sicher, dass auf die Assembly, die diesen Typ enthält, verwiesen wird. Wenn dieser Typ Teil Ihres Entwicklungsprojekts...

Part and Inventory Search

Back
Top