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

  • Users: djam
  • Order by date
  1. djam

    .Net Watch value is red

    Does anyone know what it means if i'm watching a variable in debug mode and the value is red?? Eg. I Add Watch the "Customer.Number" and the value I get from it sometimes is red? It's not the value it should be... thanks " ahhh computers, how they made our lives much simpler ;) "
  2. djam

    bring form back to top

    finally got it... i used activate() before or after the messagebox and it keeps the form on top. " ahhh computers, how they made our lives much simpler ;) "
  3. djam

    bring form back to top

    I have a main form with a save button, when the save button is pressed a MessageBox asks if they would like to save or not. When I select Yes or No I can't seem to get the main form to the top again. If I have other windows opened the main form is put in the background. I've tried...
  4. djam

    Color datagrid row in a form

    I'm working with a Windows form not a web form thanks " ahhh computers, how they made our lives much simpler ;) "
  5. djam

    Color datagrid row in a form

    Can someone give me a simple example of how I would color a row in a datagrid form. I would like to color the row if a certain condition occurs in a column eg. contains "Order" thanks " ahhh computers, how they made our lives much simpler ;) "
  6. djam

    how to tnsping

    i'm tryint to tnsping a oracle DB but I get the following error Used parameter files: C:\oracle\ora92\network\admin\sqlnet.ora TNS-03505: Failed to resolve name I'm not sure what I should put in the sqlnet.ora file Can someone give me a simple example? Am I forgeting anything else? This is...
  7. djam

    send carriage return in console app

    How would I send the carriage return in a console app. thanks " ahhh computers, how they made our lives much simpler ;) "
  8. djam

    Outlook mail checker freezing up

    I have a program that constantly checks a specific folder in Outlook. The check occurs every 2 seconds. The program sometimes freezes up after Line 6 and before Line 9. If I go to the console screen and hit the Enter key the program will continue on. The problem might be because I'm...
  9. djam

    Adding a shortcut to a folder in Outlook 2003

    Is it possible to add a shortcut to a folder (eg. C:/temp) to Outlook 2003's folder list? I want this option so that I can just drag and drop emails into this directory. thanks " ahhh computers, how they made our lives much simpler ;) "
  10. djam

    Shutting down your application

    How would I shut down my application from anywhere in my code? thanks " ahhh computers, how they made our lives much simpler ;) "
  11. djam

    start another program within your code

    How would I start another program within my code? say the other program is located in c:\temp\RunMe.exe thanks " ahhh computers, how they made our lives much simpler ;) "
  12. djam

    save query as excel spreadsheet

    what would be the vb code i can use on a button click to take the results of a query and save it as a excel spreadsheet in the c drive? thanks " ahhh computers, how they made our lives much simpler ;) "
  13. djam

    return only 20 from select query

    Hello, How would I return only 20 results from a select query which might return more then this? " ahhh computers, how they made our lives much simpler ;) "
  14. djam

    Speech recognition

    I am interested in learning how to develop speech recognition software and was wondering if anyone has done anything with .net Please feel free to give me some advice, tutorials, etc... thanks " ahhh computers, how they made our lives much simpler ;) "
  15. djam

    Open a file

    If it depends on the extension of the file name, eg. "myExcel.xls" or "myText.txt" just write code to check the file name extension, "xls" or "txt" and do the correct process to open the file in either Excel or Notepad. I'm not sure about the second situtation, what do you mean settings on...
  16. djam

    Internext Explorer Scrapping

    I need to automate filling out a (IE) web form. Does anyone know how to do this? I would like to write a scrapper for it. thanks " ahhh computers, how they made our lives much simpler ;) "
  17. djam

    Excel Automation closing the process

    yep " ahhh computers, how they made our lives much simpler ;) "
  18. djam

    Excel Automation closing the process

    It didn't work, the process is still running in the task manager " ahhh computers, how they made our lives much simpler ;) "
  19. djam

    Excel Automation closing the process

    I can't seem to close down Excel when I'm done with it. It remains in the task manager process. Here is some code snippit: Excel.Application oXL; Excel._Workbook oWB; oXL = new Excel.Application(); oWB =...
  20. djam

    Maintaining Persistence

    I don't need to sync the contents with a desktop pc. Volume would be small approx. 50-100 I will need to do stats on the data on a regular basis and perform new inserts but rarely delete a item. " ahhh computers, how they made our lives much simpler ;) "

Part and Inventory Search

Back
Top