| Thread | Last Post | Replies |
|
| axdll / std exe proj group question | 02 Dec 2006 11:41 GMT | 9 |
I'm in process of building an activexdll and it's client std exe Both are in a project group I'm adding/revising public interfaces on the dll (thereby messing with the compatibility) <g>
|
| enter keypress | 02 Dec 2006 10:41 GMT | 1 |
I want my user to be able to rename a button control by selcting rename from a menu. This then opens a text box in which to enter the new name in. I want the button control to inherit the name when the enter key is pressed.
|
| How to start a process in a modal form | 02 Dec 2006 08:56 GMT | 2 |
Can someone please advise me on this one... I want to show a form (.show(1)), then once the form is displayed, run a process eg count the number of characters in a file If I put the call in the form_resize event, it will run evertime the user
|
| What's the opposite event for "MouseMove"? (Emergency) | 02 Dec 2006 08:19 GMT | 15 |
I asked this question once again, but don't know why it didn't reach to this newsgroup. As you know the opposite event for "KeyDown" is "KeyUp", and the opposite of "GotFocus" is "LostFocus", but what is the opposite event for "MouseMove"?
|
| problem with VB6 webbrowser control after installing IE7 | 02 Dec 2006 05:31 GMT | 12 |
After I installed IE7 almost 4 weeks ago, one of the first things I checked was some programs that I had written in VB6 and running the exe's worked fine. I didn't try VB6 itself until just the other day and there's definitely a problem.
|
| How can I define a "Change" event for a variable? | 02 Dec 2006 00:51 GMT | 2 |
I have a variable such as "Num1", and now I want whenever the value of this variable changes, something happens. For example something like this: Public Sub Num1_Change() MsgBox "Number 1 Changed"
|
| What is the best way to create "Graphical Buttons" in VB6? | 01 Dec 2006 21:44 GMT | 6 |
I searched MSDN for my answer, but couldn't find it. I would like to make some "GraphicalButtons" that have all the abilities of "CommandButtons", but with different pictures. What is the best way to design such buttons in VB6?
|
| Hardware Security Modules (HSM) and VB.Net | 01 Dec 2006 21:15 GMT | 1 |
Not exactly sur where to put this... Does anyone have a good source for HSMs? We currently have ones from SafeNet (Previously Eracom Tech) but they do not have any APIs that work with VB.Net.
|
| dialog form size different in IDE or exe | 01 Dec 2006 20:38 GMT | 3 |
My VB6 app displays a very ordinary form that looks a lot like a msgbox. It looks fine when run in the IDE. But when compiled to an EXE, the form is enlarged to the full height of the display, and is also much wider although not the full width of the dispaly. I'm not
|
| using a Data Environment in another project | 01 Dec 2006 19:10 GMT | 6 |
Is there a way to import/open/use my data environment from one project in a new project? I see the dsr file, but I haven't found a way to use it in a new project. Both projects will use the same sql calls to the same databcse, so using my old code will save me from starting over.
|
| Get ActiveX parent window size | 01 Dec 2006 19:06 GMT | 5 |
I have an ActiveX control that I'd like to size according to the container's window size. The container will always be IE. I've tried all sorts of properties to get the container's window size w/o luck, i.e.: UserControl.Extender.Container.Width
|
| Log | 01 Dec 2006 17:51 GMT | 7 |
I have a program that creates a log file if some conditions are met... I want this log file to be sent to my email address... how can I achieve that? Thank you in advance...
|
| Spatial Data Wizard? Compile Error | 01 Dec 2006 17:36 GMT | 4 |
Just wondering if someone can help wiht this error message. It's been a few months since I've played with VB and the fact that I need some coffee isn't helping. When I try and run the Spatial Data Import Wizard for MapPoint I get the
|
| MS E-Learning VB6 to VS2005 | 01 Dec 2006 15:06 GMT | 2 |
Does anyone have links to E-Learning courses that you believe would be good for a VB6 programmer? Any other recommends, books or online content, that would be worth checking into?
|
| VB form hangs | 01 Dec 2006 14:08 GMT | 1 |
I made a form in Excel VB which I then imported to VB6 where it showed up under "designers". Everything works mostly fine but I have a big problem. On the first page of a multipage I have 5 "navigation" buttons and one "edit"
|