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 SkipVought 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: rebShaul
  • Order by date
  1. rebShaul

    update locations

    Hi. I've copied from my friend's computer a folder containing some .mdb files. Some of the files have relations to other files. At my computer the path to that folder is not the same as at my friend's, so when I try to open a table (for example), I get the message " 'D:\...\xxx.mdb' is not a...
  2. rebShaul

    Windows Message Queue

    Hello. How can I get control on the Windows Message Queue. (I want to get the event of CTRL-key pressed, while my Form is NOT in focus or hidden).
  3. rebShaul

    get CTRL key-pressed event

    Then hoe come Windows can recognize CTRL+ALT+Del no matter which Form/window is active?
  4. rebShaul

    get CTRL key-pressed event

    Hi. How can I get a CTRL key-pressed event while my Form is not in focus?
  5. rebShaul

    excel and acess foe windows CE

    No problem; I will let you know of any solution to this request, but meanwhile I don't have one.
  6. rebShaul

    Hi. I'm using .NET version 2003.

    Hi. I'm using .NET version 2003. At the Watch window there are some filds of an object which are empty (meaning - when I open the '+' sign at the left side of an object name, there are some lines that should contain the name and the value of fields of the class, but these rows are empty)...
  7. rebShaul

    Bi-State button

    Hello. How can I make a Bi-State button (a button that when you push it looks in one state - let's say pushed, and when you push it again it looks in another state - let's say pulled)? Thanks, Shaul.
  8. rebShaul

    string to double

    senbo, thank you vey much. Your solution solves the problem when you're obliged to use textBox. Otherwise, korach's solution might be pretty good. Any way, thank you very much again, Shaul.
  9. rebShaul

    string to double

    Amiram, thanks alot!
  10. rebShaul

    string to double

    Hello. I want to get a number (double) from the user and store it in a double variable. I thought the simplest way to get an input is using textBox. The problem is, that the data format of the text at the textBox is String and I want the double value of the data. Thanks for your help, Shaul.
  11. rebShaul

    multi-forms program

    Hello, I want to creat a multi-forms program (C# Windows Application project). How do I open Form2 from Form1 which is the main form of the program? (For example, I want that Form2 will be loaded as a consequence of a menu click at Form1). Thanks, Shaul.
  12. rebShaul

    Hello. Consider the following cl

    Thanks, Chip H.
  13. rebShaul

    Hello. Consider the following cl

    Hello. Consider the following classes: Obstacle, Collector. Consider an ArrayList which contains objects of both classes. My question is how can I determine a specific entry in the array which class it is (Obstacle or Collector)? Thanks alot, Shaul.
  14. rebShaul

    excel and acess foe windows CE

    Please help me find Excel and Access (or the entire office) for a windows CE OS which runs on a MIPS R4000 processor (16 MB RAM) thanks, Shaul.
  15. rebShaul

    linked list

    Hello. How can I implement linked list in C# (without using pointers)? Thanks, Shaul.

Part and Inventory Search

Back
Top