| Thread | Last Post | Replies |
|
| Microsoft vs Google... | 22 Jul 2005 15:58 GMT | 2 |
http://news.google.com/?ncl=http://www.marketwatch.com/news/story.asp%3Fguid %3D%257B334902C7-447A-42C9-B3B8-E5AFD6EC84CA%257D%26siteid%3Dgoogle&hl=en [Breaks out the coke and popcorn and settles down to watch the fireworks...] --
|
| Looking for a scrollbars container control | 22 Jul 2005 14:58 GMT | 2 |
Does anyone know of a container control that automatically manages the view of its contained controls with the use of scrollbars. In other words, if I drop 10 controls into the container and position them how I want but 5 are viewable at run-time, then the appropriate scrollbars ...
|
| QueryUnload, What am I doing wrong? | 22 Jul 2005 14:37 GMT | 4 |
I have this code to check if the user really wants to quit.I use the same code in query unload on the child forms to check for and remind the user to save a file,the difference is after the Else I open the commondialog File save.Here I want to stop the unloading if the
|
| Server.Transfer vs. Respnse.Redirect | 22 Jul 2005 13:52 GMT | 3 |
I new to developing web apps. I an in the process of developing an Intranet app for the Helpdesk group using Visual Studios .Net 2003 programming in Visual Basic. My questions for today are
|
| VB6 installation | 22 Jul 2005 11:53 GMT | 4 |
i have big problem. I have new notebook and i can not isntall visual basic 6. When i run setup, there will new form appear and then when i click on button next, the setup program crashed. Can please somebody help me ?
|
| SendKeys "{Home}+{End}" | 22 Jul 2005 11:04 GMT | 1 |
Is SendKeys "{Home}+{End}" a good method to select all text in text box or is better to use with text1 .selstart = 0
|
| VB/ASP Automated Code Review | 22 Jul 2005 10:26 GMT | 4 |
We are looking for a Tool which can automate our Code Review activities for VB6/ASP2.0 Code. The tool should identify any loop holes in the code including: 1) Improper Loops and Conditional statements
|
| Help File Blues | 22 Jul 2005 04:24 GMT | 1 |
I have a project that uses two WinHelp 4 files , one for the standard, that is, more detailed help and another for What's This help. (Standard help = rshelp.hlp -- What's this help = popuphelp.hlp) I did it that way so that the brief topics in What's This help wouldn't show
|
| VB Express 2005 Beta | 22 Jul 2005 04:21 GMT | 1 |
Does anyone know of a group and location for VB Express 2005 Beta. Thanks...
|
| VB6 Toolbar: Setting active button through code | 22 Jul 2005 02:12 GMT | 4 |
How do I set the active button through code using the Windows toolbar control? I tried something like: Toolbar1.Index = 1 but that just gives me an error. I have several toolbar buttons, so the
|
| lost focus confusion | 22 Jul 2005 01:30 GMT | 9 |
I seem to have run into a problem with validating or running formatting code in lost focus on a control array of text boxes. I have 5 text boxes on the form and two command buttons. One button cmdSearch has the default property set to true. The other cmdCancel has the Cancel
|
| Can I update a multi-Table SQL Server Data Adapter in VB.NET? | 21 Jul 2005 17:06 GMT | 1 |
I am working on a project that uses many forms and many tables. I wanted to simplify things by using only one SQL server data adapter, so I did a multi table select and loaded it into a data set. There are 15 tables (0-14) and right now I'm working of my second form, form one ...
|
| Best way to compare collection to show differences... | 21 Jul 2005 14:46 GMT | 18 |
First, let me say this isn't a problem of seeing of instance of class = another instance of class. This is an odd problem. I have 2 collections. They are both a collection of the same type of class. The class has one memeber, say,
|
| Vertical Tab Character in VB | 21 Jul 2005 14:31 GMT | 2 |
Does anyone know what the character for a vertical tab is? So that i can do a find and replace on it, i know that a horizontal tab is "vbTab" but i just cant seem to work out what the horizontal one is. Can anyone help?
|
| "Method '~' of Object '~' failed" error | 21 Jul 2005 14:23 GMT | 5 |
I have a piece of code that attempts to customize a Word document and is getting the error in the subject line, but it's only happening on 1 PC. The PC is running Office 2003 SP1. This is the piece of code... -----------------------------------------------------------
|