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 SkipVought 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: dtqui
  • Order by date
  1. dtqui

    DllRegisterServer with dynamic path of ocx

    Hi, I found the solution to my problem. Thanks. For anyone else interested, I got the codes from http://www.codeguru.com/vb/controls/vb_activex/article.php/c3479__1
  2. dtqui

    DllRegisterServer with dynamic path of ocx

    Hi, I need to register an ocx on user's PC through VB program. The process is as follows: 1) Find the user's Windows System folder 2) Copy the ocx to the Windows System folder 3) Register that ocx I can do the first 2 with no problems but I can't register the ocx in the Windows System folder...
  3. dtqui

    VB6 And SVG

    Hi, I'm trying to show SVG images in VB6. Is there an OCX which I can use? I've read the license for SVG Viewer but it seems that it does not allow the viewer to be used as an OCX in VB. I have LeadTools 10 but I got a "Invalid file format" when I tried to load a SVG image. If I use a Web...
  4. dtqui

    Convert image to SVG result in large filesize

    Hi, I'm using Macintosh 9 with Illustrator 10. I'm trying to convert a multipage postscript file to SVG. I've tried distilling the postscript to single page PDF then save as SVG in Illustrator. I've also tried GhostView to get a single page PNG then save as SVG in Illustrator. The problem is...
  5. dtqui

    Action cancelled with Autodesk MapGuide

    Hi, My company uses Autodesk MapGuide to show the locations of companies via a website link on Internet Explorer. We also provide a CDROM version of company information and a feature in it is showing the map through Visual Basic (via WebBrowser control) which connects to the same website as the...
  6. dtqui

    Split string using multiple delimiters and fixed length

    Hi, I need to write a program that splits a length of string to max 5 rows of 25 characters each. The problem is I need to delimit using space, dash, carat (stands for carriage return), backslash etc. For example, string= "Beddings/Carpets/Curtains/Cushions" ==> string1 = "Beddings/Carpets/"...
  7. dtqui

    Auto resize photoshop image using script

    I know I can use Actions to record the changes but the thing is the image size needs to be send to Photoshop. For example Image A size is now 500 X 600, then need to adjust to 240 X 300, Image B size is now 50 X 60, then need to adjust to 160 X 200. I need to see how big the original size is...
  8. dtqui

    Auto resize photoshop image using script

    Hi, I'm trying to automate a process of resizing images in Photoshop. I need the script to open an image file in Photoshop, resize it according to the size I send in Photoshop and save the resized image into a folder. I'm using Adobe Photoshop 7, OS 10.2.8, AppleScript 1.9.1, Script Editor...
  9. dtqui

    Show Animated Gif without the webbrowser contol

    Just for interest, the first posting in this thread is buggy if you set the language settings to anything other than English (I've set it to Chinese in region settings on Win 2k, Win XP machine). Seems that the Gif End and content of the gif might be interpreted correctly. Thus causing an error...
  10. dtqui

    formatting a double variable

    Hi, Have a look at "NumberFormatter" or "NumberFormat" class. I don't have much experience with it but it might solve your problem.
  11. dtqui

    JButton.setEnabled(false) doesn't show as greyed off

    Hi all, I've solved the problem, thanks to stevexff. I just added a repaint() after I disabled the buttons. jstreich, I think you misunderstood. It's pure image on the button which didn't get greyed off, not the text. stefanwagner, according to Java Tutorial at...
  12. dtqui

    JButton.setEnabled(false) doesn't show as greyed off

    Hi, I have this menu with consist of several JButtons which contains ImageIcon to represent them. At a click of any of the buttons, the respective screens will show and the menu buttons will be disabled. However, the behaviour of my menu disabling buttons is weird, sometimes it disable all...
  13. dtqui

    Setup.exe doesn't run on XP

    Thanks, linney. That is something I haven't considered, but I'll keep this in mind if I encounter this again. :)
  14. dtqui

    Choice of installing different program in a setup

    Thanks, TomThumbKP. I've downloaded Inno and giving it a try. I've also emailed InstallShield to see whether they have anything that can solve my problem.
  15. dtqui

    Setup.exe doesn't run on XP

    Thanks for the suggestion. As I have no way of contacting that user again, I'm asking for future reference's sake. Franklin97355, sending him a new CD might not work cos the same thing happened to him last year when he took our last year's CD. Could this be his machine problem? But he said he...
  16. dtqui

    Setup.exe doesn't run on XP

    Hi, I'm doing support for public in a company. I received a call from a user who said when he put in our CD which should auto-run, it doesn't do anything. Advised him to do the following: 1) Double click on the setup.exe button. Result: it doesn't run 2) Advised him to use "Run" and type in...
  17. dtqui

    Choice of installing different program in a setup

    I was thinking of doing that too, but it struck me that one of the reason I have to provide setup files is for VB to register it's own components (the 3 programs are written in VB). Therefore without installing the essential VB files (MSVBVM60.DLL etc), I can't even run the interface for the...
  18. dtqui

    Choice of installing different program in a setup

    Hi, Currently I have 3 CDs installing different programs, but my boss wants to merge the 3 CDs into a DVD. That means I need to find a way to have a single setup program that provides options for users to choose which program they want to install. But I also need to reflect the selected...
  19. dtqui

    Clicks on different part of a picture shows different VB forms

    Hi Oliver, Sorry for the late reply, I didn't check my old threads till now. Hmm, that was quite a few years ago. I never did get that part to work and for the life of me, I cannot remember why and what was I doing then (I've moved on since then). So sorry for not being able to help. Regards...
  20. dtqui

    Show html page in Java application

    Hi, Management decision doesn't always pass to the the 'worker ants' below. I guess the whole company has switched to Java, they wanted to convert the only VB program to Java too. It would be even more wonderful if it can be cross platform. (The more the merrier, right?) The method of...

Part and Inventory Search

Back
Top