Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mezzzo

  1. Mezzzo

    package and deployment files

    Hi I didn`t include the support folder for the winzip self-extractor and the application installed fine. That is on my PC. Do you think the users will have problems because I didn`t include the support folder. Thanks
  2. Mezzzo

    package and deployment files

    Hi I`m creating a self extracting install for a visual basic app. It seems the file size is large. I`m wondering if I can exclude some files. Here`s a list of the package and deployment files 1)Support folder 2)A winzip file named as the exe is named 3)Setup...setup Bootstrap 4)and Setup.lst It...
  3. Mezzzo

    If then with checkbox not working

    Hi Group I had made some changes to this code and added a checkbox as part of a if then statement. When I run the code for the checkbox if then, I can`t seem to get the results to populated in the grid. Am wondering what I`m going wrong. The code in question has a note above it PS what`s the...
  4. Mezzzo

    toolbar icons in bmp format

    Hi Thank. Now I understand how to use the mask feature. That procedure did work fine. It seems some of my icon backgrounds are gray and white. I assume I must find a set of icons with a common background color. Thanks again
  5. Mezzzo

    toolbar icons in bmp format

    Hi Group I am looking for application toolbar icons in bmp format. I am looking for a collection that has a truly transparent background. Many of the icons have a red or white background...this does not work well for the current application. Thanks
  6. Mezzzo

    Activeskin problem ...Can`t skin all forms

    Hi I`m wondering if anyone uses the ActiveSkin control. I`m trying to skin all my forms by opening the theme file location. As it works currently I can only seem to skin the main form. I`m uncertain how to code the control to skin all the forms at once. Option Explicit Private m_oBalloons(0 To...
  7. Mezzzo

    Icon background changes color : Black

    Hi I never did get the loadPicture syntax to work. I did change the images for the toolbar from ico to bmp and so far the problem of a black background has not shown up. Thanks for the help.
  8. Mezzzo

    Icon background changes color : Black

    Thanks for the answer I am a newbie at this... how do I load the icons. I tried this syntax but no luck: ImageList2.Add , "open", LoadPicture(App.Path & "\open.gif")
  9. Mezzzo

    Icon background changes color : Black

    Hi Group When I add icons to the imagelist the icons look fine. Then I close the app and reopen then the background becomes black. I`m thinking that the transparent background of the icons isn`t truely transparent. I might have to remove the background or find images with no background color...
  10. Mezzzo

    Copy worksheet with named formulas

    I checked, it seems none of the formulas change as expected. I named many cells that were part of the formulas. I didn`t set the cells to absolute or relative. I assume it not specified they are relative. In this case are the references a problem? I tried formula auditing on one cell. I see a...
  11. Mezzzo

    Copy worksheet with named formulas

    Hi I have a sheet that I`d like to copy to a new sheet. It seems when I copy the formulas they are not working in the new sheet. Am wondering how to copy all... formatts and formulas. Thanks
  12. Mezzzo

    Can`t reposition controls on page control

    I found the answer. The dbedits were on a panel with no borders.
  13. Mezzzo

    Can`t reposition controls on page control

    Hi I have a page control with a few dbedits on a page. For some reason I can`t reposition the dbedits anywere on the form. I`ve never seen this problem. What could be the problem. Thanks
  14. Mezzzo

    number of times a TButton was clicked

    Hi Towerbase That was a great answer.
  15. Mezzzo

    number of times a TButton was clicked

    I did a search but no luck. How do you count the number of times a TButton was clicked. Thanks

Part and Inventory Search

Back
Top