Hello All,
I have a tooltip control in my application, and have it displaying what I want, now I would like to format the text a little.
I would like to make the tooltip background black with a yellow border.
I would then like the tooltip title to be displayed in bold white, and the tooltip...
Hello All,
I have been fighting this for DAYS now, I have a picturebox that I place an .png image in, I then have an Update button to add this image to a Database.
I have tried severl tutorials on adding images to a database all with the same results.
There is no exception throwen or error of...
Hello All,
I am using an api call to keybd_event(VK_SNAPSHOT, 0, 0, 0) in order to print a form. The problem I am having is that this is taken a picture of the entire screen, and not just the current active form.
Is there a way for me to capture the active mdi child form only and not the...
I have an employee database that has year to date information in it, it has a record for each payroll run through the year, which means multiple records for each employee.
I need help with an sql statement that will give me all the fields in the table, but only one record per social security...
I have an application that I have been using that exports an ASCII file to Excel 97. The application was running fine. A lot of my clients are still using MS Office 97 on older machines. I upgraded my machine to Windows XP, but installed MS OFFICE 97 on it. Now I am trying to make changes to...
I have an application that I have been using that exports an ASCII file to Excel 97. The application was running fine. A lot of my clients are still using MS Office 97 on older machines. I upgraded my machine to Windows XP, but installed MS OFFICE 97 on it. Now I am trying to make changes to...
Hello All,
I am using CR8 and VB6 is there a way to tell if the user has actually printed from the viewer? I know there is an event in the crviewer object for the print button click, but the user could just cancel out of the print dialog box that comes up and not actually print.
The...
Hello All,
I am in the process of creating a Payroll System in Visual Basic 6. I have just started to use Crystal Reports 8 to do all my reports in. I am working on the Check printing report now, and was wondering if some of you could help me with this little problem. All help would be...
Hello All,
I have an application with a Datagrid (dgMileage) that I am using to record business trips in. I am using a data base class so I am not using an ADODC, but setting the Datasource myself. Everything works great with the Datagrid except one thins I'm having problems trying to...
Hello All,
I have an application with a Datagrid (dgMileage) that I am using to record business trips in. I am using a data base class so I am not using an ADODC, but setting the Datasource myself. Everything works great with the Datagrid except one thins I'm having problems trying to...
Hi All,
I have ComboBox in an application that has a Description showing in the Dropdown List. Each description has an Code that goes with it. Such as:
Code: 53EB1
Description: Engineering Assistant Grade 1
What I have done so far is to place the code in...
Hello All,
I am working on an application that allows me to connect to my pc at work from home. I have the connection working fine using winsock, my next step is to send certain strings to the remote computer and have it look to the remote computer like I typed it directly on the keyboard...
Hi All,
I have a Table set up in a Database in SQL2000. Is there a way under SQL2000 or Visual Basic 6 that I can limit this Table to only contain 1 record? This Table contains a Control Record and I only want 1 Control Record for my application, I do NOT want to allow anyone to add more...
Hello All,
I recently wrote an application that exports several ASCII files into an Excel Workbook. The application after it has finished it's exporting terminates and Excel loads up and shows the Workbook with several WorkSheets in it.
I just noticed that if I have run the export program...
Hi All,
I was just wondering what is the best way to append a text file to the end of a Microsoft Word Document using VB6?
If it's using the Word Object (i.e Dim objMsWord As Word.Application etc...) then what's the best way to accomplish this?
I did not see an append method when...
Hi All,
I have an application that Exports 5 text files into an Excel Workbook and places them into 5 Worksheets within that workbook. What I need help with is 2 of the 5 worksheets I need to change the orientation on the print to LandScape and also I need to change all 5 worksheets to Fit to...
Hi All,
I'm trying to use a couple of Arrays in some properties, the problem
I am having is this, when I try to use the properties in my form to set
the Column Start and Column Lengths they are all set to 0. The reason
being that instead of using the Property Let in the .ColStart(?) = ##
the...
Hi All,
I'm trying to use a couple of Arrays in some properties, the problem
I am having is this, when I try to use the properties in my form to set
the Column Start and Column Lengths they are all set to 0. The reason
being that instead of using the Property Let in the .ColStart(?) = ##
the...
Hi all,
I have a class called clschart in the class is a public event called datachanged that I am trying to use in a form for my chart of accounts. In the form right after the option explicit is the line.
Private WithEvents chartofaccts as Clschart
in the form_load sub routine is the...
Hi All,
I am working on an inventory control program. I have over 4000 products in my inventory. I have a jpg picture of each product that I would like to show in a picturebox or image control. My question is what is my best route to take with this. Should I store over 4000 jpg's with my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.