| Thread | Last Post | Replies |
|
| FolderBrowserDialog Help Plz | 12 Sep 2005 11:04 GMT | 3 |
I can't seem to find FolderBrowserDialog box with in my toolbox. I can't seem to find it (FolderBrowserDialog) under either Components when I try to add it. Is it under another name, or how can I find it. Hopefully someone can help me. Txs in advance.
|
| Strange Exception! | 12 Sep 2005 09:49 GMT | 4 |
I'm getting an exception that says a column does not exist in a table when it clearly does. I'm using DataGridTextBoxColumns in DataGridTableStyle and setting the correct MappingName, if I click on continue on the exception the program
|
| Printing Serverside | 12 Sep 2005 04:48 GMT | 4 |
I need print a webpage from internet explorer. The page may contain images, links, stylesheets etc. how will i send all these things to server side for printing. I am using asp.net with c#.
|
| JIT Debugging component registration is incorrect | 12 Sep 2005 02:54 GMT | 2 |
One of my fellow developers closed Visual Studio, re-opened the same project and recieved this error "JIT Debugging component registration is incorrect". This happens anytime he tries to open a recent project. I created a new, simple project, build/run then close VS, reopen and ...
|
| Collection Object | 11 Sep 2005 20:17 GMT | 2 |
I am using Listdictionary to store key value pair as this doen't sort the key on it's own. i want the Key value to appear in same sequence as i entered while retreiving. i can't use the listdictionary as the items i am storing goes above 10 and which is not recommended for the ...
|
| Converion of DataSet to a flat DataTable | 11 Sep 2005 18:12 GMT | 1 |
What is the best way to convert DataSet containing parent child relations into a single DataTable (Flatten) For eg:- DataSet will contain Tables as follows
|
| HttpServerUtility.UrlEncode bound to ASP.NET? | 11 Sep 2005 15:30 GMT | 1 |
I've read through some other posts and looked at this class through reflector. All of its contructors are internal, so it cannot be instantiated outside of ASP.NET. This seems unfortunate to me. I'd like to be able to UrlEncode some text completely independent of a web
|
| MemoryBarrier vs volatile vs lock | 10 Sep 2005 17:09 GMT | 15 |
I'm trying to get my head around synchronization. Documentation seems to say that creating a volatile field gives a memorybarrier. Great! But when I do a little performance testing Thread.MemoryBarrier is
|
| missing reference error | 10 Sep 2005 12:54 GMT | 1 |
I'm getting the following error: '<name>' is declared in project '<projectname1>', which is not referenced by project '<projectname2>' It just started showing up the last time I did a build. The reference is
|
| list all dial-up connections | 10 Sep 2005 09:29 GMT | 3 |
How can list all dial-up connections ( PPP, WAN, modem ) on my PC using C# ? It should like show the name like ether connection. Where sholud i looking for ? may be WMI ? thanks
|
| Running Excel app as child form in Vb.net | 10 Sep 2005 09:03 GMT | 1 |
Firstly I hope I'm in the right forum ..... if not can someone re-direct me please. I have an application with a main form properties set to mdiparent = true. Toolbar button allows user to open an instance of Excel for work on a
|
| Checking files in folder selected by folderbrowserdialog | 10 Sep 2005 05:20 GMT | 1 |
Can someone help me with this problem. I select an folder using an folderbrowserdialog. I want to check if the selected folder contains any files or folders. If it does, i want to check the extensions
|
| Allow user to select multiple files at one time | 10 Sep 2005 05:15 GMT | 1 |
I need to allow users to select multiple files at one time in the same manner that the HTML/form/file object works for uploading a single file. I do NOT need to actually upload the files, just a simple way to select multiple files from the file list. I could build this, but I ...
|
| MsgBox | 10 Sep 2005 01:11 GMT | 1 |
I am having a weird problem with msgbox and other dialogs in VB.Net using Visual studio .Net 2003. The dialog box comes up with no text in it, not even the OK on the button. However when I step through the code in Debug the dialog works properly. Any
|
| Running external app as a child form in vb.net | 09 Sep 2005 23:01 GMT | 1 |
I have a vb.net application that needs to run a third party foxpro application. I can get the vb.net app to run the foxpro app through various methods. However, what's posing a problem is embedding the external foxpro app into
|