I have set up a new Belkin N wireless modem router (F5D8636uk4A v2022uk).
I am experiencing greatly reduced internet speeds when using this router wired through Powerline Ethernet Bridge plugs compared to using the same plugs and cables with my previous D-Link DSL-G604T modem router.
Wireless...
Hi
I am trying to set a class as a property of another class.
I have one class clsCompany and another clsPerson
I am trying to set clsPerson as a property of clsCompany and as an array.
Elsewhere in clsCompany I am setting the number of of 'clsPerson' instances (PersonCount) and creating a local...
Hi
I am writing a new Crystal Report in a VB6 application. This application currently uses Crystal 8.5
The report shows 2 levels of data - customer information and then all orders for that customer. The design I'm thinking of would have a group header for each order. In the group footer of the...
Hi
A VB6 app written 8 years ago references Microsoft Jet and Replication Objects 2.6Library (MSJRO.DLL) and Microsoft ActiveX Data Objects 2.6 Library (msado26.tlb)
A part of the code calls JetEngine RefreshCache
Dim je As New JRO.JetEngine
...
je.RefreshCache gcnn1
I'm now trying to test...
Hi
I have received an enquiry from a custoemr using an old VB6 project. The VB6 project uses crystl32.ocx (Crystal Report Control).
I want to pass some text into a report when called by the VB6 project.
I thought I would add a formula to the report then change it's text at run time in my VB...
Hi
I have a couple of legacy applications developed in VB6.
These applications continue to have new versions developed for customer's changed requirements and fixes - both small changes and new modules within the application.
I can see these applications continuing to evolve over the next 1-2...
Hi
I have a VB6 application that uses Crystal Reports ActiveX Designer Design and Runtime Library 11.5 to output various reports from data stored in a MS SQL 2005 Express database.
My client is interested in a new report that will list a series of records held in one table and against each a...
Hi
I have a customer with a VB6 application with a SQL 2005 database.
The VB6 application sits on different servers to the SQL server.
They migrated their servers at the weekend from Windows Server 2003 32 bit to Windows Server 2003 64 bit. The SQL was upgraded from MSDE2000 to 2005 standard...
Hi
When I open projects in Visual Studio and attempt to view a form view designer I have started getting "File Download - Security Warning" Message prompting a .tmp file in the location of my project.
Options to 'open', 'save' or 'cancel' do not lead to the view designer opening successfully.
If...
Hi
I'm currently a software developer and want to broaden my understanding of the 'hardware' side of things.
I'm partly interested in this as a possible career change.
To get me started the only time commitment I can make is to read a few books.
Can anyone suggest some good idiot guides -...
Hi
I currently use a MSHFlexGrid with a recordset datasource.
It includes a column with a '+' sign that allows the user to drill down to child items under that row - a bit like subtotals in Excel
Something like this
| - | PARENTCODE1 | £100.00 |
| | CHILDCODE1A | £75.00 |
| + |...
Hi
I want to create a custom button control that is always the same size and height.
I have created a componet class called MyButton and so far my code is
Public Class MyButton
Inherits System.Windows.Forms.Button
End Class
How do I expand this to force my button control to be a hardcoded...
Hi
I want to develop an application that will:
- Monitor emails incoming to a specific mailbox on an Exchange Server
- Read the email subject
- Save the attachment on the email
- Move the email to another folder.
I have googled and seem to come up with various options along the lines of:
-...
Hi
I am making my first amendment to a VB2005 project.
I have a datagridview with read only columns bound to a dataset.
It displays customer codes and names.
I want to capture the user's keypresses when the grid is selected and navigate to highlight the first row that matches the customer...
Hi
I have an app that sends data to the previously opened application.
One use is to send data into Word or Excel. I use sendkeys - such as...
SendKeys txtLine1.Text
SendKeys "{ENTER}"
I have noticed, however, that it does not seem to work in Excel/Word 2007 - the...
Hi
Can I upgrade a MSDE2000 SQL instance directly to 2005 Standard Edition?
Am I right it's similar to following steps to upgrade to SQL Express 2005 but at some point I will be asked for a registration key?
Hi
I would like to produce some sort of documentation of some of my code.
Is there a tool (free preferably) that would, for example, scan my VB6 project and output my code comments to a document/clipboard?
I understand something similar can be done in Visual Studio 2005 using XML comment...
Hi
I have a client with a MSDE2000 database.
They have agreed to upgrade to a newer edition of SQL.
The Express edition does seem to tick all the right boxes at this stage but my only concern is the 1GB memory limit.
Their current MSDE sqlservr.exe process is reported in Task Manager as using...
Hi
I have a VB6 app that sends emails using Microsoft CDO for Windows 2000 library and also integrates Crystal Reports - exporting Crystal reports by email using MAPI.
My client is looking to upgrade to Exchange 2007 and wants to know whether this will stop the email features of my application...
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.