Hi,
Is there any way that the app can 'see' which Users are accessing it's MDB (DAO) on a network (No username/password required for MDB access) and if so, display what Records are being ed...
Hi,
I have a VBA macro that gets information from the user. Sometimes the user wants to open another Excel workbook to find the information to cut/paste. The problem is that while the userf...
Experts,
I've included the MS Word "document" tool in my toobox and put it on a form. However, when I look at the design-time properties, I don't see how I can use it. I don't see where I...
Hi,
With a userform, I'd like to get the name of the clicked control automatically.
So for:
Private Sub LeftHeaderBox2_Click()
Set HeaderBox = Me.LeftHeaderBox2: Call FillPropos...
Hi
Im attemting to tansfer from a text control in third party email application to an activex spell checker control. My problem is with my lack of knowledge of Windows API, i understand that...
Dear Experts,
I have a form that includes a subform. The subform has seven fields -- 5 of which are locked - and 2 editable. I want to included an 'undo' button to allow the user to undo th...
I have 4 radio buttons and I want to be able write code so that the application remembers which button was pressed when I reopen the app. Then when the app opens it rechecks the previous both ...
When using VB MAPI control 5.0 with Windows Mail (Vista) I get an "error: 32003 Login has failed"
This error only occurs if an instance of Windows Mail is open while the MAPISession.SignOn is...
Will Visual Basic Apps run on MS Vista?
Hi.
My code allows a user to search for a Product Name, which is contained within a Treeview Node. If the Nodes are NOT expanded, I need the code to auto-expand the Parent Node and it's Chi...
My company has a project created on VBNET 2005 and c sharp. I do have VBNET2008, and I am familiar with visual basic.
I would like to combine my pages with the existing ones. Would I need t...
For an ordering system that needs to prints out product order sheeets in a set format, what printing functionality does vb use for report printing any recommend solutions.
I am having a problem finding the child rvReal32 on a form. I have been successful in finding the Parent and the first child on the form. But when I use the same code to find the Child that is...
i am working on a projet. its supposed to calclate the checkout cost for an hotel. the first step is to calculate the total which is costpernigt * numberofnights. i am not supposed to use a bu...
Hi Experts,
I have a custom user control that I would like to set a property to set what columns to display. This can be 1 or more. How can I create a property that will hold more then 1 valu...
I have a vb application which reads data from db and then creates a doc file and then writes the data in that .doc document.
Instate of the .doc file i want it should make a pdf file and puts...
I have created a series of Text Boxes programatically. They all have defined names:
txtD0, txtD1, txtD2 etc
Question;
How can I throw an event when one of these is chaged (KeyPres) ?
For...
Have a look at the attached picture.
I am trying to reproduce something similar to this in my current development project (using Windows Forms).
There is information I want to display for ...
I am trying to send selected listbox items(text) to a listbox on a diff. form
I have tried:
<<on form 2>>
dim task as string = Cstr(listbox1.SelectedItems)
form1.listbox1.Items.Add(task)...
Hi,
I am using VB6.
Using controls (DriveList Box or DirectoryListBox I am not sure which) I need to allow the user to specify a folder where a output text file will be created.
What...
I am looking for a step by step guide to save a module in the XLStart Directory - to bypass the Security Alerts.?
I need to build a VB application that will interact with an IVR. Ideally the VB application will call the external IVR system and then interact with that IVR using a touch tones or even speec...
I am implimenting this code to create an audit trail - I got it from here:
http://articles.techrepublic.com.com/5100-10878_11-6166807.html
It works great but there is one thing I did not...
I'm using a simple example like this to receive incoming ascii but when
I'm receiving a hex dump, nothing displays.
Private Sub Form_Load()
server.LocalPort = 5890
server.Bind Winsock1.L...
Why can't I just set the icon to one of the standard pointers ?
I see alot of examples using:
TreeView.DragIcon = TreeView.SelectedItem.CreateDragImage
but I don't want to create an im...