| Thread | Last Post | Replies |
|
| How come my Win-XP has a new ASP.NET Machine A... account | 13 Feb 2005 13:27 GMT | 1 |
while I never remember when I setup that account! Is it safe to remove it? How did it get into my machine? Thanks.
|
| VB/MySQL framework | 13 Feb 2005 13:15 GMT | 16 |
Can anyone recommend me a VB/MySQL framework which is really easy/stable ? I only know Visual Foxpro without using MySQL before. Regards Hoe
|
| Implementing a Type that works like a System Type [ex: Int32] | 13 Feb 2005 07:18 GMT | 1 |
I'm really trying hard at a concept that is really necessary to alot of things I'm working on right now. I would like to achive this thought... " Picture This Class Example: " Class ListOfInt32 'Enum List
|
| still fighting with VB6 now Checkboxes in a TreeView Control??? | 13 Feb 2005 03:39 GMT | 10 |
I'm still on VB6. What I'm trying to implement is similar functionality as the tree view used (for example) in Microsoft Backup (from Win98).
|
| How do I get a nice skin user interface? | 13 Feb 2005 02:26 GMT | 3 |
I don't mind if I use VB6 or .NET but I want to make an application with a skin user interface. It doesn't need to be changable, all I want is to be able to disguise the fact that underneath it is vb. I know it is possible with
|
| MDI Remove Titlebar.... | 12 Feb 2005 22:41 GMT | 6 |
Hello Friends, I was wondering if there is a way to remove the titlebar (dragbar) of a MDI parent form. I ran across this technique which worked on reducing the size of the bar but I was wondering if there was a windows style such as
|
| Visual Studio wants to debug while I am surfing the web!! How to turn it off? | 12 Feb 2005 21:14 GMT | 11 |
If I am looking at a web page with IE and there is an error in the page, I get a message box that asks me if I want to degug and will start Visual Studio if Yes is clicked. How do I turn this off? It is annoying.
|
| Is there an updated WIN32API.TXT?? | 12 Feb 2005 17:01 GMT | 1 |
My WIN32API.TXT is dated 6/18/1988! I assumed there must have been an update to this but I can't seem to locate one on msdn. I founde the API-Guide at http://www.mentalis.org/agnet/appdown.shtml
|
| Why is -0,1 + 0,1 = - 0,27955....E17 | 12 Feb 2005 15:37 GMT | 17 |
I'm not saying i'm a good programmer, in fact i'm rather new at Visual Basic. But I did do night-school for Delphi for a year and i have made little programs for about 20 years. I think I'm overlooking something very basic, but I can't find the problem.
|
| vb6.olb, vb6ext.olb distributable | 12 Feb 2005 14:58 GMT | 1 |
I've written and add-in for MS Project. There are references to VB6 and VB6EXT.olb. This does not make sense. My add-in does nothing to VB6. I understand the reference to msprj.olb (or dll) but not the reference to
|
| Delete all *.txt files from folder | 12 Feb 2005 08:38 GMT | 2 |
How do I delete all *.txt files from folder using the scripting object. A early response will be appreciated. Regards, Venugopal
|
| Converting Strings to Formulas | 12 Feb 2005 03:48 GMT | 7 |
I have a need to store multiple formulas (one for each US State) in a database and then recall and utilize only the one I need. I could create a Select Case for each, but would rather store the formula in a table and recall it as needed rather than hard code it.
|
| Farpoint ListPro ListCount max value? | 12 Feb 2005 02:22 GMT | 5 |
I have an app in which I'm displaying some data in an unbound list using Farpoint's ListPro control. The question has come up as to how many items can be in this list. The ListCount property is a Long Integer which would imply that there
|
| How to generate uniqueidentifier in VB6 | 12 Feb 2005 00:42 GMT | 1 |
I have a Column in a SQL's table with data type uniqueidentifier and need insert a record...How can generate this type of data?
|
| Radio Buttons | 12 Feb 2005 00:30 GMT | 3 |
When I give the focus to a radio button, it "looks" checked, but the .Checked property is False. I don't want the button to "look" checked or be checked. I only want it to have the focus. Any ideas?
|