CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Probie

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    1,063

    Re: Picture box with text help please

    dglienna, you have to be the smartest person I have ever met. You amaze me with your programming abilities.
    I may not be very bright when it comes to programming, but I may be able to help you if...
  2. Replies
    11
    Views
    1,063

    Re: Picture box with text help please

    Found it, and added to the prev. post......thanks.
  3. Replies
    11
    Views
    1,063

    Re: Picture box with text help please

    No need to apologize, dglienna. I can see where this would be a benifit to those who do not like to do homework.
    My AutoDraw is set to true.
    Here is the code for this form.....I do not see a place...
  4. Replies
    11
    Views
    1,063

    Re: Picture box with text help please

    dglienna, I hate to have to inform you of this.... but this is not homework...I am 50 years old. This is a program am I am trying to write that deals with accident reconstruction. I figured I would...
  5. Replies
    11
    Views
    1,063

    [RESOLVED] Picture box with text help please

    Need the skill of the pros here on this one. I have on my form a Command button, 4 textboxes and 2 picture boxs. I am try to get the program to figure out this equation, print the results in Picture1...
  6. Replies
    5
    Views
    848

    Re: checkbox control

    Okay .....thanks I will give it a try and see how I make out.
  7. Replies
    5
    Views
    848

    Re: checkbox control

    Yes, I know acces tables has one built in......but I am accessing my database through VB6 so it would have to be done from the form.
    Any ideas I do not even know where to start.
  8. Replies
    5
    Views
    848

    checkbox control

    Hi, can someone tell me if there is a way to add a checkbox control to a form that has a database that when you click the checkbox control it will remember your location in the recordset so that when...
  9. Replies
    9
    Views
    974

    Re: Detect & Repair

    OKay I downloaded the MDAC 2.8 and it installed, but when I look in components I do not see it. What now, or am I not looking in the right place?
    Sorry for being such a bonehead.
  10. Replies
    9
    Views
    974

    Re: error message in database setup

    Thanks dglienna,

    Here is what I have now:


    Dim MyData As ADODB.Connection
    Set MyData = New ADODB.Connection

    MyData.Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data...
  11. Replies
    9
    Views
    974

    Re: error message in database setup

    Thanks dglienna and hensa22,

    dglienna I do not have Microsoft.Jet.OLEDB.4.0 I have 3.51 and when I tried to change the code to 3.51 and run it I get and error with this line:


    adoRec.Open...
  12. Replies
    9
    Views
    974

    error message in database setup

    Why do I get an error on the bold area of this. Thank you.
  13. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    Well dglienna, as I said not the brightest bulb.......Thanks for your assisstance in this matter. Maybe I have just bit off more than I can handle. ~ Thanks again.
  14. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    Still no success with this problem.
  15. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    Okay I did what you said but I never found anything. I have added the zip file below, maybe you can see what is wrong. As I said, I am not the brightest bulb on the tree. ~ Probie

    Thanks dglienna,...
  16. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    Okay I tried this again but only a different way.
    I have a folder saved with all the images in it. It is called ItemPhotos

    I have a form with textboxes:
    txtFilelds(0)
    txtFields(1)

    An...
  17. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    Okay, I will give it a try, but do not hold your breath. I really do not understand this stuff at all. ~ Probie
  18. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    dglienna, I am sorry I do not know what you mean. Maybe I have bit off more than I can chew. All I tried to do was make a program to store photos of my furniture on a cd so I could open the program...
  19. Replies
    12
    Views
    1,426

    Re: listbox and image load problem

    Hi dglienna, let me start by thanking you for your assisstance in this matter.

    Okay I changed the text.txt to image.dat to save the images there, I was saving all the text there as well but then...
  20. Replies
    12
    Views
    1,426

    listbox and image load problem

    Yes, I am back for the help of the experts on this site.
    I have finally built my first database with msaccess 97 now I have a problem with not knowing how to link items on my form.

    I have a form...
  21. Thread: image

    by Probie
    Replies
    2
    Views
    568

    Re: image

    tazo......that worked like a charm.....thank you very much for your help, it is really appreciated.
    I also removed the On Error Goto that you suggested. Thanks again ~ Probie
  22. Thread: image

    by Probie
    Replies
    2
    Views
    568

    image

    I have an image box labled image1 that I can not get to work. Here is the code I have for it.
    I have the settings at: Picture = none
    Stretch = true
    ...
  23. Thread: cd

    by Probie
    Replies
    14
    Views
    1,970

    Re: cd

    BytePtr......WOW.....works perfectly. Thank you so much, no more having to shut down and reboot to open the door.

    I really do appreciate all the help from everybody here, what you people do is...
  24. Thread: cd

    by Probie
    Replies
    14
    Views
    1,970

    Re: cd

    Hi everyone, let me start by saying thanks for all your efforts.

    First the AutoFix.ex comes up with the following message:



    Second:
  25. Thread: cd

    by Probie
    Replies
    14
    Views
    1,970

    Re: cd

    No, but it did work in his pc, so we replaced the cable in my pc and reinstalled it worked okay when we first started the pc but then after that it stopped again.
Results 1 to 25 of 56
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured