| Thread | Last Post | Replies |
|
| Module windows reopen | 09 Jul 2004 19:56 GMT | 7 |
Is there a way to force the VB IDE (MDI mode) to remember which module windows were open and their size? For some reason, VB has started opening most or all of the project modules on startup.
|
| Dragging a custom Active X control on a form | 09 Jul 2004 19:15 GMT | 1 |
I'd like to make a solitaire game. I've created an Active X User Control for a card, which contains a picture box and two labels. The control works fine and can be updated as required by referencing it's functions and properties. What I'd like to be able to do is drag the whole ...
|
| Bad SP6 ??? | 09 Jul 2004 18:56 GMT | 10 |
Perhaps someone has already tried to install a Visual studio Servise pack 6. I downloaded file Vs6sp6.exe from microsoft, and according to install instructions, extracted the content and tried to run "setupsp6.exe", but nothing happend (no instalation began). Then I tried to run ...
|
| What is the best ActiveX grid control? | 09 Jul 2004 18:17 GMT | 2 |
Dear Experts, We are currently using True DB Grid 7.0 with VB6 on Windows 2000 platform. Our objective is to display Excel like formatted data (in rows and columns), allow users to perform cut/copy and paste
|
| How can I access an Active X DLL present in the server side from a client machine (A DCOM Call) ? | 09 Jul 2004 18:15 GMT | 2 |
Can anyone help me to access an Active X DLL present in the Server side from a client machine ? I have tried with CreateObject("Master.clsMaster", "SererName"). But this is not working. Can you please tell me if What I am doing is right. If not what else should
|
| Get SEnders' Address from Outlook | 09 Jul 2004 17:13 GMT | 1 |
I'm trying to create an application which retrieves info from Outlook and replies to the sends' request for data. Basically, a user requests some data, my VB, will scan the details of the mail, extract the info, fetch the data required and then email back.
|
| upload file to ftp-server | 09 Jul 2004 16:55 GMT | 2 |
How can I upload a file from a locale PC to a ftp server with username and password with VB (not ftp-programme) regards reidarT
|
| VB6 and New Versions of Windows | 09 Jul 2004 16:30 GMT | 5 |
Does anyone know if the next version of Windows will run Visual Basic 6 projects? I have a large application that is in VB6 and I am trying to determine when I should convert it to .net. The reason why I want to convert it is because I use several types of third party tools to ...
|
| Another Binding Question... Even Simpler... | 09 Jul 2004 16:21 GMT | 1 |
Why Doesn't THIS work: ----------------------------------------------------------- A Windows Form has three controls: TextBox1
|
| Winsock not detecting close? [Newbie] | 09 Jul 2004 16:11 GMT | 1 |
I have this very simple code under a timer with an interval of 30 seconds Private Sub tmrTimeout_Timer() For i = 1 To ServiceSocket().UBound If ServiceSocket(i).State = sckNotConnected Then
|
| VSS question | 09 Jul 2004 16:09 GMT | 2 |
After a recent crash that burnt a VB project file I decided, after recommendations from readers of this ng, to install and start using VSS. Well I've installed it and am using it and learning about it. There is a minor pain in the login when I open a project. The login pops up with ...
|
| Global = Public? | 09 Jul 2004 15:47 GMT | 5 |
I inherited some code that has some "Global" constants defined: Global Const xyz = "abc" In searching the archives, I found a couple of discussions indicating that "Global" is an older term and the current term is "Public".
|
| Deployment/Distribution Problem? | 09 Jul 2004 14:46 GMT | 3 |
List: I'm having trouble distributing an application with shared libraries. My project is in develop\myProject It references shared libraries in develop\shared
|
| Need help with listview control please | 09 Jul 2004 13:53 GMT | 3 |
Using VB 6 how do you find out the equivilant of the listindex property of a listbox using a listview control. I need to know what row is selected or clicked on. Thanks in Advance
|
| The Land Of The Lost Exception | 09 Jul 2004 13:52 GMT | 2 |
I just ran across an interesting phenon... If you bind a control, say a textbox, to a class.property, and in changing the value of the textbox an error is thrown in the class.property, you get stuck in the textbox and cannot leave:
|