| Thread | Last Post | Replies |
|
| VS2005 in a MultiDrive Scenerio - Worth it for the performance? | 11 May 2006 18:34 GMT | 3 |
My new laptop has two 100 gig hard drives. I'm thinking of housing my programs (that I'm writing) on the D drive and VS on the C Drive. Has anyone had expereince with this? Does VS perform any better? Just curious. Robert
|
| webBrowser control takes focus | 11 May 2006 15:58 GMT | 3 |
I have an IE web control on a form that rotates the stats of the call center in it. When a new page is loaded it takes the focus away from the other textboxes on the form, even if a user is typing in them. Is there anyway to keep the control from getting focus?
|
| MSI Installer will not work with .NET 1.1 Windows Services upgraded to .NET 2.0 | 11 May 2006 15:32 GMT | 4 |
The task is brain dead simple - Uninstall prior Windows Service and Install newer version of Windows Service Background: 1. My Windows Service written in .NET 1.1 and deployed via MSI (Windows
|
| Excel file delete from server | 11 May 2006 14:25 GMT | 1 |
I am uploading the excel file to the server and reading the data and dumping in to sqlserver. Now i want to delete the excel file from the server, but i am getting a error like "file in use..."
|
| Remoting basics | 11 May 2006 13:59 GMT | 1 |
We are thinking about using C# for a client-server application. The scenario is like this: We've got an old Automation enabled single threaded application. We hope to do a COM component that can be loaded by the application,
|
| Post-install operations from the MSI | 11 May 2006 13:58 GMT | 8 |
I've yet to find a decently worded and exampled article outlining how one can perform more complex operations during MSI installation. Specifically, I'm looking to copy the source MSI to the installed directory (in essence saving a backup of it) after the installation has ...
|
| Can you update through a view? | 11 May 2006 08:14 GMT | 6 |
I am using VS2005 and have been learning a ton about databinding. I know that when you drag a view from the datasource window (creating a dataGridView) that an update method is not added to the table adaptor. I would like to update the b ase tables thorugh the view. How do i ...
|
| Accessing a USB port | 10 May 2006 21:50 GMT | 4 |
I have looked through all the VB.Net help and this forum but I cannot find any mention of how to read and write to a USB port. Is it possible in VB? Can some one point me to some documentation? Thanks
|
| Custom Configuration Files... | 10 May 2006 20:05 GMT | 3 |
Is it possible to create a custom configuration file (other than app.config) that can be processed by classes in the System.Configuration namespace? I have seen a ton of articles that talk about custom sections (inside the app.config file) but I would like to make an entirely new ...
|
| Software distribution strategy for .NET 2 trialware applications | 10 May 2006 20:03 GMT | 3 |
I have ported various trialware products to .NET 2, but I lack confidence in distributing these products online as almost no users have .NET 2 framework installed. What is the recommended strategy for solving this framework deployment problem for trialware products?
|
| Count Instances Of String Within String | 10 May 2006 19:52 GMT | 24 |
Is there an efficient line of code to count the number of instances of one string within another. If I have the sentence: "I want to go to the park, and then go home."
|
| Programmer,coder or debuger ? | 10 May 2006 16:07 GMT | 5 |
I am student in 4th year, Computer Science,and already have been working for 1.5 year. I really like programming, I this is what I do a lot. Before getting a job, I wrote lots of programs by myself,enjoying it
|
| A legal question about obfuscation. | 10 May 2006 16:00 GMT | 10 |
Figure this scenario: - My Company develops an assembly (a controls DLL) - Since an obfuscation software is too expensive, my Company engages a consultant and delegates him the assembly obfuscation process
|
| Railroad diagram definition | 10 May 2006 15:49 GMT | 4 |
[This may not be on topic as it's not .net-specific, but I tried to find the most general MSDN forum I could.] I'm trying to find a general definition/specification for railroad diagrams. All I find online are explanations by authors who explain what _their_
|
| UNC vs MAPPED drives | 10 May 2006 11:54 GMT | 3 |
How do i convert a mapped drive to an UNC path i .Net 2.0 ?? Is it really necessary to use "WNetGetUniversalName" ?? BR Peter
|