| Thread | Last Post | Replies |
|
| ListView won't show items on x64? | 06 Nov 2006 13:08 GMT | 2 |
I've found that the ListView control won't display items when my program is running in x64 mode. I've tried this on both a Pentium D running XP Pro x64 edition and Windows Server 2003 R2 x64 on a Core 2 Duo. Same results on both.
|
| MonthCalendar change interval or get Notification from Clock | 06 Nov 2006 11:17 GMT | 1 |
MonthCalendar fire DateChange every two minutes, have a way to get it every 1 minut, or have another way to get Notification from Clock every round minute?
|
| How to use ConfigurationSection | 06 Nov 2006 10:53 GMT | 5 |
Currently, we are storing our application settings in the registry, but we want them to be stored in config-files. In order to accomplish that I'm using the .NET 2.0 System.Configuration namespace. A couple of my own configuration class have already been derived from ...
|
| How to allow access to HD that was used with a differnt computer | 06 Nov 2006 09:22 GMT | 1 |
ok the problem is this. I had an old computer which has my user account password protected as well as my files (it was a shared computer) After purchasing my new computer, i put my old HD into it, and them proceded to clear all the windows system files off my old HD. The ...
|
| Socket.BeginReceive problem | 06 Nov 2006 08:11 GMT | 2 |
I use socket in my program and I have a problem on BeginRecieve. The code is like this: connection.Socket.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, new AsyncCallback(RecieveData), connection);
|
| Accessing Shared Properties of a Parent Windows App from Class Lib | 06 Nov 2006 07:32 GMT | 3 |
I have a windows app that instantiates custom objects from a class library many times over and over. Each object interacts with the database and must create, open, and close the database connections as needed. As you can imagine, this is very inefficient when working with a ...
|
| Detect if an Excel file is open | 06 Nov 2006 07:26 GMT | 2 |
How can I detect if an Excel file is open? Is it possible to use the Excel "Open Exclusive mechanism"? Would it help if I can assume they are running on the same machine and only opened by Excel Application?
|
| How many people have .NET 2.0? | 06 Nov 2006 05:18 GMT | 8 |
I develop end-user apps and would like to access stats about how many people have .NET 2.0 installed on their computers. My new app will rely on the 2.0 framework, but now I'm second-guessing myself as to whether this was a wise choice. With the 20MB framework
|
| Code snipets | 06 Nov 2006 03:06 GMT | 3 |
Microsoft says: To access the Code Snippets Manager: On the Tools menu, click Code Snippets Manager. But I my Tools menu, this option doen't exist. Why ?
|
| Compiling .res into a .NET application within IDE | 05 Nov 2006 20:22 GMT | 2 |
I understand that if you want multiple win32 icons in a .NET application (so that, e.g., Windows Explorer can see them), you have compile an .rc to an .res with rc.exe, then use the /win32res: option for either csc.exe or al.exe to link the .res into the assembly.
|
| messenger and microsoft update unable to connect | 05 Nov 2006 07:48 GMT | 2 |
does anyone have any answers? at 18:30 untill about 22:00 most evenings I am unable to connect to messenger or windows update this has just started within the last 2 weeks does microsoft have problems with server capacity? It will reconnect outside these times by just signing in ...
|
| Regarding SqlRowUpdateEventHandler | 04 Nov 2006 20:30 GMT | 1 |
I am trying to perform concurrent updates of same record using two connections and I want to display a message box when this happens. I am using two connections : in One I hardcode the Update statement on this record and In the other I use a form to modify the record values
|
| Property reflection | 04 Nov 2006 18:18 GMT | 2 |
I was wondering if there is a some way to mark a class property, without modifiers use. By using reflection, I know how to get all properties that returns int, but how to get only specific int properties? See example below:
|
| Simple "Not" Match? | 04 Nov 2006 16:19 GMT | 4 |
I have code that recursively traverses a directory and writes to a file. I would like to ignore any directory or file that matches a pattern that is in a string array ( '*.obj' , 'doc*.*' ). Can anyone show an example of how to do that?
|
| PowerPoint Narration | 04 Nov 2006 10:56 GMT | 1 |
What is the simplest easiest way of adding narration (voice) to a PowerPoint Presentation? Thanks
|