| Thread | Last Post | Replies |
|
| clickonce problems | 15 Dec 2005 13:43 GMT | 2 |
None of our clickonce applications seems to want to install. We tried it on a Windows 2000 server shared folder, and the clickonce log file tells us that some file is missing while it is absolutely wrong, the file is there and is has all rights available. Copying it locally solves ...
|
| GUI Testing with VS Studio 2005 | 15 Dec 2005 13:42 GMT | 2 |
I see that .NET Studio 2005 contains a unit test framework. Does anyone know if it can do GUI testing as well. What I would like to do is record UI actions (mouse movements, clicks, keyboard, ...) and play them back at a later time while checking component properties (something ...
|
| Role of Data Adapter in ADO.NET?? | 15 Dec 2005 10:55 GMT | 5 |
I have read 5-6 books just to find what is the job of Adaptor object in ADO.NET. Non of them clearly defines the job, all of them says that it is used to get data from datasource, then what is the job of Command object??
|
| When is a DVD for VS.2005 available in Europe ( specialy in germany ) | 15 Dec 2005 10:37 GMT | 2 |
We have ordered VS.2005 professional over our SELECT - assignement. To get the license ( a piece of paper ) was no problem ! But they say now, the DVD comes later. Is not yet (2005-12-14) available . Ma ybe next year in january.
|
| Dear Santa, My Webbrowser Wish List...... | 15 Dec 2005 10:06 GMT | 4 |
Dear Santa, While it's true that I haven't been perfect this year, it's definitely an improvement over previous years. All cats still have their own fur, no hidden cat fur in this year's Thanksgiving green bean casserole and not even
|
| How to upload | 15 Dec 2005 05:51 GMT | 1 |
i want to design a website. i have registered my domain name. now how to upload the web pages(i.e site under construction), a single webpage. can i directly use ftp.<domain-name>.com or i have to use any FTP Client. if i have to use any ftp client please mention the ftp client ...
|
| serialize datagrid | 15 Dec 2005 04:01 GMT | 2 |
want to serialize datagrid properties.. so that it can be retirved later from other form and similiar datagrid can be generated. How can it be done ?
|
| Why use AddHandler? | 15 Dec 2005 03:14 GMT | 7 |
What is the reason for using AddHandler as opposed to simply writing the needed code in the event you are adding a handler to?
|
| Creating a File using StreamWriter throw exception ... | 15 Dec 2005 02:48 GMT | 2 |
My very simple application VB.NET Visual Studio 2003 console application uses a log file to write some text to it. I am using StreamWriter object to create and open and then append text to the log file. Now what happens is that if i have the folder in which the stream object ...
|
| All Forms And Controls In An Application | 15 Dec 2005 01:12 GMT | 3 |
At run-time is there a way to get the names of all form classes and the controls defined within each without instantiating the form classes? I'm not doing any dynamic adding to the controls so the set of controls added at design-time would be what I'm looking for.
|
| VS 2005 Windows Services installation? | 14 Dec 2005 22:16 GMT | 2 |
has the install process for .NET 2.0 Windows Services changed any from .NET 1.1 ? I have a ProjectInstaller that contains a ServiceProcessInstaller (set to LocalSystem) and a ServiceInstaller
|
| VB Express 2005 and Windows Services | 14 Dec 2005 21:57 GMT | 1 |
Can you create Windows Services in Visual Basic 2005 Express? Where is the template on create new? thanks Gerry
|
| Video Screenshot and Codec Info | 14 Dec 2005 18:18 GMT | 1 |
I wan't to make an app to extract screenshots from video files and also get info about the codec used. I couldn't find any info about this on Google so Im trying here. Can anyone point me in the right direction?
|
| Server & Trace in a Helper Class? | 14 Dec 2005 18:07 GMT | 2 |
How can I access Server and Trace within a helper class? I have a webform that allows user to select a PDF file (on the web server) and render a jpeg image of that PDF file. The helper class has a method like this:
|
| Thread safe | 14 Dec 2005 13:35 GMT | 3 |
Looking for some suggetions on the following.. I have an array that gets filled by multiple application. Same instance of this array(static array) will be accessed by multiple applications. ie there will be applications that fill this array and som application
|