| Thread | Last Post | Replies |
|
| Update data with DataGridView control | 30 Jun 2008 19:14 GMT | 1 |
How to update changed data with DataGridView control bounded to table on SQL Server 2005 Express edition? Thanks a lot! Domac
|
| Dynamically created TextBox: Caret can be placed in middle of the blank area! | 30 Jun 2008 17:25 GMT | 5 |
VS2008, VB, .NET 3.5 When I create a TextBox in Designer, then at runtime wherever I click, the caret is placed at the end of the text the box actually contains. But when I create a TextBox dynamically, the caret stays wherever I
|
| how to advance a date string by 1 year | 30 Jun 2008 15:23 GMT | 1 |
How can i use this formula: Date.Now.ToShortDateString but if it returns 06/30/2008 I would also like it to return 06/30/2009 one year in advance how can i do that?
|
| Services | 30 Jun 2008 14:24 GMT | 4 |
I have two questions regarding services. First of. Is there any problem with creating VB9 services running timer events om Winxp?
|
| vb6's recordset replacement in vb.net? | 30 Jun 2008 13:49 GMT | 13 |
In vb6 I can use ADO's recordset to retrieve data from database, work on the data, then send the modifications back to the database. I use disconnected recordset, and call updatebatch to send updates to database.
|
| Where are the Microsoft reps? | 30 Jun 2008 13:18 GMT | 15 |
I'm a MSDN subscriber and a Microsoft rep used to answer my questions here in about 24 hours. But the last time I know someone from Microsoft answered a question I posted here was on 4/21 when Steven Cheng answered a question. Has something gone wrong with my subscription. As ...
|
| Newbie - rft to SQL and back | 30 Jun 2008 04:32 GMT | 3 |
Is it possible to save a formatted rtf file to SQL and retrieve it with the same formatted text. I'm not looking for RichText.SaveFile ("Hello".rtf). I want to save it to an SQL database and only an SQL database and I want to retrieve it the same way. No questions please. I did ...
|
| shortcut problem | 30 Jun 2008 03:53 GMT | 4 |
I have a windows forms application written in VB.net 2005 which places a shortcut in All users desktop during installation, using MS setup and deployment Occasionally when a customer goes to launch the program the installation
|
| Checking existance of sql tables and folders | 29 Jun 2008 22:30 GMT | 6 |
How do you check to see if a certain folder exists? I also need to know how to check for the existance of a certain sql server database table.
|
| How can I get the time of the last input event (key and mouse activity) in VISTA? | 29 Jun 2008 22:28 GMT | 3 |
I have done a small program in VB.NET that uses the GetLastInputInfo function to retrieve the time of the last input event. It checks every second and it works well in Windows XP. However, when I install the program in VISTA it crashes.
|
| rtf to SQL and back... | 29 Jun 2008 21:52 GMT | 1 |
Is it possible to save a formatted rtf file to SQL and retrieve it with the same formatted text. I'm not looking for RichText.SaveFile ("Hello".rtf). I want to save it to an SQL database and only an SQL database and I want to retrieve it the same way. No questions please. I did ...
|
| VB.NET and PRECOMPILES HELP | 29 Jun 2008 18:14 GMT | 2 |
I am in need of serious help. I developed a web application for a client while I was travelling and posted the web application to his website via the Publish web site in Visual Studio 2008. Everything published just fine and everything works fine.
|
| Returning ??? using System.Text.ASCIIEncoding | 29 Jun 2008 17:52 GMT | 3 |
When I use the following code I get "???" in place of the non-Ascii character. Is there any way to fix the conversion or do I have to write a function to search for "???" and replace with another character? Any help or suggestions would be greatly appreciated.
|
| Another block of C# code to convert | 29 Jun 2008 17:43 GMT | 6 |
Here is another block that I can not get to convert. This is a class module. public bool IsAuthenticated(string domain, string username, string pwd)
|
| Tabular format of email | 29 Jun 2008 15:17 GMT | 2 |
I have written a vb 6.0 code to send email. but now i want to insert table like wise in word and send email through vb code so how to dot it ?
|