| Thread | Last Post | Replies |
|
| Linked tables(DAO) | 12 Jun 2006 22:32 GMT | 5 |
VB6 and DAO 3.51: I have the following code: Set tdLinkedTable = dbTEMPD.CreateTableDef("VinLinkedTable") tdLinkedTable.Connect = ";DATABASE=" & strDBAddr_p & ";PWD=" &
|
| question about exe format | 12 Jun 2006 22:24 GMT | 1 |
How many exe formats are there for all the Microsoft OS? I know NE, MZ, PE. any more? Thanks
|
| Outlook does not pass keyboard events to an OCX | 12 Jun 2006 21:25 GMT | 1 |
I am developing an OCX that is to be embedded on an Outlook custom form. I am running into an issue of not being able to receive keyboard shortcuts events from Outlook such as: Ctrl-A, Ctrl-C Ctrl-V (cut/paste) etc...
|
| TreeView Control | 12 Jun 2006 21:03 GMT | 3 |
How can I grab the current state of the TreeView Control before I rebuild it. I want the new view to match the view before I rebuild it meaning which nodes
|
| Change the backcolor for selected Characters. | 12 Jun 2006 20:52 GMT | 2 |
I am trying to change the backcolor of text in an RTF using this example: http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thr ead/thread/c19e944ad48b8001/1adaf0b0abdf901a?lnk=st&q=richtextbox+background+col or&rnum=6&hl=en#1adaf0b0abdf901a But all that ...
|
| Comparable feature in VB6 to Goal Seek in Excel | 12 Jun 2006 19:14 GMT | 4 |
I am trying to convert an Excel spreadsheet to VB6. Is there a comparable feature in VB6 to Goal Seek in Excel? Thank you in advance.
|
| getting the path (or folder) for the current dll | 12 Jun 2006 17:06 GMT | 3 |
When my VB6 code is in the form of an executable, I can use app.path to return the directory in which the exe file exists. However, my current project is an in-process ActiveX server, so app.path returns the path to the calling application.
|
| Dynamic Range/Chart | 12 Jun 2006 17:02 GMT | 1 |
I have a program that will generate a chart using a variable range up to a length of 17 cells. If the length is 18 or greater, I get a "Run-time error '1004': Unable to set the values property of the series class." My goal is to be able to generate a chart for varying cell ...
|
| FTP | 12 Jun 2006 16:40 GMT | 1 |
I want to run an FTP session from within a VB.NEt application to transfer a txt file that has been created in VB.NET I will have a command button on a form that the user must press to use FTP to transfer the file, does anyone have an example that I might be able to use?
|
| Tabs in menus | 12 Jun 2006 15:16 GMT | 10 |
I would like to separate items in menus with tabs, such as the main text of the menu, and its keyboard shortcut, like this Delete... Del It works fine on my developement machine, but for some reason when I install
|
| Smart Drives/Flash Drives | 12 Jun 2006 14:32 GMT | 1 |
How is the best way to allow a user to save data to a Smart Drive or Flash Drive. Would it be done the same as a floppy? How would one verify if the drive exists?
|
| Can someone help me? | 12 Jun 2006 14:31 GMT | 3 |
I am using a command line visual basic I would like to have code that reads in some arguments These arguments are then passed to another program to run. Why is it that it doesnt work when I compile the following? I am hoping
|
| How to show crystal report in VB !! | 12 Jun 2006 11:14 GMT | 1 |
Hi.. I've created a report in Crystal Report 8.0 and saved it to c:\report.rpt. Now after inserting Crystal Report Viewer Tool from Components in a VB Project..I have no idea as how to attach the report
|
| Dayview Algorithm | 12 Jun 2006 08:32 GMT | 8 |
I'm desinging a dayview control (similar to the outlook one) and have stumbled upon a problem that I still haven't managed to solve by now. It's basically the clever placing of overlapping appointments. This is what I have
|
| What am I doing wrong? | 12 Jun 2006 01:13 GMT | 24 |
I have 2 text boxes. They both start out green. When I lose focus on a tet box (by clicking on another) I want to reset the background of the box that lost focus to white . Since I have a lot of text boxes, I wrote a function to do the resetting, but I cannot seem to get the name ...
|