Search:

Type: Posts; User: sub850

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    479

    Set datareport to show one record

    Hello,

    I would like to set my datareport to show only one record from the access database table to which it has a connection. However, the recordset I am using has already been opened and needs...
  2. Replies
    1
    Views
    565

    Shrink a .jpg file but keep aspect ratio

    hello,

    i was just wondering if there is any way to shrink a jpg and keep the aspect ratio using VB only.

    thanks,
    PJ
  3. thanks, i got it to work. i actually placed all...

    thanks, i got it to work. i actually placed all of the sites i will allow in a list box used a for loop to compare.

    thanks again,
    PJ
  4. that does work, i'm sorry. but what i wanted to...

    that does work, i'm sorry. but what i wanted to also do is restrict it to where the user can access "www.vbworld.com" but not "www.vbworld.com/.....more tex......".

    thanks
  5. thanks, this fixed one of my problems but when i...

    thanks, this fixed one of my problems but when i click on links on the sites, it goes to them. i need it to remain where it was. any suggestions there?

    thanks again
  6. Limit a Web Browser control to a specific set of sites

    hello everyone,

    i need to limit a Web Browser control to only a few sites which i will have contained in a list box as strings. for instance, i would like people to be able to view...
  7. thanks for the help guys. here is what i...

    thanks for the help guys. here is what i eventually came up with. this code basically connects the pixels as you draw them by drawing lines between the 2 points and since they aren't that far apart,...
  8. sorry, when i said "smooth line", i meant "smooth...

    sorry, when i said "smooth line", i meant "smooth curve". i am using the PSet function. i am not sure if that confused you or if i should really be using the line function to draw the signature.
    ...
  9. Help with MouseMove, MouseDown, and MouseUp in picturebox control

    hi, i am having a bit of a problem. i am using the MouseMove, MouseUp and MouseDown events of a picturebox to produce a box in which one can write their name. the only problem i have is that it...
  10. Replies
    0
    Views
    345

    WordCtrl or OLE word object

    hello,

    i am having a problem. i need to use either a Wordctrl or an ole word document object to capture the mouse movement. like if i write my name, i want it to appear in the box exactly as i...
  11. Replies
    7
    Views
    424

    thanks. what do you mean by graphics box? is that...

    thanks. what do you mean by graphics box? is that a control i can access already?
  12. Replies
    7
    Views
    424

    i have had classes in it. they never dealt with...

    i have had classes in it. they never dealt with any visual stuff but i could probably figure it out. why? do you think it would be easier to do in C++?
  13. Replies
    7
    Views
    424

    can you refer me to a place where i can find some...

    can you refer me to a place where i can find some api examples and help on writing them. i have never worked with them before.

    thanks again,
    PJ
  14. Replies
    7
    Views
    424

    Microsoft Word Help

    hello,

    i have a cpu with a touchscreen and the software that allows me to capture written text or drawings exactly how they were written only works in Microsoft Word. the only problem is that i...
  15. ?

    ?
  16. setting the picture property of a datareport's image control at run time

    hello everyone,

    does anyone know if it is possible to set the picture property of an image control on a datareport at run time? if so, how? if not, any idea why and what alternatives there are?...
  17. setting an image on a datareport at run time

    is it possible to set a datareport image's picture property at run time? if so, how?

    thanks in advance,
    PJ
  18. thanks, i understand what you mean, but i don't...

    thanks, i understand what you mean, but i don't know how. would i use an SQL statement or something?

    PJ
  19. ?

    ?
  20. datareport: show only one record, not every record in the database

    is there a way to get a datareport in VB to show only one record. i have the user choose from a list in my program and i want to use that choice to decide which record is displayed. the list contains...
  21. Replies
    4
    Views
    727

    no, i just mean "setting" its focus to a specific...

    no, i just mean "setting" its focus to a specific record so that when i load the data into various textboxes, it is the data of the record chosen by the user.

    thanks
  22. i am not really familiar with the dataenvironment...

    i am not really familiar with the dataenvironment and commands. i am just using a recordset and a datareport. what i would like to do is to print a specific record. like lets say there are five...
  23. just bringing it to the top

    just bringing it to the top
  24. Replies
    4
    Views
    727

    setting a recordset

    i know that you can use SQL to set a recordset when you open it, but i need to open a recordset, perform some operations, and then set it. i am having a problem setting it though. i have the...
  25. Set DataReport to the current record of a recordset

    i was just wondering if there is any way to set the recordsource of a datareport to the current record that a specific recordset is focused on.

    thanks in advance,
    PJ
  26. Replies
    6
    Views
    589

    here is the kicker though. even if i delete all...

    here is the kicker though. even if i delete all of the image boxes in my report, the file stays the same large size as it was with the image boxes.

    any idea how to correct this?

    thanks,
    PJ
  27. Replies
    6
    Views
    589

    it is not the amount of info in the table that i...

    it is not the amount of info in the table that i am changing, it is the amount of pictures in a report i created.
  28. Replies
    6
    Views
    589

    access 2000 .mdb file size

    hello, this question may not be related to basic although it is involved with a vb program i am creating.

    anyway, i have a report in the db and i have about 10 image objects. at first i had them...
  29. Thread: MSPaint?

    by sub850
    Replies
    2
    Views
    457

    MSPaint?

    simple question. is the use of sendkeys the best method to perform things in a paint app? i am currently working with a shelled paint app and i was just wondering what my alternatives are if any.
    ...
  30. Replies
    2
    Views
    410

    problem with killing a file

    it seems that when i kill a file, my VB form disappears. any ideas why?

    thanks, PJ
  31. Replies
    1
    Views
    307

    rename a file but keep the original

    this is related to my last post. does anyone knoe how to rename a file but keep the original file with the old name too. would the best option be to copy and paste the file and then rename the copy?...
  32. Replies
    4
    Views
    484

    thanks, that does work, but i need to use the...

    thanks, that does work, but i need to use the AppActivate command and SendKeys right after i hide it and the AppActivate call keeps failing when i hide it.

    any ideas?

    PJ
  33. Replies
    4
    Views
    484

    shell paint, then hide the app

    hello, i know how to shell ms paint, but i was wondering if it is possible to hide a shelled app. i want to perform stuff through code in paint but i don't want the user to see it. is there maybe a...
  34. Replies
    1
    Views
    732

    pasting from clipboard to mspaint?

    i was just wondering if it is possible to paste anything on the clipboard into mspaint using VB code. i know there is Clipboard.GetData, but does anyone know how to use it. since paint is shelled the...
  35. Replies
    1
    Views
    4,241

    Paste into MS Paint

    does anyone know how to paste anything into MS Paint?

    thanks, PJ
  36. Replies
    2
    Views
    367

    running ms paint

    how would i go about running ms paint so that i may paste into it?

    thanks, PJ
  37. Replies
    1
    Views
    604

    Reference for MS Paint

    does anyone know if there is a reference for MS Paint?

    thanks, PJ
  38. Replies
    6
    Views
    597

    well, i know it is possible to copy the shapes...

    well, i know it is possible to copy the shapes "manually" and then paste them in MSPaint. (by "manually" i mean not using VB code) i just don't know the code to paste anything into a MSPaint app.
    ...
  39. Thread: Pictures....

    by sub850
    Replies
    8
    Views
    715

    i am working on a project for my company in which...

    i am working on a project for my company in which i have to use a notepad cpu which they have purchased. it is equipped with a video camera and software which allows you to take snapshots. i am not...
  40. Replies
    6
    Views
    597

    Lost..........help!

    hello,
    i have a problem. i need to figure out a way to paste MSword shapes into mspaint using VB code. i know how to select them and copy them, but i can't figure out how to paste that copy into...
Results 1 to 40 of 98
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width