| Thread | Last Post | Replies |
|
| Help in Crystal Report | 05 Oct 2005 03:15 GMT | 1 |
I am new in crystal report (using vb.net). Currenlty, my report format looks like below: School : ABC Class : A1
|
| Automatically adjusting listview column header width | 05 Oct 2005 02:41 GMT | 3 |
I have a some listviews in my app and just recently added the ability for the user to change the font size. There are 11 columns in the listview and some of them are narrow. If a user selects a larger font size, the column headers cut off on the narrower ones. Is there a way I ...
|
| intellisense feature | 05 Oct 2005 02:16 GMT | 2 |
how can add a intellisense feature in a say textbox, i.e., to say that when i start typing in the textbox as soon as i hit 1 or 2 alphabets it should give me an option of a complete word as it happens in microsoft word.
|
| ShellExecuteEx | 04 Oct 2005 23:22 GMT | 1 |
I'm opening a file with shellexecute call in its default program, like opening pdf file with acrobat reader, but after he exits the program that I called, if my program is still working, I want to get notification therefore I can delete the file that I opened, which is in
|
| Make a good setup file for VB project | 04 Oct 2005 22:57 GMT | 6 |
I am a developer for 6 years now and sometimes users of my software get strange issues. One of my programms is called SmartMedium FINANCE and it uses some common dependencies such as comctl.ocx and comdlg.ocx (see list below).
|
| How to display a binary tree? | 04 Oct 2005 22:51 GMT | 1 |
does anyone know of an activeX control to display a binary tree? like a Treeview control, but where each node can have just a left and right child nodes. Or, alternatively, some code to do it? Each node just has a # in it, from 0
|
| VB6 problem writing to Word 10 | 04 Oct 2005 22:15 GMT | 1 |
My VB6 program is having a hard time writing to Word 10. I've got a reference to MSWORD.OLB in my project. It works great in the VB IDE on my development machine. But when I run it on the client PC, it crashes. Here's my code:
|
| Clearing out connections in a connection pool ?! | 04 Oct 2005 21:54 GMT | 5 |
I am using VB6 and Oracle ODBC driver. I want to clear out the existing connections "immediately" without rebooting the machine and without waiting for the CPTimeout to expire. (N.B. setting the CPTimeout to zero in the registry does not take effect right away
|
| Word Macro Help | 04 Oct 2005 20:20 GMT | 2 |
I'm trying to write a macro that will run upon exiting a dropdown box in a protected word form. What I'd like to do is, when a user chooses an option in the dropdown box other than the fist choice, the text in the box is changed to bold. So far I have this code:
|
| Problem with Strings not wordwrapping in textbox | 04 Oct 2005 20:08 GMT | 12 |
I am adding text into a textbox using the following formula:- NewTXT is the new text added each time. txtOutputs.Text = txtOutputs.Text & NewTXT The problem is that carriage returns are displayed as a symbol (CHAR(182))
|
| Class not registered - Err 713 | 04 Oct 2005 20:03 GMT | 7 |
Hi to ALL I've had this problem with running my completed App on different OS's. The app runs fine until I hit any data connection. I've read the help from a previous discussion(I think on the 9th), went through the whole uninstall of
|
| Mailbox size | 04 Oct 2005 19:07 GMT | 4 |
I am a VB program and I am trying to use the following file: (on the client pc we have Windoxs XP professional). Library CDO C:\WINDOWS\System32\cdosys.dll
|
| Customerize data display from MSFlexgrid | 04 Oct 2005 16:20 GMT | 6 |
Can someone give me advice on how to extract the data from MSFlexgrid and diaply them in textboxes in a customized form? Actually, it will be easy to do so if there is one reocrd in the MSFlexGrid. However, if I perform a query and get over hundred rows of results, how can
|
| OK - MdiParent/Child issues - Argh | 04 Oct 2005 15:45 GMT | 30 |
I'm new to VB.Net 2003 - (2 weeks in) so this MAY be straightforward... (Things changed since Octal Assembler I see !!!) I'll try to lay this out in a way that makes sense I created a MdiParent form
|
| Private Instance of the Excel Object | 04 Oct 2005 15:44 GMT | 4 |
I have a piece of code that always creates a new instance of the Excel object. I use this object in my VB6 code for generating radial plots. The issue I'm having is when my app window is open and I open an excel file (that already exists, not new)... the resulting workbook uses ...
|