| Thread | Last Post | Replies |
|
| SendMessage( HWND_BROADCAST,.... ) problem | 04 Aug 2004 14:43 GMT | 1 |
I want to write an application which broadcasts a windows message to the system. I tried SendMessage( HWND_BROADCAST, Msg, 0, 0 ) with different values for Msg.
|
| How do I do Reporting in VB.NET | 04 Aug 2004 13:34 GMT | 1 |
How can I create a report in VB.NET without Crystal Reports and without Web Services? I just want to display a simple column report for viewing and printing. The source data will come from multiple sources into a DataSet. Please help. Brian
|
| DataBinding to a singleton collection | 04 Aug 2004 12:59 GMT | 2 |
I have a collection which is updated from two different threads, using the singleton pattern. The GetInstance method is of course thread safe. Works nicely. Now I want the UI to reflect what's going on in the collection, and what's
|
| Sql Connection Opening but no Network Connection | 04 Aug 2004 12:30 GMT | 1 |
In my application I have to account for the loss of Network connection - including someone disconnecting from the network by pulling the plug from the wall. I am writing to a Sql Server database, when I can and if there is no network connection I write locally. If I start up ...
|
| Error with GUI HTML designer using a custom base code-behind class | 04 Aug 2004 08:09 GMT | 2 |
I was working on converting an example pattern from C# to VB.NET for Page Controller in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpatterns/html /EspServicesPatterns.asp (Web Service Patterns) when I ran into a nasty bug. I have not tried just setting up a ...
|
| Language packs vs. dotNet language versions | 04 Aug 2004 06:17 GMT | 4 |
Looking at the dotNet download area on the MS Web site, I see that I can download Framework redistributables in many different languages, but that there are also "language packs" available in the same set of languages.
|
| Restarting the Application | 04 Aug 2004 01:56 GMT | 3 |
I need my app to be able to restart itself.. Any ideas? Thanks. Nnamdi.
|
| Reflect a constant? | 03 Aug 2004 20:18 GMT | 5 |
I'm trying to use myclass.GetType().GetField("myconst") to get the constant of an object, but it doesn't work (returns null). How do I retrieve a constant field's value of a particular class? Thanks,
|
| Deployment problem with asp.net application | 03 Aug 2004 16:03 GMT | 1 |
Hi Group, We have an asp.net application which we deploy to our customers using an installation kit created with a Web Setup Project (from Setup and Deployment Projects).
|
| datarepeater question | 03 Aug 2004 15:44 GMT | 1 |
I have a quick question. I am displaying all the orders that are active. I am making use of a datarepeater with checkboxes to display data and a submit button to insert into the database. suppose i want to make the orders inactive using the checkboxes and click on
|
| A question of active directory in asp.net | 03 Aug 2004 12:27 GMT | 1 |
Hello ,everyone: I want to search domain user in active directory uses those code ,but the result not return domain user information , but only return the domain computer ,how can I resolve the problem!
|
| Constructor woes | 03 Aug 2004 12:15 GMT | 4 |
I have a class that is derived from another class. Say, Class Child dervies from Class Parent Class Parent has a constructor that takes two params public Parent(string A, string B)
|
| Get the last record in a dataset | 03 Aug 2004 11:35 GMT | 3 |
I am trying to move to the last record in a dataset and find out the next incremented number that will be created via an insert. I a have tried a count but this does not quite do as I need. As the number of records does not relate to the next incremented number. Could anybody ...
|
| Escape sequence to dotmatrix printer - Escape() API | 03 Aug 2004 11:24 GMT | 1 |
I'm using a dotmatrix printer (EPSON LX-300+) in order to print line by line. Starting from the MSDN Article #322091 "HOW TO: Send Raw Data to a Printer by Using Visual C# .NET"
|
| Creating Service | 03 Aug 2004 11:18 GMT | 4 |
I want to create a windows service, to run my programm. And also I want to set parameter for my programme through service. for example I want to create a service for my programm, it should check for the file in the particular folder for the intervel of 5 minutes. I want to
|