| Thread | Last Post | Replies |
|
| best way to print ListView. | 29 Oct 2007 20:54 GMT | 2 |
I have ListView contain data, and i want print this listview. i know i can do that by using Datareport and Crystal Report, but i need simple way to print this data. any ony have good idea?
|
| on Vista drivelistbox does not show Netwerk drives develop envirom | 19 Oct 2007 09:14 GMT | 1 |
strange things happen on Vista: In VB6 i use the drivelistbox and the dirlistbox. I ve shared F:\ with a netwerkdrive. In teh executable I can pick the netwerk share F:. In the development enviroment I can't select the drive and when a execute:
|
| Protecting my VB6 app | 18 Oct 2007 23:55 GMT | 35 |
Always wanted to ask this query, so I will! :0) What is this SourceSafe thing when it's at home what does it actually do for me? Are MS saying that when I compile the app people can get to my source code
|
| object variable or with block variable not set | 18 Oct 2007 14:17 GMT | 1 |
Hello,, Iam just trying to read a sheet from excel and transfer that excel information into my Access database. When i try to import the excel data Iam getting Object variable or with
|
| Textbox control questions | 15 Oct 2007 16:08 GMT | 1 |
I am writing a little application that consists of a window that accepts user commands into, in an interactive way. I am using a textbox control on a form, to accept user input. I need to know how to do the ff (which I suspect involves subclassing the text box
|
| Using VB to write VB | 14 Oct 2007 15:16 GMT | 2 |
I use VB in Excel in a financial forecasting context. One of the things I want to be able to do, but can't figure out, is (1) install code into newly created worksheets - i.e. so that on sheet deactivate the sheet deletes, and (2) edit code in modules - i.e. the VB would edit the ...
|
| VB 6.0 application executes and shows windows error | 11 Oct 2007 13:48 GMT | 1 |
We getting the below error message Popup from the OS WIN XP SP2 when our VB application runs in the system. The VB application exe runs which transfer images to other server. We searched about this error in support.microsoft.com but it is told that to restart the system.
|
| Interfacing VB6 with Python - How ? | 10 Oct 2007 16:29 GMT | 6 |
I want to write a VB6 command line GUI, that will accept a user keyboard input and send the commands to a Python interpreter, so I can run python commands from my VB app - has anyone done this before (can't seem to find anything after days of searching)
|
| How can I just change the text background colour using VBA? | 10 Oct 2007 15:46 GMT | 11 |
Developing a VB6 app that writes text and a bit of formatting to a table in a MS Word template doc via VBA. I can change the text colour, bold, italic and underline params fine on my text, but I can't get the background colour of my text to change.
|
| Chr function question (case sensitivity) | 10 Oct 2007 14:53 GMT | 3 |
I am using the Chr function and it seems to be conversing every ascii representation to its upper case equivalent character. Is there a way to preserve casing using the Chr function - or is there an equivalent function that converts integer to string whilst preserving
|
| 5904 - Cannot Edit Range | 09 Oct 2007 19:54 GMT | 5 |
I'm looping an array of text into a number of cells in 1 x MS Word table via my VB6 app. To make sure each text value is on a new line of the table cell I put a carriage return/paragraph marker after it.
|
| ListView Queries | 08 Oct 2007 13:33 GMT | 3 |
Many thanks for all of the assistance you have given me over the last few weeks it is really appreciated. Just got a couple of ListView queries: a) Is there any way to change the thickness of the ListView checkboxes, as
|
| VB6 to Word Bookmarks nightmare! | 08 Oct 2007 11:21 GMT | 2 |
I could really do with your help as I'm completely stuck. To explain, I have 1 word doc with 1 table, which consists of about 22 cols and 10 rows. Basically I throw pupil names at this table (via VBA) so that the pupils go
|
| 3 button message box with bespoke labels?? | 07 Oct 2007 10:59 GMT | 7 |
Is it possible to config a VB6 msgbox so that I can have 'Overwrite', 'Merge' and 'Cancel' as button options with the ability to find out which the user clicked? Thanks
|