Search results for query: *

  • Users: gcollins
  • Content: Threads
  • Order by date
  1. G

    Question How to deactivate my account

    I got a email wishing me a happy birthday (Thank You). But this reminded me of this account on this site. I have not used this forum in years and don't require it anymore and would like to deactivate my account. How do I do this?
  2. G

    Minimize, Close, etc. form with no border

    I have created a form with no border, but by doing this it doesn't allow me to right click the program in the taskbar to minimize or close. How do I get a menu to come up when the user right clicks the application in the taskbar and give the them the options to minimize, restore, exit, etc..
  3. G

    ListView Sort by Number, why not?

    If I have a list of files labled by number windows shows them in the right order. How come this doesn't work for ListView? ex. 1 to 19 List view goes like this: 1 10 11 12 13 14 15 16 17 18 19 2 3 4 5 6 7 8 9 I know it's because 10 to 19 begin with 1, but is there a way to change this...
  4. G

    Specified Module cannot be found?

    Back Again, Wish I had more than a week to write this program(sigh, got 2 days left) Here is my problem: I created an application (runs off of CD) that looks in a directory and displays it in a listview. Depending on what file is clicked an action is taken. I get the following error when...
  5. G

    Saving Flash?

    Well with the help of users in this forum I was able to now view my flash file within my program. But know I can't figure out how to save it. When a user clicks on my flash file it opens up in a new form for them to view it. What I want to do now is allow them to click a save button to save it...
  6. G

    Adding Flash Object

    I am trying to add the Shockwave flash object to a form when I do so I get the following error: "Failed to import the ActiveX control. Please ensure it is properly registered" How do I register this control and what do I need to do so? I am using Visual Basic 2005 Express Edition Newbie
  7. G

    Resize Image to fit on paper for print

    Hi, Newbie here, I got my print function working so that it will take an image from a picture box and print it. But the problem I am having is that the original image is larger than the paper size. I found this thread http://www.vbdotnetforums.com/showthread.php?t=12605&highlight=printing...
  8. G

    Open window on top

    Hello, New to this forum and can't wait, as a begginner I believe I will have lots of posts and lots to learn. So here is the first one: I am trying to open another form from my main one but I can't seem to get it to open on top. Code: frm_imageViewer.pict_imageDisplay.Image =...
Back
Top