| Thread | Last Post | Replies |
|
| need a date look here | 27 May 2006 11:51 GMT | 1 |
Get all the hots girls @ www.pearlymae.com
|
| VB6 or C#.NET? - Your thoughts appreciated | 27 May 2006 11:20 GMT | 4 |
I am in the process of developing a simple web-downloadable application to be run on multiple users machines. Your thoughts would be appreciated as to whether VB6 or C#.net would be the development language of choice?
|
| Save Email into database | 27 May 2006 09:11 GMT | 1 |
I would like to save an email into SQL Server database which I have received in my outlook inbox. Is there any procedure to do so, if so please send me a sample code. If not please let me know as which could be the best way to do so.
|
| Complications trying to use Table Adapter | 27 May 2006 09:06 GMT | 1 |
I'm using VS2005, VB, WinForms I’ve developed forms using those nice wizards Microsoft provides. However, I’m running into a couple of complications trying to work with the resulting Table Adapters.
|
| Count function | 27 May 2006 01:11 GMT | 5 |
I have a table which has a million records. Each night it get trashed and re-built. I want to run a select statment and pass the results into a variable to let me know if it contains more than 0 records.
|
| windows service restart | 26 May 2006 22:10 GMT | 1 |
Can you please help me to resolve the following issue: I developed a windows service. At start up (I have overriden OnStart method) it connects to a web service and if the connection fails the windows service sets ExitCode property to non-zero value (55) and calls Stop method.
|
| ancestor:: XML syntax | 26 May 2006 18:50 GMT | 11 |
Is anyone familar with the correct syntax for using ancestor:: ? I am trying to use it in a c# application, and I am also testing it in a parser application called Cooktop ( http://www.xmlcooktop.com ) I cannot get it or my c# code to return a node list when using ancestor.
|
| string operation | 26 May 2006 16:36 GMT | 2 |
I've got a table that contains a field of type nText. Eeach records contains in this field the source code of a html page, something like that...: ' <html>
|
| PInvoke doesn't work with Compact Framework 2.0 | 26 May 2006 15:48 GMT | 1 |
(not sure what the correct newsgroup is for this - is microsoft.public.smartphone.developer a managed newsgroup?) The code from this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/ PInvokeLib.asp
|
| .net framework 2.0 install | 26 May 2006 14:25 GMT | 2 |
I am going to install the .net framework 2.0 on our webserver. Currently, we are running Win 2k server without any .net framework. I want to know if there are any problems that I can expect with installing the .net framework on a Win 2k Server machine without any
|
| Prevent a DataGrid in Windows Form Getting Focus | 26 May 2006 13:43 GMT | 1 |
How to prevent a datagrid in Windows form getting focus? Even user click on it. I use barcode scanner as input and display the result in a datagrid. My problem is when the datagrid got focus, the scanner input will be discarded.
|
| Print without promting with Service Pack 2 | 26 May 2006 13:21 GMT | 1 |
Hi, I want to print a webform directly to the default printer, without showing the user the print dialog box. I used to do it with window.open and it worked as I wanted to, but after installing Service Pack 2, the dialog box appears and I don't know what to do
|
| Error after installing vs2005 | 26 May 2006 12:25 GMT | 1 |
i am installing vs2005 in one of machines which had already got a trial version of vs2005. i installed vs2005 , successfully , i also got the Success message screen in the installation.
|
| How to extract cabinet files programmatically? | 26 May 2006 12:23 GMT | 1 |
I need to install a cab file that is already downloaded to my Windows Ce device. How can I do it from my program? I want to run my application when the device boots up. Any thoughts on this? My application is in C#, compact frmework 2.0. Is there anything
|
| Explicitly build classes or use Dataset for everything... | 25 May 2006 23:10 GMT | 2 |
Hey all, I have a question regarding a very big design decision I am facing. I am building an asp.net app with many classes for objects mimicking the database design. It gets more and more cumbersome to manage the code each time I add a new class. However, it provides me more ...
|