| Thread | Last Post | Replies |
|
| Common7/Graphics | 09 Mar 2006 00:10 GMT | 1 |
In .net 2003 there were folders located at Common7/Graphics for icons, bitmaps, etc. Where is it for .net 2005? Thanks,
|
| HTTP Request | 08 Mar 2006 19:46 GMT | 1 |
Hi, I am trying to create a web page that will download multiple files to the client on one request. can not find anything on the net. can someone direct me to were i can find samples/info.
|
| threadsafe use of foreach | 08 Mar 2006 19:11 GMT | 1 |
I have line of code that was originally written prior to .NET 2.0 as follows: Foreach int i in Items. The problem is it keeps throughing an exception about unsafe thread access. I have read how to fix this using the check to InvokeRequired property but am
|
| Create/Write to an Excel File in a C# Windows Application | 08 Mar 2006 18:58 GMT | 2 |
I'm looking for the steps or code examples of how to create an excel file (and write to it) from a C# Windows application. This seems simple, but I haven't found anything useful yet. Any information is greatly appreciated. Thanks,
|
| System.Diagnostics.Process support for calling vbs file | 08 Mar 2006 17:09 GMT | 2 |
I am tring to call a .vbs file using System.Diagnostics.Process class with following code. Process objProcess = new Process(); objProcess.StartInfo.FileName = "C:\\testScript.vbs";
|
| .NET and Printer Communication? | 08 Mar 2006 17:07 GMT | 1 |
Does anyone know if there exists a API library for .NET can that talk directly with a printer to poll the number of queued items or if it is out of paper? Is this inherent in the framework?
|
| Catching Clicks or Whatelse... | 08 Mar 2006 15:30 GMT | 1 |
Hello Everybody.... this is my first post here so excuseme if I don't follow the rules since I didn't know it.... well here we go there is my topic... I have a site where we put articles which redirect the user to another page with the desire one. The thing is that : how can i
|
| Copying more complex structures of objects | 08 Mar 2006 14:09 GMT | 1 |
I'm creating some kind of object oriented drawing program, my classes consist of points, lines, quads, etc... Right now I'm implementing undo/redo and copy/paste functionality. For that I need to create deep copies of my objects, but set some
|
| Controls disappearing | 08 Mar 2006 13:33 GMT | 2 |
I opened my VB.NET project and all of a sudden, all of the controls on the form were gone. I tried running it and the form opens normally with all the controls and stuff showing up like they normally do after my login screen. The only difference is a whole bunch of errors
|
| Security Error over LAN | 08 Mar 2006 12:47 GMT | 1 |
I wrote an internal tool for our program using .NET 1.1 C# that accesses MS Access DBs on the LAN and an INI file in the same directory as the app. Before we had a change, I was able to get the app to work by utilizing
|
| Reloading A Part Of Webpage, Preferred Approach | 08 Mar 2006 09:51 GMT | 3 |
I currently have a webpage which has a grid and using webservice.htc im updating its content after every 5 seconds. Now I want to add two forms at the bottom of the page.One of them contains a gird which I want to be updated(and only that grid) when a
|
| Encryption Article | 08 Mar 2006 07:56 GMT | 1 |
Posted this in the .Net.Security forums but did not get any replies - anyone here got any expreience of this, Thanks, Gary
|
| Shorthand conditional doesn't evaluate right | 08 Mar 2006 07:42 GMT | 2 |
string s = "ABC"; Debug.WriteLine( s.Length>5?"greater":"lesser" );
|
| Block Step Into Debugging for a function | 08 Mar 2006 04:58 GMT | 2 |
Is it possible to block the debugger to Step Into a function ( in VS 2005 or VS2003 ) - Even If I press F11 (the Step Into Key)? //////////////////////////////////////////////////////////////////////////// //////////////////
|
| Moved my web app to my home server. getting errors | 08 Mar 2006 04:52 GMT | 1 |
Hi, I'm a new kid onthe block.. I have a small company with a website that was developed in .net by a company for me. I want to work on it myself so I installed 2000 server at home and the added the .net framework. I can navigate for page to page with out any issue. When I click ...
|