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 Wanet Telecoms Ltd 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: ugagrad
  • Content: Threads
  • Order by date
  1. ugagrad

    File.Exists and FileInfo.Exists returning false result

    Hello, I have two services one I will call "Processor" the other we will call "Communicator". The Processor calls a function on the Communicator which tells it to contact a third party web service. The web service returns a file stream and the Communicator writes the stream to a DFS File...
  2. ugagrad

    Barcode Creation

    I am not sure if I am using the right thread but does anyone know of an activeX control or a dll that creates a 3 of 9 barcode and stores it as a gif or jpg. Any suggestions are great. Thanks in advance
  3. ugagrad

    Syntax Highlighting in a richtext box

    Hey Everyone, I am trying to find a way to highlight text in a rich text box. I have it the highlighting works but the richtextbox jumps around when you type on it. Basically, it moves the scroll bar one line per keypress until the text you are typing is at the top of the control. I am using...
  4. ugagrad

    Microsoft Date Time Picker Control

    Hello all, I am attempting to use a date time picker control for an application I am creating. I was wondering if anyone knew of a way to set the minutes interval on that control. Currently the only thing it will do is go up by one minute with each click. I want to increment by 10 minutes or...
  5. ugagrad

    Help with treeview and bolding nodes

    I am attempting to bold specific nodes of a tree for a message center type application. Basically the unread messages will be bolded. I have found ways to do this with VB but I can't find anything for FoxPro. Does anyone have any samples or suggestions. Thanks in advance,
  6. ugagrad

    AutoFill TextBox

    Does anyone know how to do an AutoFill TextBox in FoxPro Version 9.
  7. ugagrad

    Trying to display messages within a emulator

    I was not sure how to phrase the subject but here is my dilemna. I have written a program that constantly runs and automates some procedures for my company. I am currently logging information about the state of the process in a free table. I want to also display this information on the...
  8. ugagrad

    Changing focus from one textbox to the other

    I have a form with four textboxes on it (A,B,C, and D). I am trying to use the value of Textbox D to determine which of the other textboxes will receive focus. I have the following code in the keypress event for box D. IF nKEYCODE = 13 &&ACSII for the enter key mX =...
  9. ugagrad

    Linking Flat ScrollBar Active X to the Container Class in FoxPro

    Hey Guys, I have FoxPro version 8.0 and I am trying to link a scroll bar to a container on the form. I have tried the Scrollbar 2.0 and the Flat Scrollbar and I can not seem to get it to work. Does anyone out there know how to accomplish this task. Thanks in advance,
  10. ugagrad

    Alternating row colors for a grid

    Hello all, I am trying to alternate colors in my grid. However, we are using a cursor that has many index tags. So whenever we do set order to the order of the grid changes. so the following code will not work SELECT curDBVIEW THISFORM.Grid1.SetAll("DynamicBackColor"...
  11. ugagrad

    Is it possible to check to see if a drive is shared

    Hello, I have developed a program that shares a users drive for them automatically if they want it to. Right now it always asks the user if they want to share their drive. Even if it is already shared!!!B-( Does anyone know a clever way to check to see if a specified folder is shared...
  12. ugagrad

    How do I get the workgroup name of a computer

    Hello all, I was wondering if anyone had any code snippets on how to get the workgroup name of a computer in Windows 98 and ME. I would rather not use the Windows registry. I used NetWkstaGetInfo function for 2000 and XP. Does anyone have any suggestions. Thank you in...
  13. ugagrad

    VT 100 Terminal Emulator problem

    I am using Async Pro to write a program that uses TAPI to connect to a bulletin board. The program uses a script so that a user of the program doesn't have to enter in any input. The only problem is that the cursor returns to the top of the screen after input from the script. Does anyone have...
  14. ugagrad

    How do I create a multi-threaded program

    I was wondering if anyone had any sample code of a multi-threaded FoxPro .prg. I have tried to find documentation online but it is very scarce. Thanks in advance [laser]
  15. ugagrad

    How do I check to see if a network connection (i.e. mapping) is alive

    I was wondering how I could check to see if a mapping is still currently available. (i.e if the server is shutdown) I need to know before I perform other tasks on the server. Thank you [auto]
  16. ugagrad

    How do I see if a file exists on a mapped network drive

    I am trying to see if a file exists on a mapped network drive with FoxPro 8. I have tried to use File() and Directory(). They both work if the network computer is on. However, if the network computer is not turned on. There is about a 20 second delay before the File() function returns false...
  17. ugagrad

    Getting the workgroup name of a computer

    Does anyone know how to get a computers workgroup name and net name programatically. Any help would be great
  18. ugagrad

    Share a local folder to the network

    I am trying to share a local folder to the network. I have tried to figure out the function netshareadd. But I can not get it to work. Could anyone help me out Please.

Part and Inventory Search

Back
Top