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
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...
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...
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
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...
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...
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?
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...
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
I am doing a project that allows the user to desgin a VB form the way a VB programmer does it in VB, but how do i create my own selection tool?
I have used a picture box to do it, but problem is the picture box control appears behind all other controls, even if the zorder is set to 0??
Can...
Most of all thanks for the reply, now i have a grided form
but how do i speed up the drawing process, coz i may have dots that are spaced 30 twips apart.
Again thanks :)
I am doing a slection tool that i can drag and size on a form
problem is the control i am using a shape control appears below any other controls on the form? how do i force the Shape control on top of them?
Any help is greatly appreciated
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.