Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: simonkue
  • Content: Threads
  • Order by date
  1. simonkue

    Usercontrol inactive on first click

    I've created a user control that is now one of many standard controls on a form. It functions OK once it has focus but I have to click on it (with no action taking place) for it to get focus. I've tried to set focus based on mouseenter, gotfocus, enter (control events) but these events are not...
  2. simonkue

    Problem with control resizing

    I have a large number of controls on a form spread over various "containers" such as frames and the SS Tab control.
  3. simonkue

    XP Hibernation while using VB6

    Has anybody had these symptoms and do they know a workaround/update please? I have a brand new Sony laptop (SZ3XWP/C) using XP Pro SP2 and have installed Norton AV and MS Visual Studio 6. Other software was then installed but the symptoms started at this point. During use of VB6 the system...
  4. simonkue

    Outlook 2003 Missing header

    We are using XP and Outlook 2003. We print all e-mails as a record of correspondence. Some e-mails when printed show the header - From/To/Sent/Attachments, some do not. I don't know what makes one do this and another not! We are using the same pc, printer and print method to print both. It...
  5. simonkue

    Outlook, VB, Redemption problem

    Wonder if anyone can help..... I'm trying to generate bulk e-mails from a VB6 (SP4) app. My pc is Win2k SP4 and Outlook is 2k SR1. This worked fine but when I use Outlook GT 2002 on another pc I got the security message and so have started to try Outlook Redemption. When testing on my old pc...
  6. simonkue

    ADO and Data Repeater not refreshing

    I have a user control inside a data repeater linked to a physical Access table via an ADO data control all on the same form. The user keys some text into a text box and presses a button which kicks off my VB code to create a new set of output records in the ADO data control table. The code is...
  7. simonkue

    Multiple USB devices

    PC's can have multiple USB devices connected to them. I'm thinking about connecting three small lcd panels to one pc each of which would be located in a different position and will display different messages. Has anyone had experience of "talking" to three identical USB devices from within VB...
  8. simonkue

    SQL Update in Multiple DB's

    I am trying to run a SQL update command via my VB application. The SQL uses a join to take a field from table B and put it into a field in table A. These tables could be in different databases. When placing both tables in the same database and omitting the IN from the SQL, it works. When using...
  9. simonkue

    Problems running a macro in another workbook

    I have a confusing problem. I'm new to VBA but I do know VB6 well. I have 2 Excel workbooks. Both contain a single worksheet. 'A' contains the data while 'B' contains the Macros and a form I wish to use. This means that I only have 1 place to maintain and update macros. A macro (called Startup)...
  10. simonkue

    Old 123 Macro command query

    I used 123 many years ago but haven't used it for some time. I have been given a worksheet with some macro's written in 123 that need converting into Excel. I can follow most of the script but don't understand the following: :flb :FF2 :FBS :sc :wrs :FCBN In each case these characters are within...
  11. simonkue

    Can't unload DLL form

    I am creating my first dll. This will be called by many programs. It's function is to allow the saving of form controls (into a text file) and then to allow another user on another pc to load up the data into the same pgm. The dll will display a form showing "Job information". This form is the...
  12. simonkue

    Image capture in Win2K

    I have VB6 and Win2k with a web cam. I'm trying to use the Kodak image control but cannot find the help file imgocxd.hlp. I understand that MS decided not to ship the help file after Win 95. I have 2 Win 95 CD's (one early, one late version) but cannot find this file in the CAB's. Does anyone...
  13. simonkue

    Spurious decimals

    I have a problem with maths! I am inputting a numeric into a text control on a form (eg "12.34"). I can take the integer portion via: dim xnInt as Integer xnInt=CInt(text1.text) To get the decimal portion I do this: dim xnWrk as Double dim xnDec as Double xnWrk=CDbl(text1.text)...
  14. simonkue

    iPaq, CE and eVB sync problems

    I have a Windows 2000 pc and iPaq 5550. Active Sync 3.7 is setup and works fine for file transfer. I have setup eVB 3.0 with PocketPC SDK and Common Components, and have written the "Hello World" app which works fine on the emulator. However, eVB refuses to recognise the iPaq. The...
  15. simonkue

    Color in the Printer object

    I am using the printer object to print line by line a report. I am building up the report line in a variable string and then output the string directly to the printer. This allows me to specify variable gaps/columns for a multi-part report that I couldn't get to work another way! The problem is...
  16. simonkue

    VB to update Runtime Access rpt settings

    I have a VB application using an access database containing some Access reports. Runtime Access is supplied to the user along with VB exe so user may not have full Access. From time to time, the page settings for a label report are reset to defaults, so I wish to have a VB routine that can put...
  17. simonkue

    Multi-line ListView Column Headers

    Does anyone know how to create a multi-line column header in a listview. I wish to have a title with its units beneath it, but both inside the column header:eg Speed Distance (mph) (miles) 62 17 64 19 Thanks in advance...
  18. simonkue

    Lines drawn at runtime disapear

    Still cannot search, so don't know if this has already been answered.... When I draw a line on a form at run time, then place another window on top of this form (eg Word, or Explorer) by using Alt-Tab (ie nothing to do with this app), the lines beneath the new window are removed. All design...
  19. simonkue

    Crystal Reports for Access 2000 and VB 6

    Sorry, but I cannot see if this has already been asked. I cannot use the default Crystal Reports supplied with my VB to write reports based on my Access 2000 db. Is this because 4.5 won't work with 2000 or do I need a patch or two? Can't get response from Crystal Decisions. Incedentally, I'm...
  20. simonkue

    Changing the Origin for VB form

    Sorry, but cannot search to see if this has already been asked/answered. The origin (0,0) on a VB form is by default at top left. I wish for this to be bottom left. Anyone know how to achieve this so that 0,0 is bottom left and +ve numbers up and to the right? VB DOS had the Window command that...

Part and Inventory Search

Back
Top