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: stathread
  • Content: Threads
  • Order by date
  1. stathread

    Adding Digits of a Whole #

    pretty easy I would think, I will most likely figure it out after I ask but I will ask anyways. My number: 123456789 Id like to split it up and add the digits:1+2+3+4+5+6+7+8+9 I tried to put it in a loop and do a substring then convert it back to a number but im having problems :( Thanks in...
  2. stathread

    Data Grid, Multiple Data Sets?

    Ok I will give the down low of what im trying to accomplish. I can view data with the datagrid like anyone else, but what im trying to do is loop through a listbox of server names and fill just one datagrid with the results from each server. For example, server will be each server in the...
  3. stathread

    Having Trouble Adding Class To Project

    http://blogs.msdn.com/shawnfa/archive/2005/05/17/418891.aspx I have a project im working with and id like it to tell my main form that the user logged off. How would I go about adding what is in the link above to my project. I have been trying to do this for over 2 hours now. Thanks.
  4. stathread

    Windows ScreenSaver And Locking Workstation.

    I have an application which will activate a windows screen saver yet the problem I am having even after i set ScreenSaverIsSecure = 1 and ScreenSaveTimeOut = 60 is that the screensaver lock still does not come up when you come back after 1 minute. I just need to figure out how to lock the...
  5. stathread

    FireFox & Internet Explorer

    I have created a site in ASP.Net and when a user goes to the site using Internet Explorer it looks fine, but when a user goes to the site with Firefox it looks garbled. What is the way to fix this, I looked around and didnt see anything. Thanks.
  6. stathread

    C# & SQL Process's

    During the running of my application it connects to sql launches some code and then I close the connection, but as long as my application is running, SQL still has a process for it which is sleeping but id like to clear this out. Is there a way to do this without closing the application.
  7. stathread

    Combining Lines

    Is there a way to combine lines of a text file? For example, id like to make this.. Bill Joeny 12 Deer Street Orlando Fl, 32333 Josh Joeny 122 Deer Street Orlando Fl, 32333 This.. Bill Joeny 12 Deer Street Orlando Fl, 32333 Josh Joeny 122 Deer Street Orlando Fl, 32333 Thanks.
  8. stathread

    Splitting Data

    Does anyone have a way of splitting data in half? Like placing a 1 & 2 in an empty field. for instance. Before: item count apples 1000 bannanas 2000 After item count apples 500 apples 500 bannanas 1000 bannanas 1000
  9. stathread

    Alphanumeric Identifier

    Is there a way to add a alphanumeric identifier to a dbf via foxpro? 5 digits? Thanks
  10. stathread

    Searching Through Files

    Ive created a recursive copy and when its iterating through the files I have the filenames shown in a textbox. My problem is however that when I click outside of the form while it is running the process throws and error and is caught. The reason behind this is how can I refresh a form that is...
  11. stathread

    Closing Existing Instance

    I built an application which runs in the system tray. If I forget its running and click the exe it opens another instance. Is there a way to check to see if there is already one running on the local machine? Thanks
  12. stathread

    Run .PRG

    Is there a way to open a dbf and run a fox pro .prg on the dbf? for example. string myExecuteQuery = "use "+filename; string myExecuteQuery2 = "do c:\prog.prg";
  13. stathread

    Listbox 3 Alike Values

    I am doing a few comparisons among listboxes but i am trying to figure out how to find 3 alike items in a listbox, any clues? Thanks.
  14. stathread

    File Extenstions

    Id like to find out if a folder contains any files with a certain Extenstion. Can anyone help? Thanks
  15. stathread

    Messenger Service

    Id like to use the Windows Messenger Service. Im getting frustrated looking for this on the web since I keep coming across MSN Messenger. Does anyone know what dll ect. to use for the messenger service? Thanks.

Part and Inventory Search

Back
Top