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: wanmaster
  • Content: Threads
  • Order by date
  1. wanmaster

    validation fails when moving controls

    I've made a basic page that handles all common functionality and design. All pages in the project derive from this page, and contain only some server side controls and text (no form, no head or body tags etc.). This content is 'moved' to the basic page in the Init() event. This all works fine...
  2. wanmaster

    Unable to install SQL Server

    I'm trying to install MS SQL Server 2000 (Prof.). But after I click "install database server" it stops. No error, no warnings, nothing.. Has this something to do with the system's security settings or file protection? I'm logged in as administrator, I tried to install it from a cd...
  3. wanmaster

    FormFields in word

    I'd like to generate a letter (word document), by using formfields and replacing their values with data found in an access table. This works fine. The only thing left: I would like to generate multiple letters (based on the same template) into a single word document. So that if I open the...
  4. wanmaster

    window region

    I'm sorry, I had already posted this thread in the C++ forum. But since I still don't have a really satifying solution yet and I have a great confidence in the vb-winapi forum members, I'll ask you guys. One suggestion I got, is to use the "Microsoft Agent" system. I guess that would...
  5. wanmaster

    flickering window region

    Hi, I've got a graphical problem using a window region. The application I'm making is a sort of screenmate. It's a ball (the elliptic rgn) with a "3d-picture" that bounches on the window's taskbar. You can pick it up en throw it around. This all works fine, the only problem is that...
  6. wanmaster

    Add-In for Interdev

    I'm writing an Add-In for Visual Interdev using Microsoft Development Environment extensibility. I have no problem getting access to different windows, toolbars etc. within Interdev, but I can't find a way to access/read/modify the code pane in a window (for an asp page for example). I do know...
  7. wanmaster

    CommonDialog Hook

    I'm trying to put a picturebox on a commondialog (using SetParent(), and MoveWindow() to resize) that will display an image if the file selected is a picture (bitmap, jpeg etc.). So I need to know the name of the selected file, before the dialog box closes. I'm trying to set a message hook on...
  8. wanmaster

    Font properties

    Anyone knows how to find out the width of a specific character or some text when using a non-preformatted font? For example: the "i" takes up less pixels then the "w". Remedy
  9. wanmaster

    Removing a file header

    I have to remove a header of a file. Is there a quick way to do that?? Remedy
  10. wanmaster

    Convert wave & wma

    Does anyone knows how to convert wav-file to a wma-file (using a component or api)? Remedy
  11. wanmaster

    Uploading files

    I made a page where you can upload files (using a upload component). The maximum size of the file is 500Kb. This al works fine. The problem though is, if you submit a huge file (say 100Mb) it still generates a lot of traffic on the server, because it needs the complete file to check wether it's...
  12. wanmaster

    OnClick-event in Netscape 4

    The onClick event in NS4 doesn't work in layers. OnMouseOver and onMouseOut works fine. Has anybody solved this problem before?
  13. wanmaster

    '-' character in style-properties

    I make a games in JavaScript and use lot of style-changes. Does anyone know how to avoid the problem with a '-' character in JavaScript? For example: I have a something like this in the body-section: <DIV id=divTest...
  14. wanmaster

    Query -&gt; remove double records

    I have a large database containing persons (firstname,infix,lastname,date of birth etc.), and I need a query to delete/find all the record that are exactly the same (same firstname and lastname and infix...). I tried all kinds of different (sub)queries, but the problem is that the query compares...
  15. wanmaster

    API -&gt; Creating shortcuts.

    I want to create my own setup program, and what I need to know is: are there API-functions to create shortcuts? I know there is in a dll called something like 'vb6kit.dll', but in order to keep the program small, I would like to use the 'normal' libraries like user32, shell32 etc.
  16. wanmaster

    API -&gt; Creating shortcuts

    I want to create my own setup program, and what I need to know is: are there API-functions to create shortcuts? I know there is in a dll called something like 'vb6kit.dll', but in order to keep the program small, I would like to use the 'normal' libraries like user32, shell32 etc.
  17. wanmaster

    Storing images etc. in DLL's

    What's a good way to store images etc. in an ActiveX-DLL. Including images in the application itself makes it bigger and slower, and I don't want users get to see a directory full of pictures, so they can open/modify/delete them.

Part and Inventory Search

Back
Top