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!

Search results for query: *

  • Users: elquixiote
  • Content: Threads
  • Order by date
  1. elquixiote

    MS-Excel, MS-Power point under vb6?

    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 ...
  2. elquixiote

    Dealing with diferent screen resolutions

    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 ...
  3. elquixiote

    Image preprocessor

    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...
  4. elquixiote

    Image pre-processor

    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...
  5. elquixiote

    How can I drag a tree leaf?

    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...
  6. elquixiote

    How to change Button captions in MSGBox

    Does any body know how to do that? Thanx... El QUIJOTE
  7. elquixiote

    What's happening with .actualsize property

    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"...
  8. elquixiote

    Please help me, I can't find a thread ...

    I'm looking for a thread that talks about knowing if an instance of a program is running. I've searched in the forum, but I can't find it. Could someone tell me where it is? Thanks ... El quijote ...
  9. elquixiote

    Error trying to read outlook messages from VB6

    Hi!. I'm develping an application to read the inbox messages in outlook. Up to now all is ok, but, (there always a but) I'm getting a type mismatch error when the application reads a declination response message. If I delete it from the inbox my application continues reading the messages. Can...
  10. elquixiote

    Inet commands where to look for them..

    Hi! I'm trying to develop an application that could download files from a site. el Quijote ..
  11. elquixiote

    How to read files in a web-server from local application?

    Hi every body!. I need help about the following issue: I need to read some text files located in a web-server. I think I have to do some connection procedures first, with identification protocols an then start looking in the specific path. Is it possible in VB6 ?. El quijote ...
  12. elquixiote

    How to load the computers name in your net?

    Hi Fellows! I know how to "read" the computer name my program is running on, but what about the computer names on the network. Is there an api I can use to load all the names ?. Thanks for your promptly responses .. El Quijote
  13. elquixiote

    Autosizing Msflexgrid ?

    Hi! I developed the following code to load an ado recordset into a msflexgrid control. It works pretty fine, but the autosizing options does not works completelly well. It fails when the column contains letters like M's and I's or W's or dates. Is there an alternative way to do column...
  14. elquixiote

    Hi! I'm the new kid in the block.

    Is there in the web community some place where I can learn ASP. I'm an experienced programer (since the days we used puncbed cards for Fortran IV and Cobol). I've coded, punched, typed, debugged and finally implemented zillions of line codes in several languages and I'm facing now to learn ASP...
  15. elquixiote

    Is ther a way of setting a new defalult for graphs in MS-Excel

    I spent a lot of time "beautifying" my graphs in excel. Setting fonts, plot area properties, series color, series patterns, etc ... I dislike the ones that are the default; Can someone help me. El Quixiote...
  16. elquixiote

    Problems with picture control

    Hi. I'm using a picture control and it is behaving weird. If i load a picture at design time it works fine. No matter if i minimize the form it remains showed when it is resized; but if i use the pset method to "turn on" some pixels in the pictue I lost the image when the form is minimized and...
  17. elquixiote

    Adding new options to a popup menu from vb6 code

    hi!. I've done some search in the forum trying to found a way to do new options additions to a popup menu in vbcode. Found nothing. Is that posible?. Can anybody help me? Thanks... el Quixiote
  18. elquixiote

    How should I use CommonDialog for selecting a subdirectory name

    I'm using the showopen method to pick a directory put I can't succeed. I want the user picks the subdirectory he wants to put his files in but it's out of my knowledge. Thank you
  19. elquixiote

    Printing rotated text 90 degrees using Printer object !?

    Hi! I'm writing an application that creates a sophisticated report using the Printer Object. Yes, I Know it. It's like constructing the Keops Pyramid. My problem is that I have to put some labels 90 degrees rotated and I'm lost. Is it posible ?. Is there any utility software that could help...
  20. elquixiote

    How to discriminate right from left click button

    Hi! Could some body help me. I'm developing an application that uses the treeview control. Im trying to set an interfase depending on right click/left click from the mouse on the treeview control. Is there a way to do that?. Thanks, el quijote ..

Part and Inventory Search

Back
Top