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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by granni

  1. granni

    Retreiving PR_SOURCE_KEY

    Does anyone noe how do i get the PR_SOURCE_KEY property from Exchange? Is there some API call or anything in CDO? Thanks a mil. In Christ Jesus
  2. granni

    Copy without overridding existing columns

    Does anyone noe how to programmatically create columns? I'm trying to copy fields from 1 table to another, @ the same time creating some new columns in the target table. Thanks :) In Christ Jesus
  3. granni

    DHTMLSafe Control help using

    I am currently parsing HTML and JSP files into the MS DHTMLSafe control. There seems to be a particular problem: I am passing this DHTMLSafe control(its a visible ActiveX control) into my Classes, but i get "Method DOM of object IDHTMLSafe failed", err.number is -2147418133 BUT if i...
  4. granni

    How to use Document Object Model

    How do i use the DOM model? can anyone help? I have a HTML page w/ some controls and JSP code on it, i need to store it in a VB DOM variable, and retreive the individual controls and the jsp, save their properties into a database, then retreive them and recreate that HTML page Any help no...
  5. granni

    How to reference the UserControl inside same project

    Thanks firstly for the help, but there is a slight problem, i am using a collection of the Class u mention, u see i bind one Class to each control on the UserControl. Unless i can declare an array withevents, i cant go on this road In Christ
  6. granni

    How to reference the UserControl inside same project

    I am doing an ActiveX, some of the code i need to put in a basic module and a class, these are all in the same project But i cannot access the UserControl object in inside the module and class In a normal project to get a Form in a class, i just use the Form's name, but in this ActiveX project...
  7. granni

    Trapping Events for runtime created controls

    Thanks man for the sugeestion, i using it now Thanks again :> In Christ
  8. granni

    Ignoring Keypress in textbox and combobox

    Thanks alot Jeff, i really appreciated the help In Christ
  9. granni

    Ignoring Keypress in textbox and combobox

    i have some textbox and combobox that i allow the user to delete at runtime by pressing the DEL key, problem is the keypress are processed after the control has been deleted from the controls collection(i believe) thats why my app just crashes out Does anyone know how to try the keypresses...
  10. granni

    Create a VB IDE at runtime

    yes thanks alot though, i figured that by now so i looking at alternatives thanks again
  11. granni

    Trapping Events for runtime created controls

    i have controls created at runtime using Me.Controls.Add("VB.CommandButton","CommandNew",me) Now i have a piece of VB code in a string variable e.g. "Msgbox Hello", how do i place this string behind the Click event of this new button? Can anyone help?
  12. granni

    Create a VB IDE at runtime

    First of all thanks Jeff the suggestion :) i have also thought of the add in part, but that would require my user to have VB 6.0 installed. I am looking into the area where i may be able to create a new VB IDE object based on the VBIDE class. I will not be providing the full functionality as...
  13. granni

    Create a VB IDE at runtime

    Can anyone help me on this, I need a program that allows the user to create a VB Form and the controls on it the way a programmer does it in the VB IDE. How do i go about recreating the VB IDE in my own VB project? I need to show also the code panes just like in the VB IDE
  14. granni

    Programmatically creating a Class Module

    Hi VB400, i noticed ur post here, but the code that Vince posted dosent work? can u help me?, my email is cquek77@yahoo.com
  15. granni

    How to create my own VB like selection tool

    thanks my email is cquek77@yahoo.com

Part and Inventory Search

Back
Top