Hi! is there a way to run ms-excel or any other ms application under (inside) a vb6 form. Something like the functionality deployed by ms-explorer ?
El quijote ...
Hi! is there a way to deal with text sizes so your text can fit in your screen regardless the screen resolution the user is using.
thanks ...
El quijote ...
Thanks fellows for your promtly responses.
I think I didn't expose my problem properly. When I'm taking about pre-processing I'm refering to do some about image sizes on the client-side out of web environment, and about standar sizes I'm refering to one to three set of images dimensions...
Hi fellowes! Happy new year.
I'm developing a website and I want to upload images. My problem is about image sizes. I don't want the user has to know about sizes, so I have to upload images in standar sizes. I think I could achieve this preprocessing images before uploading. Any hint about how...
Hi fellowes! Happy new year.
I'm developing a website and I want to upload images. My problem is about image sizes. I don't want the user has to know about sizes, so I have to upload images in standar sizes. I think I could achieve this preprocessing images before uploading. Any hint about how...
Thanks for your response vladk, but it's not the
functionality I'm looking for.
I tried your code and it works only if
I move the mouse over the form. It doesn't
work if the mouse moves over other controls...
I'll keep looking...
Thanks
El quijote
I have already solved a similar problem but instead a treeview control I had list control.
Private Sub List1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Dim dy As Integer
dy = TextHeight("A")
Label5.Caption = List1.ListIndex & " " & List1.Text...
Does anybody know why the actualsize property returns
the double of the real size of the field in the record ?
Dim i As Integer
Dim adoConn As ADODB.Connection
Dim userRSet As ADODB.Recordset
Set adoConn = New ADODB.Connection
adoConn.Open "dsn=db_criser", "admin", "criser"...
I think I could use that instruction, but I'm looking for a way that can test if an instance of an application is running from another application, not from the same application something like:
if applicationisrunning("otherappl.exe") then
do nothing
else
startapplication("otherappl.exe"...
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.