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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MPK

  1. MPK

    TSR programming in VB ?

    Hello, There must be a way of writing TSR the way you did in C/Pascal in DOS. But I assume it must be complicated in Windows environment. Basically Windows OS can execute multiple programs at same time. So you can always run the program and leave it as it is. Or run the application like...
  2. MPK

    Textbox help

    I assume that you like to create a tabular data entry page. you can use FlexGrid or ListView to create the same. on runtime you have to positioned a text box to the required cell and make it visible...This will help in creating the sheet like application.. regards Manoj Kalekar...
  3. MPK

    On a label... How do I continue on the next line?

    The simplest way is to insert a dummy space in between words, so that the word exactly fits in the width provided. This can be tried in the designer itself Secondly there is a property of WORDWRAP for the labels. Check it out. Manoj Kalekar manoj_kalekar@yahoo.com
  4. MPK

    remotely start/stop services

    use NET START <service name> This is a command line utility....Check it out. Manoj Kalekar manoj_kalekar@yahoo.com
  5. MPK

    Linker for Clipper 5.3

    Hello,<br><br> Is Blinker available as a shareware/ freeware.<br><br>I am programming with RTLINK and would like to check the effectiveness with Blinker.<br><br>Please give the site name.<br><br>Thanks in advance<br>Bye.
  6. MPK

    Setting Up Usernames and Passwords to VB Program

    We had similiar situation and Login/password was very much required.<br> <br> Create a table with fields as NAME, PASSWORD and RIGHTS.<br> You can use cryptic functions to crypt the passwords. Assign special values to each menu items and provide this in the rights. When ever the username and...
  7. MPK

    Conventional Memory Exausted

    Dear Wulfgar<br> <br> I could not find the site.<br> <A HREF="http://www.cch.com.my/cch/clipper/cl10003.htm" TARGET="_new">www.cch.com.my/cch/clipper/cl10003.htm</A> <br> <br> can u spell it out correctly, Please<br> <p>Manoj Kalekar<br><a...
  8. MPK

    Control resizing

    You can check the height and width property of screen and then resize the form, Normally design for 640x480, but if user runs the application at 800x600 then following code might be of some help. <br> <br> Here the form is center located and made half, manipulate the code and check for...
  9. MPK

    Report Writer for an Access Database

    Use Crystal report from SEAGATE. <p>Manoj Kalekar<br><a href=mailto:manoj_kalekar@yahoo.com>manoj_kalekar@yahoo.com</a><br><a href= > </a><br>
  10. MPK

    Connect to Dbase III with any data control or programmatically

    I have connected to DBASEIII files using normal DataControl and not RDO/ADO, I could do the transaction as well, The only problem is I dont know the methodology to interface index files (NTX,CDX etc..)<br> <br> If you do not require index files, then normal datacontrol is fine for you, you can...
  11. MPK

    Conventional Memory Exausted

    Hi David,<br> <br> I have developed programs in Clipper v5.2e, till now the programs were executing on Netware platforms, Recently the client have purchased new PC's (PIII, Celeron etc...) with OS as WIN 9x/NT.<br> <br> On some machine , &quot;BASE MEMORY LOW&quot; occurs, Will your...

Part and Inventory Search

Back
Top