Search:

Type: Posts; User: D43x

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,361

    Re: MISSING - MS AvtiveX Data Object 2.5 Library

    Thanks that's solved a few things that I didn't realise were being caused by it being out of date.
  2. Replies
    37
    Views
    4,777

    Re: populating the combobox

    Thanks guys (Radjesh and Si) - I'll let you know how I get on. :) Looking forward to the tutorial and the Find thing...

    "'as you are filling it yourself, why do this?"

    ...well Si the idea is to...
  3. Replies
    3
    Views
    2,361

    MISSING - MS AvtiveX Data Object 2.5 Library

    Can I download the MS ActiveX Data Object 2.5 Library?

    Using vb6, I only have MS ActiveX Data Object 2.1 Library installed.

    Is it a dll?
  4. Replies
    37
    Views
    4,777

    Re: populating the combobox

    Could there be something else missing (or in the wrong order) as placing the "set rs." before the ".Open" still gives an error.

    I've moved the lines about that often I don't know which error...
  5. Replies
    7
    Views
    747

    Re: Editting / Printing a grid. Which?

    Thanks Rob, I'll check it out.

    Got a link pnish?
  6. Replies
    7
    Views
    747

    Editting / Printing a grid. Which?

    After using a mixture of grids in VB I haven't found one which can do what I want.

    Here's what I'd like to do and can't find a single grid that can acheive all these in the same form.


    ...
  7. Replies
    37
    Views
    4,777

    Re: populating the combobox

    Hack - "conn" part of connString var.
    Klauke - thanks you solved one error, but now the same line give this error...

    "Runtime 91 - Object variable or With block variable not set".

    Is the...
  8. Replies
    37
    Views
    4,777

    Re: populating the combobox

    Here's how it looks now, but have a new error (below)...

    Private Sub Form_Load()
    Dim con As ADODB.Connection
    Dim ConnString As String

    ConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data...
  9. Replies
    37
    Views
    4,777

    Re: populating the combobox

    Private Sub Form_Load()
    Set con = New Connection
    Set rs = New Recordset
    Set com = New Command
    rs.CursorLocation = adUseServer
    rs.LockType = adLockOptimistic
    rs.CursorType = adOpenDynamic
    ...
  10. Replies
    37
    Views
    4,777

    Re: populating the combobox

    I'm attempting something virtually identical except wanting to populate a ListBox not a Combo and i keep getting the error 'Invalid use of New Keyword"


    Set con = New Connection


    Im using vb6...
  11. Replies
    6
    Views
    484

    Re: [RESOLVED] Compatibilty

    [QUOTE=si_the_geek]Ahem... on every MS "VB Express" page (including the download page) it states that it is "Visual Basic 2005 Express Edition". ;)

    [snip]
    Fair enough, but I was replying to...
  12. Thread: noob help plz

    by D43x
    Replies
    22
    Views
    1,145

    Re: noob help plz

    Not a prog, no, just html code in the metatags, i.e.

    <meta http-equiv="Refresh" content="5; URL=./www.mysite.net">

    That's off the top of my head so it may not work correctly...
  13. Replies
    5
    Views
    495

    Re: Printing Apex FlexiGrid problem

    I managed to get 60 rows per page in my MSHF Grid. 8point Ariel with narrow headers/footers.
  14. Replies
    6
    Views
    484

    Re: Compatibilty

    I do know what I downloaded, as it states in my post, I downloaded "VB Express", or at least that's all the link stated.

    However that's irrelevent as I'm now using VB6.
  15. Replies
    5
    Views
    495

    Re: Printing Apex FlexiGrid problem

    I guess I'll just have to use the MSHFlexGrid with...


    Printer.PaintPicture MSHF.Picture, 500, 700
    Printer.EndDoc
  16. Replies
    17
    Views
    49,847

    Re: VB - Write (directly) to an MSFlexGrid

    Well it makes a difference when it seems by default an MSFlexGrid is read only, and you can't actually place the cursor in a cell !
  17. Thread: noob help plz

    by D43x
    Replies
    22
    Views
    1,145

    Re: noob help plz

    You can generate page hits without using vb. :-)
  18. Replies
    9
    Views
    1,055

    Re: [RESOLVED] MsgBox Alarm format

    I'm confused. You say you're not "referring to" me by replying to my post, and then tell me to mark the thread as "resolved" when it already is. :rolleyes:

    P.S. How do you know the newbies learn...
  19. Replies
    9
    Views
    1,055

    Re: [RESOLVED] MsgBox Alarm format

    How is using the default names making it more complex?

    I'm not saying using standard as such as 'cmd', 'str', or 'int' is wrong, but for a few lines of code for a MsgBox I thing you're getting...
  20. Replies
    19
    Views
    1,627

    Re: VB6 Reference URL for beginners ?

    Do us a favour bully - don't tell me what I "must" do. Thanks.
  21. Replies
    9
    Views
    1,055

    Re: MsgBox Alarm format

    I usually leave names the same as the defaults so it's obvious as everyone knows what Text1 or Data1 etc is. As for code "looking better..."

    The important thing is to achieve the apps goal using...
  22. Replies
    5
    Views
    446

    Re: [RESOLVED] Funky buttons

    If images are used for buttons how does code make them look depressed? Is it all in the graphic or does vb do something in code and treat them like its native buttons??
  23. Replies
    37
    Views
    2,218

    Re: VB6 Project, want constructive critisism..

    http://www.smileypad.com/v10/Cache/Happy/Crowd-Grin.gif
  24. Replies
    17
    Views
    49,847

    Re: VB - Write (directly) to an MSFlexGrid

    Which grid would you recommend for both printing and editing? Using vb6.

    And considering the title of this thread is it possible to write "indirectly" to an MS FlexGrid? (Or MSH FlexGrid).
  25. Replies
    9
    Views
    1,055

    Re: MsgBox Alarm format

    Thanks - sorted! Forgot the &amp;!

    I think I added the quotes on Text3 because of same error to see if that sorted it.

    Thanks again.
  26. Replies
    9
    Views
    1,055

    [RESOLVED] MsgBox Alarm format

    I'm getting a "Type Mismatch" below. Can anyone tell my why. Thanks.
    It's for an alarm.

    Label1 is the Time.
    Text1 is user entered alarm time.
    Text3 is a user entered txt string

    It works with...
  27. Replies
    19
    Views
    1,627

    Re: VB6 Reference URL for beginners ?

    Yes I read the link, but as a newbie, the code doesn't really mean much to me being a newbie. I need context as not all "explainations" are that obvious to newbies.
  28. Replies
    18
    Views
    1,268

    Re: Do you fancy a challenge?

    Hi PM-86

    I'll help if I can - I'm learning too. I think this place can be a bit anal. Email me.
  29. Replies
    19
    Views
    1,627

    Re: VB6 Reference URL for beginners ?

    Thanks for pointing me to the link in your sig regarding the things I can do with FlexGrid but is there any chance of answering my specific question relating to EDITING the cells of an MS or MSH...
  30. Replies
    19
    Views
    1,627

    Re: VB6 Reference URL for beginners ?

    Thanks guys.

    Just a quick question about MSH FlexGrids.
    At MSDN is states that they are not editable if bound to a Data Cntrl. So does that mean if not bound and using code (as there's no...
  31. Replies
    3
    Views
    479

    Re: URL within Program

    Here's a little example I put together after trying to work out the issue I mentioned above. Seems I was not doing it elegantly.

    It's for clickable EMAIL and WEBSITE links within a form.

    Create...
  32. Replies
    3
    Views
    479

    Re: URL within Program

    Here's what I've used although the email version seems wrong as it first open the web browser then email client, but neither if I the word "explorer" is removed. Maybe someone else can explain that?...
  33. Re: How to Drag n Drop an image onto a form.

    Well so far I've just attempted to drag it from my desktop.
  34. Replies
    5
    Views
    495

    Re: Printing Apex FlexiGrid problem

    Hi David - can you tell me what the code is for this? Never done this before. Thanks.

    I have 7 cols and 100+ rows. Landscape.
  35. [RESOLVED] How to Drag n Drop an image onto a form.

    I'd like to Drag n Drop an image onto a form - can someone explain how to do this please.

    I've tried a combination of Picture Box / Image, and various Propeties setting, but it doesn't seem to...
  36. Replies
    5
    Views
    495

    Printing Apex FlexiGrid problem

    I'm attempting to print an Apex FlexiGrid VB6 and although I don't see any errors, the print preview (and paper) appear blank.
    I'm using the following from a menu on the FlexiGrid form...

    ...
  37. Replies
    16
    Views
    1,314

    Re: Zoom In/Out versus Magnify

    I just got around to trying this BR even tho I marked this topic as Resolved.
    Anyway, I get an error when I cut and paste you code into a blank for with just a PictureBox and a cmd button.

    Here's...
  38. Replies
    16
    Views
    1,314

    Re: Zoom In/Out versus Magnify

    OK - I haven't tried Rhino's code to check out what / how it worked, so thanks for commenting the relevent lines.
  39. Replies
    16
    Views
    1,314

    Re: Zoom In/Out versus Magnify

    Thanks everyone, 'specially Moeur n Rhino B. Instead of the - /+ 100 twips horizontally/vertically, how would I stretch proportionally?

    No it's not my girlfriend Moeur... she's my wife.

    PS....
  40. Replies
    16
    Views
    1,314

    [RESOLVED] Zoom In/Out versus Magnify

    See attached zip file for working(-ish) example.

    I'm following a tutorial about ZOOMING which is supposed to zoom in/out of an image using a PictureBox.
    However all that seems to be happening is...
Results 1 to 40 of 56
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width