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

    MsgBox resource

    Hi, I am writing a custom MsgBox and InputBox with a Form, now what I need is to retrieve the proper captions for the buttons Ok, Cancel, Retry, etc from the system in the proper language of the user. Any idea about how to locate that resource strings? Thanks in advance, Javier
  2. javierbalk

    It is for a genius

    Hi, what I need is to get the Forms collection of the client application that uses my Usercontrol ActiveX (OCX). I mean, when a program uses my OCX, I want to get the reference to the Forms collection of that program from the UserControl. I developed an ActiveX that doesn't require code, but...
  3. javierbalk

    Greek support

    Hello, I have an ActiveX control that I am selling and I have a customer from Greece that told me that he can't display greek text in a label (a label contained in my usercontrol). How can I add this support? Thanks in advance, Javier
  4. javierbalk

    Notify when form is created

    Hi all: I am making an ActiveX control and I need to be notified when a new form is created in the client application. Now I am subclassing the form where my ActiveX control is placed and I found that the WM_WINDOWPOSCHANGING message fires every time a new form appear, and then I look in the...
  5. javierbalk

    Notify when form is created

    Hi all: I am making an ActiveX control and I need to be notified when a new form is created in the client application. Now I am subclassing the form where my ActiveX control is placed and I found that the WM_WINDOWPOSCHANGING message fires every time a new form appear, and then I look in the...
  6. javierbalk

    with and without www prefix

    Hi all: I have a website hosted in a server that has IIS and I have the problem that the site can not be accessed without the www prefix. I want to change that in order to access the site with and without the www prefix, How can I do that? Thanks in advance, Javier
  7. javierbalk

    Ole drop over tray icon

    Hi all: Do you know haw to implement (if possible) to enable drag and drop over a system tray icon in VB? Thanks in advance, Javier
  8. javierbalk

    www prefix

    Hi, I have web a site hosted in a NT server. In this server all the sites must be accessed with the www prefix, and I don't know what to do for making the web sites available without the www. What do I have to do? Thanks in advance, Javier
  9. javierbalk

    b&w bmp from color bmp

    Hi, I need to convert a color bitmap to a black & white bitmap. How can i do that? Thanks, Javier
  10. javierbalk

    under IDE or VB App?

    Hi, i am making an ActiveX UserControl and i need to know when it is running under the VB IDE or under a compiled VB application. How? Thanks, Javier

Part and Inventory Search

Back
Top