| Thread | Last Post | Replies |
|
| Generating VS.NET docs with NDoc | 02 Sep 2005 12:41 GMT | 1 |
Sorry if this is the wrong place to ask, I can't find an NDoc specific group. I'm trying to generate VS.NET style docs from a NANT build script. The one remaining problem standing in my way is that I can't provide a valid
|
| Free Training From Microsoft? | 02 Sep 2005 07:45 GMT | 3 |
I thought I had a shorcut or Favorite to a Microsoft resource that I seem to want to recall makes available some type of free training, CBT or something, complete courses, being made available to help developers learn ASP.NET 2.0. The training is supposed to be available until ...
|
| FileStream resource locking | 02 Sep 2005 06:37 GMT | 5 |
I'm using a FileStream as below: FileStream fs = new FileStream ( filePath,
|
| Signing assemblies ??? | 02 Sep 2005 05:22 GMT | 1 |
I have different asseblies that I would like to sign in order to place them in the GAC. For that I first create a keypair at the same place as my solution file with : sn -k lang.snk
|
| shell command question | 02 Sep 2005 04:30 GMT | 1 |
Does anyone know the syntax in vb.net that I can open the "Windows Picture and Fax Viewer" in VB.Net and pass it a variable that contains the name of the file I want to view. I have tried different variations of the shell command but have not got it to work.
|
| why does this path work? | 02 Sep 2005 03:24 GMT | 1 |
I am trying to recursively enumerate the contents of my Documents and Settings folder. While doing this, I cam across the following: C:\Documents and Settings\All Users\Application Data\Symantec\hpc\ This directory contains an empty file named " " (a single space)
|
| Help. Dot Net keep flagging an error remdim | 01 Sep 2005 23:37 GMT | 2 |
I am trying to re-write some of the example code that Agilent gives for VB to VB.Net. In .Net I keep getting the error 'cannot change the number of dimensions of an array'.
|
| Information on Input Button | 01 Sep 2005 21:37 GMT | 2 |
I have an input button <input type="button" id="Button2" name="Button2" value="More" onclick="openPage()"> this input button onclick opens another page.
|
| Move conection settings to a config file | 01 Sep 2005 20:48 GMT | 2 |
I am trying to move my connection settings out to a config file, rather than having them hardcoded in my app. What is the best way of doing this? I created a simple xml doc that looked something like this: <Connection>
|
| C++ compiler and argument passing with prefix operation | 01 Sep 2005 19:07 GMT | 3 |
I tried the following 4 line of code and answer is what I never expected.I ran the code using C++ compiler(MS-Studio .net 03) also in Unix env.In fact the on Unix i got the correct (or expected answer). -->
|
| Multiple File Download Dialog windows with one click | 01 Sep 2005 18:04 GMT | 4 |
I have a situation where I want to bring up two "File Download" dialog windows to download two separate .xls files. Is there any way to do this by only clicking on one "Export" button?
|
| Duplicate keys in Hashtable | 01 Sep 2005 18:00 GMT | 3 |
I am trying to add an integer array to a hashtable. While adding to hashtable I want to check the duplicates in array, the way I want to do is add the key(the integer stored in array) if a duplicate key is being added then the program should return the integer
|
| Display Assembly Information | 01 Sep 2005 17:41 GMT | 2 |
I have created a custom Attribute for the assembly and lets call it AssemblyAbc. I want it to be displayed with the other Assembly Information. If you right click the dll, click Properties > Version > Other Version Information:
|
| Do not allow Users to go back to previous web page | 01 Sep 2005 17:37 GMT | 1 |
I'm writing a .Net Web application. I'm trying to find out two things. 1) Once a user clicks a button that takes them to the next page, I don't want them to be able go back to the previous page. 2) The only way I want them to be able to get to the 2nd and 3rd pages is
|
| Dot Net Framework | 01 Sep 2005 16:07 GMT | 2 |
I have recently written a simple program in VB2005. For the program to work on a computer the user will have to install the DotNet Framework 2.0 and the newest version of MDAC. Which of these should be installed first? Thanks,
|