| Thread | Last Post | Replies |
|
| Tabs and Indents | 30 Aug 2006 19:39 GMT | 2 |
In VS.2005, using VB.NET My editor is behaving strangely. If I press the tab key, the line moves over the appropriate number of spaces. When I click on another line, the line that I had tab'd on
|
| How to get Title when Drag and Drop link from IE to my app? | 30 Aug 2006 18:47 GMT | 1 |
My C# application supports drag and drop of files, folders, shortcuts and links from other applications into mine. This all works pretty nicely, except that I am trying to get a little more information when a web link is dropped onto my application from Internet Explorer.
|
| Newbie ASP.NET Question | 30 Aug 2006 16:46 GMT | 5 |
I am working with an ASP.Net web application in VB.net. I am trying to save these characters: (<, >) in a database as text. The problem is that whenever I enter something like: "<text>" it says that whatever is in the textbox(which is "<text>"), is not safe/malicious/etc. I was ...
|
| combobox.selectedvalue problem | 30 Aug 2006 16:13 GMT | 3 |
I have a combobox populated by a dataset filled with data from a SQL view. In the view I have combined two fields to create one. I can't set my combobox.selectedvalue to this value. Any other field in the view works, but this one leaves the combobox empty...
|
| Locking controls in a form object | 30 Aug 2006 16:04 GMT | 7 |
I want to lock all controls except the buttons on a form. I sometimes need the form to call lockForms(Me). public sub lockControls(frm as form) for each ctrl as control in frm
|
| Count of objects instantiated? | 30 Aug 2006 14:53 GMT | 3 |
Is there any function in the CLR that can give me a count, by type, of the number of objects currently instantiated? -- Philip Daniels
|
| installing vs.net 2003 and vs.net 2005 on same box | 30 Aug 2006 07:13 GMT | 1 |
Hi.. Can i install both vs.net 2003 and vs.net 2005 on same box .. does that cause any issues .? and if yes how can i make one of them to be default IDEs to open my ...
|
| How difficult would this be? | 30 Aug 2006 06:43 GMT | 4 |
I like UltraVNC for helping remote users, and the authors have a server called Nat2Nat that you can hook up to to get thru firewalls without having to set up ports and such. Problem is that thier Nat2Nat is not exactly reliable and they ignore any
|
| Arraylist Copyto() InvalidCastException | 30 Aug 2006 03:47 GMT | 3 |
Having a problem with arraylist.copyto function. And here's a sample of my code in C#: In global--> public struct point
|
| how to create a chm file | 29 Aug 2006 22:53 GMT | 5 |
Any suggestions on creating a chm file? Thanks in advance
|
| File Types in Deployment Project - "Open With" List | 29 Aug 2006 22:21 GMT | 3 |
I have encountered the same problem another posted about several months ago. Unfortunately, there was no result posted on the old thread. I will let the original message text stand and ask if anyone can help me with this..
|
| Random Numbers | 29 Aug 2006 21:49 GMT | 3 |
I'm hoping someone can help me with a problem I'm having using the random class. I need to return a "random" number between 0 and 15, so i did this Dim r as new Random() Return r.Next(0, 15)
|
| How to read contents of html table with .net? | 29 Aug 2006 20:56 GMT | 3 |
I have a need to read the contents of an html table on a remote web page into a variable. I guess this is called screen scraping but not sure. I'm not sure where to start or what the best practices are to accomplish this. For instance; I have a healthcare app that need to ...
|
| creating PDF-files with barcode | 29 Aug 2006 20:40 GMT | 3 |
I would like to create a small application that creates a new PDF-File, using an excisting PDF-file as background template, adding some text and a unique barcode. I would like to create my own type of barcode and not use any excisting types.
|
| Documentation from XML | 29 Aug 2006 19:26 GMT | 3 |
I'm looking for a replacement to NDoc for generating HTML and MSDN style help from the xml documents generated with the /doc switch. The problem with NDoc is it does not support 2.0 very well or at all in the case of generics. Can anyone reccommend another tool? Does not necessarily ...
|