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 strongm 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. 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

    visual studio .net 2005 - standard or professional?

    One difference that I am aware of is that the Professional Version has a Windows Services project template while the Standard edition does not.
  4. 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...
  5. 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...
  6. 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,
  7. ugagrad

    AutoFill TextBox

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

    Trying to display messages within a emulator

    Thanks for all of your suggestions. However, I thought of a way to do it that suits me well. I created a cursor with one Character field C(50) and put a one column grid on my form and set the control source to that character field. It seems to work very well so far. Thanks again.
  9. 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...
  10. 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 =...
  11. 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,
  12. ugagrad

    Alternating row colors for a grid

    thanks for all of your help magnon, that simple fixed worked for a majority of my forms however, one in particualar(which just happens to be the main form, go figure) uses parameters passed to it from a prg to determine what data the cursor will contain. In the load event those parameters don't...
  13. ugagrad

    Alternating row colors for a grid

    One other thing, I have multiple forms where I am using this code. However, on a few of them the cursor is created in the Init method of the form. It seems that the Init method of the grid is called before the forms init method begins execution. Is there anyway around this problem or do I...
  14. ugagrad

    Alternating row colors for a grid

    thanks mgagnon, that worked beautifully
  15. 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"...
  16. 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...
  17. 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...
  18. 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...
  19. ugagrad

    How do I create a multi-threaded program

    no wonder i couldn't find anything good. Guess I will have to try to find a new solution to my problem. Thank you anyway.

Part and Inventory Search

Back
Top