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 ;) "
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 ;) "
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...
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 ;) "
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...
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...
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 ;) "
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 ;) "
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 ;) "
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 ;) "
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 ;) "
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...
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 ;) "
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 =...
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 ;) "
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.