| Thread | Last Post | Replies |
|
| Print To File | 04 Mar 2008 22:04 GMT | 4 |
I need to print to disk with a dynamic output filename. I have read some material that would seem to indicate that the way to do this is to use the Microsoft defined DOCINFO structure and the StartDoc function in the Win32 API. I have checked my Win32 API Bible and found no ...
|
| date and time | 04 Mar 2008 16:42 GMT | 1 |
How do I know the date and time and Visual C + + format Date: months: Year
|
| How to use VS Unit Test where code uses a BackgroundWorker | 04 Mar 2008 15:01 GMT | 1 |
A feature I want to test calls a BackgroundWorker. How do I use Visual Studio Unit Test to do this? I can see why the callback method DoWork_Completed (in the sample below) is NOT reached during when running Test1. Is there a way of achieving this?
|
| devenv.exe memory consumption | 04 Mar 2008 13:21 GMT | 2 |
My devenv.exe process is consuming about 600MB of my RAM memory. Mi PC only have 1GB and I think that memory consumtion is a crazy!. Googling I found that a VS Service Pack implements a solution of that problem and It supuso to happen when, In the solucion, you have incrusted
|
| .NET framework 3.5 | 04 Mar 2008 13:20 GMT | 1 |
can I develop .NET 3.5 applications in VS 2005? or VS 2008 is a must for this? Please respond.
|
| What is the Next exam after Passing 70-536(Microsoft Certification,Window based) | 04 Mar 2008 03:22 GMT | 2 |
I have passed the 70-536 exam of Microsoft Certification Exam for Windows. Can any one Guide me what is next exam after 70-536(Window based) ? Please reply on the same group. Thanks n Regards
|
| problem data base | 04 Mar 2008 03:07 GMT | 2 |
Is how I have a database that has kept records ... The fields are id, time and day ... I have type in the database stored for the day 29-02-2008 ... 08:30 .... 12:30 ...... 13:30 ....
|
| Click-once deployment - certificate problem | 04 Mar 2008 01:40 GMT | 3 |
I have a .net 2.0 winforms application. I have a self created certificate and I can publish. I am trying to train a second team member to publish my app. When the second team member tries to publish, VS 2005 ask for a password.
|
| Dropdownlist... | 03 Mar 2008 19:13 GMT | 6 |
Hello I have the following dropdown list... Public Sub DisplayCity() Dim objDBConn As New SqlConnection Dim objDataView2 As New DataView
|
| Database Access | 03 Mar 2008 07:39 GMT | 6 |
I have an existing .NET 2.0 C# Windows form application that accesses an Access database for information. The form can be utilized by 2 types of users. Type A can read & write to the database. Type B can just read from the database. The database is located on the same machine ...
|
| async i/o completion routines, threading question | 03 Mar 2008 06:34 GMT | 5 |
Hi... We've tried to implement the jabber xep-0124 http tunneling extension using the HttpListener class on the server side (basically other jabber conversations get wrapped in an http request, and the connection gets kept
|
| Update DNS Entry | 03 Mar 2008 04:27 GMT | 1 |
Is there any easy way via .NET to update a DNS entry on a Win2003 server? I need to update either a host or cname based on a web service call. This domain could be either ad integraded or just a hosted dns domain, whichever be easier.
|
| Source Code | 02 Mar 2008 09:19 GMT | 4 |
I wrote a program for a local company a couple of years ago and now they want the Source Code. Is there a standard way of determining the value of Source Code? If you know of a web site or reference I can go to, I would sure appreciate it.
|
| wcf call timeout | 02 Mar 2008 06:36 GMT | 5 |
I have a client calling into a wcf service and get the following message: This request operation sent to net.tcp://localhost:9992/MyService did not receive a reply within the configured timeout (00:01:00). The time allotted to this operation may have been a portion of a longer ...
|
| RoutedUICommand tricks & tips | 02 Mar 2008 01:59 GMT | 1 |
RoutedUICommands are quite cool. However, I'm struggling with a few issues. 1) the command stops at the first ui element that handles it. Can I actually override that behavior and proprogate it to all elements that want to hear about the command.
|