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 Chriss Miller 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: *

  1. Sherak

    Hide tool bar (Maxmised)

    Hi James, Sorry it the one at the bottom which continas the start button. Thanks,
  2. Sherak

    Hide tool bar (Maxmised)

    Hi, How do I get a form to open maxmised with the windows tool bar hidden. Thanks..
  3. Sherak

    Form size problems on different PC's

    I have made an application and all was good, I tested it on a large scale of resolutions, DPI's and text sizes and it was fine on everything. Now I have a user reporting the form is not big enough and that some of the content in the bottom right corner is inacessable. I have seen a screen shot...
  4. Sherak

    Is it possible to control the mouse?

    Hi James, Thats great, extrmemly simple! Thanks a lot, there is somthing as simple to emulate the clicking of the left mouse button is there? Thanks, PJ
  5. Sherak

    Is it possible to control the mouse?

    I have been messing around with a chess engine and would like to program it to play net chess, I have written the software that scans the board and calculates a move now I just need to be able to move the peice. i.e. move mouse to X,Y then LMB down, move to X.Y LMB up.
  6. Sherak

    Is it possible to control the mouse?

    I.e. Can I write a application that will take control of the mouse pointer, say move it to a point on the screen and left click?
  7. Sherak

    Flciker free Images?

    Thanks a lot for that, looks like I have some reading to do.... Thanks...
  8. Sherak

    Flciker free Images?

    Hi, Maybe someone could help me on this, I have tried double buffering but it just doesnt seem to work. Here is some code: This is simple code that traverses a small image across a larger image __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { Main =new...
  9. Sherak

    Very basic forms question

    crapolla :) Thanks, I had already tried that but forgot to ainclude the forms header file. :S thanks...
  10. Sherak

    Very basic forms question

    If I have 2 forms in a project how do I access Form2's properties from Form1
  11. Sherak

    OpenDialog box

    Font files are not stored like normal files, if you check the fonts properties it will give you the file name *.ttf but accessing them is a differnt mattter.. here is some info that may help you on your way.. http://www.codeproject.com/gdi/fontnamefromfile.asp
  12. Sherak

    Image issues

    This could be a DPI problem. With the introuction of high res monitors/vga cards most graphics drivers now have the option to adjust the dpi (Display Properties/Settings/Advanced/Dpi Settings) the standard is 96 dpi but if you want to run a high resolution and want your text and icons to still...
  13. Sherak

    Using mouse wheel to move vertical scroll bars

    Is applying this function to a basic form simple? I cant seem to find anything on it.. Thanks.....
  14. Sherak

    Stopping and running other applications from your application?

    Thanks again, I would like to avoid using a third party in this case, especially seeing as the program is being used in a comercial enviroment. This said I dont know whilst reading your thread an ingenius idea just popped into my head which will work a treat :) I think it must have ben your...
  15. Sherak

    Stopping and running other applications from your application?

    Hi James, Thanks for that. Details on the program I would like to close are as follows: It is a simple file moving program it monitors a directory and if a file appears there with a certain extention it moves the file to another directory. The program is a simple exe that only relies on...
  16. Sherak

    Stopping and running other applications from your application?

    Hi, I have created a program which runs on startup (program A) and closes on shutdown. This program gets its parameters from the registry and I have seperate program to modify these parameters (Program B). I want to add the feature to program B which would allow me to stop or start program A...
  17. Sherak

    Page server problems

    Thanks guys, help greatly appriciated and helped me to resolve the problem. When I go into the Admin launchpad and look at servers they were disabled, I enabled them and started them and all was sweet. The problem I had was I was looking at the servers through crystal configuration manager...
  18. Sherak

    Page server problems

    Hi, I am a programmer for a small buisness which decided that they wanted to share their crystal reports using crystal enterprise and me being the only computer literate person around they ask me to instal and configure it :-S Im not au fait with data base servers etc but thought I would give...
  19. Sherak

    Get User name or Computer name

    Is there a funtion in Builder whic will return the user name of the user logged on to windows and also the computer name?. thanks in advance :-)
  20. Sherak

    Basic HWND help needed...

    Thanks for the first reply James, that helps a lot....

Part and Inventory Search

Back
Top