Search results for query: *

  • Users: icic
  • Order by date
  1. I

    Print the contents of a listview control

    Thanks just wondering, is there an easier way to do it? This looks like a lot of code just to print something....
  2. I

    Print the contents of a listview control

    Hello I have a listview control which in "details" view, and I need its contents to be printed when a button is clicked, but I have no idea where to start. Can someone assist me? Thanks!
  3. I

    get resource by string

    Thank you very much!!!!!!
  4. I

    sluggish animated gif

    don't worry, ive got Adobe Photoshop CS which comes with another program called Imageready which does GIFs. It is really good because you have your photoshop image with layers and then for each frame you set which layers are visible.
  5. I

    get resource by string

    Hello I'm not very experienced in VB at all, but I was wondering if there was a way to achieve the following: I have 15 pictures in the resources for my program, named: Picture1.gif Picture2.gif Picture3.gif........ However, I would like for the program to automatically display a certain...
  6. I

    sluggish animated gif

    thanks for your help the gif looks a lot better, and it works better in the exe
  7. I

    sluggish animated gif

    thanks for that if you don't mind, could you tell me what you adjusted (ie what settings on the GIf did you fiddle with?)
  8. I

    sluggish animated gif

    Thanks for the suggestion, but it still seems slow. Any other ideas? attachment: the GIF I am trying to use on my form
  9. I

    sluggish animated gif

    Hi all I have an animated gif in a picture box, but it doesnt play smoothly. The gif is stored as a resource in my project. It is only 350x350 pixels and a couple of seconds long, with about 12 frames - surely this is not too big? Is there a better way I can place the GIF on my form to make...
  10. I

    Forms and making them fullscreen

    in the subject i am doing at school, they are more concerned with actually planning and designing the solution rather than the code used. btw i found the link to the msdn page for the resolution thing...
  11. I

    Forms and making them fullscreen

    sorry, i couldn't be bothered sifting through my browser history to get the url for the page, but from my download history here is the actual file: http://download.microsoft.com/download/8/2/d/82d5ca1d-7174-46f9-a526-b15a8c0b728c/pinvokesamples.msi hope this helps!
  12. I

    Forms and making them fullscreen

    lol, i hate it too. found some nice code on msdn; and i don't have a clue how it works but im using it anyway. it's only for a high school assignment; so it's not like i'm developing this for a proper client or anything
  13. I

    Forms and making them fullscreen

    Thanks for your assistance. What I ended up doing was having a form with a size of 800x600 and it automatically changed the user's screen res so that it appeared fullscreen.
  14. I

    .NET framework question for a n00b

    Hey, I have made a fairly simple sort of program in VB2005. If I want to give it to someone else to use, do I only need to give them the *.exe file? Will they need to download and install the .NET framework for it to run on their Windows XP PC? Thanks
  15. I

    Forms and making them fullscreen

    Thanks for your reply; but is there a way to do this so that the controls will preserve their aspect ratio; ie will stay in proportion? Thanks
  16. I

    Forms and making them fullscreen

    Hi all - this is probably totally the wrong board to post this in; so i do apologise I use (or at least am trying to) VB2005, and have made a simple application. However, when the user clicks on the "maximize" button on the top corner of the title bar, it merely makes the form bigger but the...
Back
Top