| Thread | Last Post | Replies |
|
| Trouble with Listbox | 10 Aug 2006 18:53 GMT | 1 |
I am a VB6 programmer trying to make the transition to .NET. I am working on my first .NET program. I have a form with several buttons and listbox. I can fill the listbox, and I finally figured out how to get the selected text from the listbox, but I still have a big problem ...
|
| state of the table (still editing or not) | 10 Aug 2006 18:45 GMT | 1 |
Good day, I have an untyped table. How do I detect if the user is still editing a record in the table? I want to prevent them from closing the application if they haven't
|
| Changing global variables | 10 Aug 2006 15:48 GMT | 1 |
I'm pretty new to .NET and have (what I think) is a simple question. I have a program that contains a datagrid, which is bound to different sql queries depending on search criteria. I set an sqlStr string variable globally (above the page load) and then alter that variable
|
| Compare Two Strings | 10 Aug 2006 13:30 GMT | 1 |
i have two strings .in first string a word file is there and the second string a html file is there.now i want to compare to both string if some word missing in second string then it should be highlight by color change.becaz it's a testing purpose tool
|
| Code Standard 2.0 new objects outside of Try Block | 10 Aug 2006 12:02 GMT | 6 |
I have question about code standards in VS 2005 I have been declaring objects before a try block in case I would ever want to refer to them in 'Catch' block. When I converted my apps to 2.0 I get warnings that objects have been declared, but not initialized.
|
| Creating Snippets | 10 Aug 2006 11:56 GMT | 4 |
I know you can do this in VB.NET 2005 but I can't see where..... How do you create a code snippet so you can reuse it in the right click menu of the code designer? Thanks in advance.
|
| ADODB.Command.Execute | Count of rows affected | 10 Aug 2006 10:37 GMT | 2 |
People, I need to find out the number of rows affected by a stored proc that I am invoking using the said method. At the stage I'm in, I cannot use the DAAB, or even migrate away from using the ADODB to either an OLEDB or ODBC data
|
| How to run a command shell from an asp.net page | 10 Aug 2006 10:10 GMT | 3 |
Hi How to run a command shell from an asp.net page. Research has shown that I may use a either ASPEXEC or WSrcipt.Shell , is one better than the other, and is there any other way of doing this besides mentioned above.
|
| Play Windows Mobile 5 Voice Tags via C# | 10 Aug 2006 09:42 GMT | 4 |
I'd like to programmatically play a Voice Tag associated with a Windows Mobile 5 contact. If anyone has any info on this, that would be great. I'm using VS2005 and C#. I have an IMate SP5 if it helps. Thank you for any help,
|
| Please help about the design pattern. | 10 Aug 2006 09:13 GMT | 1 |
Please advise me the project struction with follow parts: 1. a stand alone program 2. a COM program integrated to MS WORD and OUTLOOK 3. a stand alone program using MS Explorer
|
| how to run an exe from asp.net | 10 Aug 2006 06:44 GMT | 4 |
I treid using WScript, and System.Diagnostics.Process to run an exe from but neither worked with process.start I was getting an access denied exception. But I running it from my dev machine so I am a lost in regards to access issues. Any ways any suggestions.
|
| Enterprise Library for .Net Framework 1.1 | 10 Aug 2006 06:42 GMT | 1 |
Is this a good place for asking question re Enterprise Library for .Net Framework 1.1? How can I get the Exception block to send an email for each exception? Is that built in?
|
| API calls in VS.2005 | 09 Aug 2006 23:03 GMT | 6 |
How does one go about making api calls in VS.2005 (VB.NET)? Is there a book on API's for .NET like Dan's Appleman's API Book for VB? How do I do the declares, and calls? I am trying to do this:
|
| Dynamic Panel | 09 Aug 2006 22:11 GMT | 2 |
Is it possible to change the size of a Dynamic Panel and fix it? Thanks,
 Signature Dominique
|
| Upgrade to VS2005. What is going on with the Data Adapters? | 09 Aug 2006 22:00 GMT | 1 |
We decided to upgrade to 2005 and upgrade our components. After fixing a few odds and end the upgrade was complete and our project was working fine. We didn't run into problems until we needed to ADD a table to our DB and update an existing Dataset.
|