| Thread | Last Post | Replies |
|
| Updater through Remote XML: Advice | 24 Oct 2007 04:28 GMT | 2 |
I am implementing a very simple check routine that goes to my website and reads an XML file. The XML file basically contains all info for my apps and their current status. All I need to do is just read
|
| Indexed controls under VB 2005, how to do ? | 24 Oct 2007 00:40 GMT | 2 |
I'm trying "upgrading myself" (I'm afraid it won't be easy...) from VB 5.0 to VB 2005 Express Edition. In VB 5, I was used to creating indexed controls at design time, let's say lbl(0), lbl(1), and so on...
|
| How to create a CLR DLL for Sql Server 2005? Is it just any .net class library that you can load into Sql Server 2005 or is there some special project type that I need to start with? | 23 Oct 2007 23:49 GMT | 3 |
How to create a CLR DLL for Sql Server 2005? Is it just any .net class library that you can load into Sql Server 2005 or is there some special project type that I need to start with?
|
| Guide Book | 23 Oct 2007 22:56 GMT | 7 |
Hello every body Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner). Thank you all =========================================
|
| App settings magic? | 23 Oct 2007 21:20 GMT | 1 |
I have an application that consists of two projects, a main program and a separate DLL assembly. The DLL contains an application-scoped setting, which I access via something to the effect of My.Settings.SomeSetting. Now, here is the mystery: I was under the impression that
|
| Memory creaping up...why? | 23 Oct 2007 20:40 GMT | 7 |
I have a simple subroutine (see below) which reads a table and populates the items of a combobox. As the subroutine is executed, I'm watching the taskmanager and the memory in use increases; however, once I get to the Error_Exit: logic and start to close and dispose my memory ...
|
| Help with RegEx | 23 Oct 2007 20:39 GMT | 2 |
I'm trying to write something of a search pattern using RegEx in VB.NET. Reading through the documentation, I'm not able to put the puzzle together. Any help would be appreciated. I'm expecting users to search for something like
|
| Migrating VB6 to VB.NET - converting type to structure | 23 Oct 2007 20:19 GMT | 8 |
I have a VB6 project that I have been converting to .NET. I have most of it working, but I am having trouble with one of the Functions and a stucture that is being passed to it. Here's the VB6 function:
|
| GetClassName from an Interface | 23 Oct 2007 19:57 GMT | 5 |
Still trying to get to grips with VB.Net so sorry if these seem silly questions ... I have an object which is implementing a secondary interface. I want to get the name of the underlying object.
|
| Progress bar for my project, multi-threading needed? | 23 Oct 2007 19:23 GMT | 10 |
Hello experts, I've been already working on a project and also asked and i've managed to create a basic Gmail mail sender, but i want to add a progressbar that shows "sending is in progress" but when i add the
|
| String Class | 23 Oct 2007 18:31 GMT | 2 |
System.String Class : What's name of the Namespace of this calss. can any body knows. I know that the namespace usually begin with "System" Thanks. ============================
|
| Seems simple - can't solve the problem | 23 Oct 2007 18:08 GMT | 5 |
I have a relatively straightforward dll, written in VB.net, that will not run properly on a Vista box. Not sure this is a vb.net issue, but I have covered every secutiry possibility (at least I think I have) and I thought I'd start here.
|
| How do I give a cool look to my app? | 23 Oct 2007 18:00 GMT | 6 |
I have seen a lot of apps that have a really nice title bar using some kind of graphics and even the minnimize maximize buttons look cool. Is this built in somewhere in VB.Net or do you have to buy a library? Thanx for your input.
|
| new vb.net classes in .net 3.0 | 23 Oct 2007 16:10 GMT | 5 |
I tried VB.NET 2005. When the .net framework is updated, does it add new classes to vb.net? In other words, does .net 3.0 (or whatever the current version is) add new classes to vb.net that one can use in vb.net 2005? Thank you.
|
| Form in project does not detect custom classes | 23 Oct 2007 15:11 GMT | 1 |
I'm developing a desktop application in Visual Studio 2005 Professional and need help. I've created several custom classes for my project but they appear invisible to my forms!!!
|