| Thread | Last Post | Replies |
|
| VB6 and Excel Automation | 30 Nov 2007 23:44 GMT | 2 |
I'm using VB6 and Excel 2007. I have a program that creates a report then opens it in an Excel spreadsheet. I have doen a lot of formatting but
|
| enable disable proxy | 30 Nov 2007 13:27 GMT | 3 |
how can I do to enable and disable IE proxy just in one clik button with Visual Basic please. thank you.
|
| codeing | 28 Nov 2007 16:53 GMT | 3 |
sir i want to enter the student date of birth by using 3 combo boxes one for date one for month and one for year so please help me in sending the code to my mail id
|
| QUERIES REG VISUL BASIC | 27 Nov 2007 20:27 GMT | 4 |
describe a control? what is a code window used for? when is the solution explorer window used?
|
| Type mismatch error when passing object to function | 27 Nov 2007 09:04 GMT | 5 |
Hi the following code works fine - Dim temp As Classx Set temp = listy(index).xContainer()(i).xList()(j) If mastery.xContainer()(normalPriority, i).Exists(temp)= False
|
| WINDOWS VISTA EMAIL - Unable to send messages | 27 Nov 2007 01:54 GMT | 3 |
I have Windows Vista in my new Wireless Laptop and until three days ago I could send and receive emails fine. However, now I can receive emails but not send them. There is an error message stuck in my Outbox and I cannot seem to get rid of it...Until this stupid message is ...
|
| webbrowser control | 26 Nov 2007 13:15 GMT | 1 |
I would like to know how to interact with a web page, which I loaded into my Form with the webbrowser control. For example I want when you select a text on the web page is This text copied into a textbox of my form.
|
| Adding text to a text box that shows on the bottom | 26 Nov 2007 12:27 GMT | 8 |
If i add text to a textbox (like text1.text=text1.text & vbcrlf & vbcrlf "newtekst") this text is added to the bottom of the text (multiline is on). When the text has more lines than fit into the box the text is added below 'outside the box.' and the vertical scrollbar
|
| VB 2005: fill ellipse | 26 Nov 2007 09:11 GMT | 4 |
How do I automatic move the X & Y to create a ellipse function as below, DrawCircle? I want it move down by user input. How can I achieve this? Thanks. Imports System
|
| How can one write text sideways? | 26 Nov 2007 01:28 GMT | 3 |
I would like to add a label written vertically (ie rotated 90 degrees to normal). Can anyone tell me how to do this? I don't mean a tall thin one with text still in the same orientation as usual, I mean people would have to put their heads to one side to read
|
| STOP command doesn't stop execution in VB in MS Access function. | 24 Nov 2007 16:30 GMT | 1 |
The STOP command used to stop execution of VB for debugging in MS Access function, now it doesn't stop Any ideas? Thank you
|
| Passing UDTs and arrays of UDTs from VB to C++ ActiveX controls. | 24 Nov 2007 15:12 GMT | 5 |
I have a couple of different things I'm trying to do. First off, I have an ActiveX control written in C++, and I want it to expose a method that takes a single UDT/struct/whatever as a parameter. By value or reference doesn't matter, let's say by value.
|
| Looping through a dynamic two dimensional array | 21 Nov 2007 20:58 GMT | 2 |
I have something like this - Dim returnArray() As Integer returnArray = function() returnArray is a dynamic two dimentional array. I wish to loop through
|
| VB calling DLL only with _stdcall? | 21 Nov 2007 20:53 GMT | 9 |
I am trying to get a VB program to communicate with a device that is connected to an IR device which in turn is connected to COM1. Now I got an SDK from the manufacturer, but al their sample code is in C++. I know very little about C++. Surely not enough to write some serious code ...
|
| Connect to SAP from Excel using VB | 21 Nov 2007 17:32 GMT | 2 |
Hi Guys: I created a function module from a BDC program and made it RFC enabled in SAP. When I execute this in SAP, it works fine and creates a customer. But when I try to trigger it from Excel, it gives me the error “Object Variable or With Block Variable not set”. Please HELP!...
|