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 IamaSherpa 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: OneTJN
  • Order by date
  1. OneTJN

    ScrollBars on MDIFORM

    I would like to hide the scrollbar (visible=false) when a scroll bar appears on the MDIForm. The following api call gets me the handle of the object that is the container of the forms within the mdiform. Table is an mdichild of MDIForm InsideHandleOfMDIWindow is the handle of the object that...
  2. OneTJN

    addins API Viewer under VB6

    Where can I find additional text files to include in the API Viewer VB6 comes with the following: Win32API.txt Lots of info in that Mapi32.txt 1 type declared in it Dan Appleman's book 'Win32 API Puzzle Book and Tutorial for Visual Basic Programmers' list 15 specific dll's (there are many...
  3. OneTJN

    How can I change the resolution of the screen in VB6

    I can't find the API to do this. Can someone tell me the API or the reserve word in VB6. Screen.? gives you all the characteristics and I can save the orig config and restore to that but I have to change the resolution while my program is running. At exit I will restore to the original
  4. OneTJN

    Forms within an MDIForm

    I have a program with several mdichild forms. One of these forms I vary the form height, however I always want that form to be at Top=0 (not necessarily in the visible area of the MDIForm). When the forms height is bigger then the MDIform scaleheight then a vertical scroll bar appears within...
  5. OneTJN

    byref error when API expects a pointer to a Byte array

    I am using the API RegQueryValueEx to determine what diectory a user installed my program in. The Variable 'strValue' gets a byref compile error I have defined the variable strvalue as a string and as a byte array neither worked. Here is the code: LocationOfProgram =...
  6. OneTJN

    Create an Install Disk from VB6 Enterprise version

    In both VB5 and VB6 I am talking about the Enterprise version. In VB5 you could create an install disk under the file menu for distribution. In VB6 under the file menu you can only create an executable (not an install disk). Does VB6 Enterprise come with that capability and if so how do I get...
  7. OneTJN

    Changing an ojbects color...required for color blind individuals

    There are certain objects such as the tab control and the slider control that have a fixed gray color. I am trying to find an API function that will allow me to change the color of controls that do not have an associated property such as backcolor to do this. The Tab control has a backcolor but...
  8. OneTJN

    change the color of aTab or slider control

    There are certain objects such as the tab control and the slider control that do not have a backcolor property. I am trying to find an API function that will allow me to change the color of controls that do not have a backcolor property.
  9. OneTJN

    Access 2003 error from VB6

    I use access to build my SQL statements. However, I just ran into a situation were the statement runs fine in access but gives me an error in VB6. The error message paraphrased is 'Microsoft Jet Engine can't find the table'. The error number is 80040e37. I have tried solving this problem in...
  10. OneTJN

    About ActiveTreeView

    I can't seem to display images in Sheridan's Active Tree View. Followed examples...no go. Images are properly stored but don't appear when I run program. I am using their image list and not Microsoft's image list. VB6 "CloseFolder" is key to image. I have also tried using the index number...
  11. OneTJN

    RichtextBox internal format

    I have been trying to find a source for the codes i.e. \b \fs etc that are embedded in the richtextbox text. I would like to do some things that aren't documented (at least that I know of) I.E I would like to set the background color within the text as opposed to setting the foreground color...

Part and Inventory Search

Back
Top