| Thread | Last Post | Replies |
|
| string that will sort after all strings of Roman letters. | 20 Oct 2007 23:16 GMT | 15 |
I want a string of characters that will sort after all strings of Roman letters. Something that will display using a font like the one this note is written with.
|
| Generic List Find. | 20 Oct 2007 17:37 GMT | 13 |
How do I write the following c# code in vb Product FindProduct(string code) { List<Product> products = getProducts();
|
| Shared Method Problem With "Global" Storage | 20 Oct 2007 16:08 GMT | 13 |
I have this nasty problem with Shared methods and what I think of as "global storage" - i.e. storage declared outside of any subroutines or functions. In the simple example below this "global" storage is ButtonHasBeenClicked. In this simple example code in Form1 calls a routine ...
|
| Need later version MSDN | 20 Oct 2007 08:28 GMT | 11 |
Hello all. I have finally bitten the bullet and seriously started to learn VB.NET. I have the developement enviromnent installed and integrated my latest MSDN dated July 2005. If someone is thru with a later version ( say Oct 2006, Jan 2007 or so ) and would let me have it, I ...
|
| Is there any one in the world who can help me in plotting data from grid to scatter chart in MSchart | 20 Oct 2007 08:06 GMT | 2 |
Hello Gurus, I am entering data through data grid , what i want is that once user enter the data in the grid and click on button graph should come on the basis of data
|
| MS Access procedure from VB.net | 20 Oct 2007 06:43 GMT | 4 |
Can I run a procedure that resides in an Access database in VB.net? If yes, I would be ever so greatful if code was provided. Thanks, M. Wilson
|
| Visual Basic has a soul mate: F# productized | 20 Oct 2007 04:17 GMT | 3 |
Microsoft have just announced that they are going to productize their functional programming language F#, placing it alongside Visual Basic: http://fsharpnews.blogspot.com/2007/10/microsoft-to-productize-f.html Very cool indeed.
|
| Help with strange WebBrowser control problem... | 19 Oct 2007 21:42 GMT | 5 |
I'm using the AxSHDocVw.WebBrowser control to download data from a webpage at work (it's an internal page on my company's intranet). The page produces a runtime error after a while and the strange thing is that until the page is refreshed with Internet Explorer, the error keeps
|
| WCF Problem | 19 Oct 2007 20:50 GMT | 1 |
I have got a little test application, which provides an WCF service and wants to consume it as well. The access does only succeed for the case, that the consumption is done by another application instance, but that's not really the thing I want. My question now is, if my
|
| .NET Equivalent of an Applet? | 19 Oct 2007 20:40 GMT | 12 |
Does the .NET framework provide any equivalent of an applet? I've under Winforms Hosted in IE - but Security is a major headache. Is there a way to bypass these security headaches? Can I sign the control, etc. etc?
|
| Monitoring events in a windows service, from a forms app | 19 Oct 2007 19:18 GMT | 1 |
Hi... I'm messing about with windows services in vb.net 2005 and have the following question. I have a service which has a timer in it, which fires every minute - Textbook stuff
|
| Alternate Colours [sic] In ListView | 19 Oct 2007 18:48 GMT | 3 |
Ok. I haven't been around for a while, so I hope someone will come to my rescue. I thought I had done this years ago, but I have scoured my code snippets and can't find it. I want my ListView control to have a different background colour on
|
| Container control resizing issue (child not anchored) | 19 Oct 2007 17:52 GMT | 2 |
I'm working with VS2005 on a Windows 2000 workstation, and I'm trying to create a container control for use with win forms. I've started out by creating a UserControl and adding the Designer attribute; ParentControlDesigner (according to
|
| How to print a MessageBox string? | 19 Oct 2007 15:53 GMT | 1 |
I need to print (send to printer...) a string that has showed in a MessageBox. When I click Yes, I want to print str. *********************************** CODE
|
| Excel Interaction | 19 Oct 2007 13:10 GMT | 1 |
Alright, so I've got a pretty hefty program that is integrating with excel. My problem is that I'm wanting to avoid a particular dialog from appearing, just because the portion that it pertains to is automated. Basically, this has to deal with the .merge function for a
|