| Thread | Last Post | Replies |
|
| .net zip equivalent of jar in Java | 25 May 2004 11:57 GMT | 4 |
Is there a .net zip equivalent of jar in Java? I would like to compression my dlls while sending it across via No Touch...it should also take care of versioning... Thanks & Regards
|
| PerformanceCounter & PerformanceCounterCategory on Windows 2003 | 25 May 2004 10:49 GMT | 4 |
We are trying to create a custom performance counter and category in .Net 1.1 with Windows 2003 and XP as our operating systems. We use the following code to do this if (PerformanceCounterCategory.Exists(categoryName) PerformanceCounterCategory.Delete(categoryName)
|
| how to get the source file reference data from the clipboard in .Net | 25 May 2004 06:55 GMT | 7 |
I am familiar with obtaining source file reference material from the system clipboard using the old Win32 API. For example, copy an Excel chart onto the clipboard and goto Word. Under, Edit & PasteSpecial, there is a label called "Source:" which will contain
|
| Who can tell me how to monitor printer by C# | 24 May 2004 23:05 GMT | 1 |
Which class shall I use? Thanks! sunny
|
| Wi-Fi / Access Points | 24 May 2004 21:10 GMT | 1 |
Hello All, I have an application that will be connecting through an access point. At times there may be multiple networks available. Is there a way I can pragmatically force the application to drop one connection and connect to a different only depending on the SSID?
|
| Visual Studio 2003 compatibility with original Visual Studio .Net | 24 May 2004 17:29 GMT | 2 |
My old laptop has the original version of Visual Studio .Net running on Windows 2000. My new laptop has Visual Studio .Net 2003 running on Windows XP. I imported an existing Web project to the new laptop, made some modifications, rebuilt the project, and pushed the changes, ...
|
| System caption | 24 May 2004 16:49 GMT | 1 |
I need to retrieve caption of system buttons. For example: in italian o.s. Cancel button is "Annulla", in english o.s. it is "Cancel" and so on. I need to install my application on different operative systems. Is there an API or another way to retrieve those system caption?
|
| Runs Slow The First Time | 24 May 2004 16:16 GMT | 3 |
I have an application that uses data access that runs slow the first time. My first page reads data from an ODBC source and the second page hits a MSDE database. After each page opens the first time, they run just fine.
|
| Config File for typefilterlevel change | 24 May 2004 15:08 GMT | 2 |
Can someone look at this post and tell me what can i do please.I have been waiting or 3 days now and still no answer. http://www.codeguru.com/forum/showthread.php?s=&postid=950198#post950198
|
| Enumerating Static Arrays | 24 May 2004 14:03 GMT | 1 |
I want to place a static string array in a server component. Will this pose any access conflicts, if multiple people are simultaneously using the foreach loop on this array. I wanted to use an array because the values are fixed and an array does not have the overhead of the ...
|
| bluetooth problem | 24 May 2004 13:40 GMT | 1 |
(I'm currently facing a problem with bluetooth, i'm a c# programmer and i need to access a bluetooth device in my application,i searched the net and the only thing i came up with is written for c++ programmers. 1) does the .net framework have any support for bluetooth. if yes , ...
|
| Responding to global keyboard shortcuts | 24 May 2004 13:06 GMT | 2 |
I have developed an app, which normally resides in the tray and does stuff in the background. I would like to make it possible to press a keyboard shortcut from anywhere in windows/applications and respond to that event. I have searched high and low on the web, but I guess I do not ...
|
| TCPListener and Windows service | 24 May 2004 12:56 GMT | 2 |
I have a scenario The server can dial into the client for several task 1. To fetch several rows from 2 or 3 tables - I plan to zip the files and send it across the network; to increase performance, instead of row-by-row update on the serve 2. To execute a remote application on the ...
|
| HOWTO: Add help file to .Net IDE | 24 May 2004 11:40 GMT | 1 |
Gentlemen I've developed a library that a good number of programmers are using. I've also now created a Help file that explains this library Where could I find a white paper or article which would explain HOWTO add a third-party help such as mine so that it appears as a "Filtered ...
|
| IPC / Named pipes | 24 May 2004 11:36 GMT | 1 |
This is from the Stream help... Where is the IPC Pipe? I cannot find anything on this. Using sockets is TERRIBLE for this sort of thing. We have an app that keeps running out of socket handles because they are in the TIME_WAIT. Why doesn't the framework recycle those? ...
|