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 ;) "
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 ;) "
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'm wondering what is the best way to maintain persistence for a small software program I'm working on. I need to track some contact information. Should I be saving these as XML files? Parsing text files? This program is for a PDA and resources are limited, I don't want to parse a file and...
I'm wondering what is the best way to maintain persistence for a small software program I'm working on. I need to track some contact information. Should I be saving these as XML files? Parsing text files? This program is for a PDA and resources are limited, I don't want to parse a file and...
When I add MyObject into a ArrayList, the last MyObject when added copies itself into all the MyObjects in the ArrayList. So everything has the value of the last MyObject. I don't know why it does this.
any suggestions...
thanks
" ahhh computers, how they made our lives much simpler ;)...
I'm using C# to write an application and part of my requirement is to get the senders email address. I'm using Visual Studio .Net 2002. I'm trying to find a function which returns the senders email address but there is none. There are functions to return the sender name, subject, body etc...
I have a windows form, when the submit button is pressed the form has to wait until the application finishes processing before it can continue. While the user waits, they might drag another window over my form, this causes the form to blank out and not repaint itself because the application is...
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.