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

    VBSendmail.dll - Changing the Charset

    Hi all, I can do amazing things with VBSendMail, but in all the instructions for it, I can't see how to change the charset of an email subject and body. I'm localizing an app to Japanese (Shift-JIS - charset=128) and the app is coming along fine, but it needs to email in Japanese via...
  2. StuH

    MSWINSCK - How to reject a new connection

    Hi all, I have a VB6 app using mswinsck.ocx in order to do a client/server data transfer process. Basically, my server app sets a (user specified) port to listen to and accepts connections and processes small bits of data that comes through from various clients using my client app via the same...
  3. StuH

    Jump to a row with MS Flex Grid

    Hi, I'm using MSflxgrd.ocx and have 250 rows of data in it with a viewable window of 25 rows. I need the grid scrolled to the end programmatically so I can add an extra row and enter more data as a new record. Can anyone tell me the method I use to do this? How do I jump to any particular row...
  4. StuH

    2003 Server with long user names

    Have a single W2K3 server scenario with Raised Domain Function levels to 2003 in a school setting. Aim is to provide logon accounts for all students via XP clients joined to the domain. I've been told the logon name is to be in the form firstname.lastname (to teach the kids to type their own...
  5. StuH

    MsgBox keeps switching forms

    I have two forms, form1 and form2. form2 is on top of form1. I click a button on form2 which firstly displays a MsgBox with Yes/No option to continue. Problem is, when I click the button, form1 jumps on top of form2, then the message box is displayed. When I click either button on the...
  6. StuH

    How to Redirect based on Domain?

    Hi, I have a webspace which currently has two different domain names pointing at it - one being a mysite.com address and one being a mysite.com.au. The webhost says both addresses can only point to the same folder under my existing single plan and I would need to host a second space and point...
  7. StuH

    Once only authentication, then blockout

    Hi, I need to develop a once-only voting system using ASP. I have a voting script that stops users voting from the same computer, via IP and/or cookie, but that does not stop the same person voting multiple times from multple computers. Therefore, what I'd like is a front-end sign-on screen...
  8. StuH

    Consolidating images

    Is there a simple way with Frontpage or some other tool to investigate the html code automatically, see if image links (JPGs/gifs etc) are local to the html page or located elsewhere? Also, then to make a copy of those images and adjust the reference in the html to have all files related to the...
  9. StuH

    Giving focus to Word from my overlaid form

    Hi, I'm using VB6, opening an existing Word Doc by binding Later (the Word object is not referenced in the app). I have tried with Word 2000 and Word 2002. Here's what I'm trying to do. My app opens Word and the document: Dim WA As Object Dim Doc As Object Set WA =...
  10. StuH

    How do you convert a CSV file to XLS in VB6?

    Hi all, I have a need to convert a plain simple CSV file into an Excel spreadsheet using VB6. I cannot guarantee tha EXCEL will be installed on the PC running the app, so opening the CSV in Excel and Save as Excel Spreadsheet is not an option. Any clues? Thanks. Stu.
  11. StuH

    Creating a Shortcut (.lnk) to a Specified Folder

    Hi all, Wondering if anyone has any clue about this. I know how to create a shortcut on the desktop to a file (with an association) or an exe, but how do you create an lnk file on the desktop that is a shortcut to a folder using VB6? Manually in Windows, this is done by right-click-dragging...
  12. StuH

    Mail Merging to Word from VB6 app

    Hi guys, Can someone point me to some doco or give me some pointers please: I have a VB6 form where users enter/store data. I need to be able to click a button (or choose a menu option) which will open MS Word (97/2000/XP whatever), open a particular document and merge data fields into the...
  13. StuH

    Sorting File Contents with VB3

    Hi all, I have a need to sort a fixed-record length file (not an array), based on one or more sort criteria which need to be specified by the byte location and field length. For example, the file contains fixed-length records with a surname field that starts at say, byte 24 and is 30 bytes...
  14. StuH

    How do you start I.E. from a VB3 app?

    Hi all, I really need to know urgently what the procedure is for starting Internet Explorer (32 bit) from a VB3 program, and telling it to display a htm file from a location on disk. Alternatively, to have the VB3 app specify a disk-based htm file to be opened by whatever the PCs default...
  15. StuH

    VB3 and that pesky Win 98 right-click popup menu

    I have a question and am wondering if you can help. I have been put in charge of a VB3 16-bit app that has a little problem. It's using a MouseDown event on a text box to detect a right mouse click. Upon this, it successfully opens a new form (a pop-up box for selecting stuff from), but when...

Part and Inventory Search

Back
Top