| Thread | Last Post | Replies |
|
| WinWord/WebBrowser process problem | 23 Nov 2006 17:38 GMT | 1 |
Hi Problem: WinWord persists as a process even when it's been closed after displaying Word docs in a web browser control on a VB6 COM addin form. I'm able to display Word docs in a VB6 form using the Web Browser control.
|
| I found these text strings printed out. What would they do if used in VBA? | 23 Nov 2006 15:55 GMT | 1 |
I found these text strings printed out. What would they do if used in VBA? What would these do? I found these printed out somewhere. ActiveWindow.LargeScroll Down:=1
|
| Multiple -step OLE DB operation generated errors + Crystal Reports | 23 Nov 2006 14:56 GMT | 1 |
I have a problem running a Crystal Report. My report is embedded in a VB6 application, which is published on Citrix as a published application. The report uses a stored procedure as its data source. The rdbms is SQL Server 2000, and I am using Crystal Reports 8.5.
|
| Double-sided printing? | 23 Nov 2006 14:52 GMT | 10 |
I need to print two pages, but they must be double-sided. Does someone know... - how to check if the printer supports double-printing? - how to print two pages as a single, double-side document, ideally
|
| VB6 App.EXEName question | 23 Nov 2006 08:48 GMT | 12 |
I am having a strange problem with an inherited VB6 app. when trying to return the App.EXEName. On some PCs it returns the name in proper case but I have found that on some installs of Win98 it returns the name in all uppercase.
|
| Can't display images into treeview???? | 23 Nov 2006 05:54 GMT | 1 |
We are working on a vb.net WinForms project based on the Composite UI Application Block (VS2005). I have a strange problem. At first, I thought 10 minutes would be fairly enough for me to solve it but I've spent almost 6 hours on it today and still can't figure out what's
|
| Combined Option Button and Checkbox functionality | 23 Nov 2006 01:07 GMT | 19 |
This has probably been asked before.... But... I have a project with a user control that contains an option button. When I load several of these controls onto a form... I would like the option button(s) in all of the usercontrols to act like an option button group...
|
| picture control pset performance? | 22 Nov 2006 19:58 GMT | 19 |
This code seems to take an inordinately long time. Any suggestions on how to make it faster? buffer is a global byte array (1392,1040) scalefactor = 2
|
| HOWTo: Consuming a .NET Webservice in VB6, and Creating a ADO RecordSet | 22 Nov 2006 18:09 GMT | 1 |
I have a simple question. Howto consume a .NET webservice form VB6. I have tried very many methods. I currently use MSXML. Here is the piece of code that I use. This works flawlessly. It gets a XML String
|
| Changing Screen Resolution from within VB | 22 Nov 2006 17:17 GMT | 2 |
How do I chack and change my screen resolution from within VB6 if it is possible? I Thanks Emma
|
| Method '~' of object '~' failed, Error Code: -2147417848 | 22 Nov 2006 15:56 GMT | 4 |
I have two aplpications, one is a Standard EXE, the other an ActiveX EXE. These have been running for over a year, each with succesive modifications. Today I modified the ActiveX EXE component. Specifically, I tweaked an error handler and increased the SQL Server timeout to 10 ...
|
| How can I search for numbers in a string? | 22 Nov 2006 14:54 GMT | 3 |
I have a situation that I need to be able to identify if there are any numerical values in a string variable that might have numerics including charecters. For instanse Dim strValue as stirng
|
| Using datagrid values as query parameters | 22 Nov 2006 12:45 GMT | 1 |
I am currently developing an application in VB6. The application is to be used by users to clear their logins from databases on our payroll system. They select one or more records from the datagrid and then click a button to remove them.
|
| .NET haters ought to get a kick out of this | 22 Nov 2006 10:01 GMT | 59 |
Yet another bit of shafting from .NET: you know VB's feature of evaluating a watched expression and breaking if it's true or has changed? In VS.NET that's GONE! You can set conditions on a breakpoint, but they're not evaluated until that line is actually hit. There's absolutely ...
|
| How to center a Grid vb6 | 22 Nov 2006 09:05 GMT | 1 |
I have the hole FlexGrid component and I want that the grid centers to the lenght of the component. Do you guys have any idea of how to do this? Thanx
|