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

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

    Hide tool bar (Maxmised)

    Hi, How do I get a form to open maxmised with the windows tool bar hidden. Thanks..
  2. 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...
  3. 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?
  4. 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...
  5. Sherak

    Very basic forms question

    If I have 2 forms in a project how do I access Form2's properties from Form1
  6. 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.....
  7. 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...
  8. 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...
  9. 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 :-)
  10. Sherak

    Basic HWND help needed...

    Hi, I am having a little trouble finding information on window handles, I have been using borland builder for 4 years now and have worte some pretty complex apps however as unbelivable as it may sound I have never had to mess around with windows handles.. Until now that is.. I am using (or...
  11. Sherak

    Using CTRL+SHIFT+(ANY KEY) to bring focus back

    I have programed an app that runs in the system tray, to open the app you can click on the icon and then choose open from the menu, I would also like to be able to open it by using CTRL+SHIFT and a Key (F Key Prefareably) and I am at a complete loss at how to implement this, any pointers in the...
  12. Sherak

    Using print screen to capture images into a program.

    I have an application and as part of it I would like to be able to capture a image of the despktop (even if the program is minimised), I would think it will be somthing tied into the print screen function but I am at a loss at how to capture it.. Any advice is greatly appriciated....
  13. Sherak

    Invisible mouse cursor

    How can I make the mouse cursor invisble yet till active whilst moving over a TImage? Thanks...
  14. Sherak

    running a program in the systray?

    I have created a file monitor program which runs on our server moving files around, it runs on startup and all is fine, the problem is it runs like a normal program displayed in the taskbar, I would ideally like it to be shown in the systray next to the clock but Im at a loss to know how to do...
  15. Sherak

    Home WiFi help

    Hi, I have just dropped in from the programming section wondering if any of you guys could help out with a small home networking problem. I have a desktop running XP SP2 which is connected to the internet via a ADSL modem, this also has a wireless card in it which server my internet to my...
  16. Sherak

    Thermostat wiring

    I know this is off topic but I cant find a relevant forum, I use the programming forums here regulary however I have a little project at home and was wondering if any of you with electrical knowledge could help out. Basically, Im placing a tube heater in my greenouse for the winter period and...
  17. Sherak

    system("copy file.txt \s", FileName) doesnt work, any help?

    Hi, Im using the system comand to copy a file to another directory however the new dir/file name is specified on runtime, I thought I coudl use the system comand in a similar way to the printf command.. but no joy, any help on this would be appriciated... thanks
  18. Sherak

    Finding file name

    Finding file I am writing a program to monitor a directory and when a file appears in it, I need to check if the file is in use and if it isnt I need to change its extention. the files name can be differnt though so how do I check if the file is in use if I dont know its name? Thanks
  19. Sherak

    ios::app (fails to open file)

    I check if the file exists if(FileExists(FileName)) And if it does not exist I open it like this: OutputF.open(FileName, ios::out); And all is fine, however if it does exist I open it like this: OutputF.open(FileName, ios::app); However in this case it wont open and returns OutputF.fail()...
  20. Sherak

    Dragging files onto exe's

    I have a program which decypers a text in a text file, baically you open the program and paste the contents of a text file into it and it will perform an operation. What I want to know is if I drag a txt file over the executable the program will open but how do I get the contents of the text...

Part and Inventory Search

Back
Top