Skinning Forms and controls -
Hi all,
I am playing around with Active Skin, which makes it very easy to apply ready made skins to forms, including buttons, frames etc.
One problem is that not all controls are supported, just those the author has made a skin for.
Is it possible to write a procedure that would loop through all controls to apply skins ?
I would particularly like to skin the SSTab strip and a DataGrid which are not included in a standard skin.
Failing that...does anyone know had to add these controls and skin them using the Active Skin Builder ?
Cheers
Jack
[2005] Skinning applications, without external tools -
I have googled all the different ways of searching for tutorials on skinning in Visual Basic .NET but I cannot seem to find anything interesting. All I get back is freeware/shareware skinning applications that "enhance" your programs. The only problem there is that I do not w
Skinning VS 2005 -
Hello everyone I was wondering where one would begin in learning how to create custom controls and skinning or applying themes to the standard controls. I figure GDI+ is what all the cool kids are doing but I don't know where to begin.
Skinning Tutorials -
Can Anybody Direct Me To Information On Skinning In C++ using API only ??? Perferably the same way Winamp does its skinning or something similiar, any help would be appreciated.
Thanx for any help.
AAG
Skinning Forms and controls -
Hi all,
I am playing around with Active Skin, which makes it very easy to apply ready made skins to forms, including buttons, frames etc.
One problem is that not all controls are supported, just those the author has made a skin for.
Is it possible to write a procedure that wou
Help with a skinning project -
Has anyone tried this code off of psc png skinning ? If anyone has time to d/l this and try it out it is really fascinating. I just need an idea on how to draw controls on this. You can still click the button even though it is not visible.
Skinning... -
hmmm...hi all, I have a VB app and I want to skin it. Anybody have ideas how I could start with. I want all the controls inside the forms and the form backgroud to be covered with any bitmap image that will be loaded. All help are most welcomed.
thanx.
How do they do this Skinning User drawn controls -
Below is a picture of WSFTP Pro.
How do they make their interface look like this?
Is this skinning? User drawn controls?
Notice the tabs are blue and yellow. Button are nice and rounded etc...
I also notice they have the rebar control which isn't availabe in vb.net.
Very XPis
Skinning: Using a png to skin transparency -
I have posted this in the classic vb forum but had no luck so ill try here.
Has anyone tried this code off of psc png skinning ? If anyone has time to d/l this and try it out it is really fascinating. I just need an idea on how to draw controls on this. You can still click the butt
Skinning your program -
Does anyone know a good and FREE way of skinning your program, is there a good, free API or Program? Or is there a way to do this by pure code and images?
I've found a program called ActiveSkin but it costs 99 bucks! And I don't make a lot of money (I'm only 16), so is there a free wa
skinning the form and controls.. -
Hello guys!
I wanna know how do you skin the form and controls. I don't want any activex control. It need the source code for it.
I will appreciate
Is it possible to skin the Tabstrip control -
Well.. I've been able to put images on most of the controls, but controls like the tabstrip don't have a DC .. so I'm not sure how to go about skinning it.
Any Suggestions?
vb skin -
Are there any freeware or open-source only vb 6 skinning controls that supports menus?
web forms controls r invisibe at runtime -
hi guys
i've been a vb programmer for many years and i just started learning ASP.Net. but at the begining one problem:
when i use the "web forms" controls for example the textbox on the web form and i run it in IE. they become invisible but when i use the HTML contorls inst
vbAccelerator Skinning -
I'm using the skinning dll found on vbAccelerator to try to skin my project, but when I tried to modify things, I found a huge mess.
Is anyone familiar with this that could help me?
Applying WinXp skins to custom controls -
Hi,
I was wondering if it's possible to apply WinXp skinning to custom controls, I don't know too much about modifying custom controls - I can WinXp skin my application fine but because of my limited knowledge of custom controls I am not sure how to apply the skins to it.
My appl
ActiveX or Forms Controls in Excel -
Is there any real difference between the ActiveX and Forms controls in Excel? (I'm using Excel 97).
ActiveX seems to have a few more controls (e.g. textbox) plus a large list of other things that you could use if you want. They also seem to have their VBA code embedded in the worksh
Subclassing Guru's Please Help Skin & Form Docking won't work together -
I'm using VBAccellerators NeoCaption Skinning DLL and I'm also trying to use Magnetic Forms Docking Module with it. They both use subclassing. So far, I have been unable to get them to work together.
I've attached a test project with the Magnetic Forms code module included and a re
Loop through all forms and controls -
Im working on a project and i have lots of Forms and controls and i would like to loop through all of them and set properties. The problem is, i know how to do it with all the controls in a form but id like to loop through all the forms and controls in the project.
Any ideas?
Tha
skinning in vb [like activeskin] -
I used activeskin's trial version of their control for a while and although I like it, it isn't free and it is a pain to get set up.
By simply giving the control a path to a skin file and the form that you want to skin's hWnd it will skin the form and all of the controls on it (all
Where to get free skinning control for VB -
Hi,
I have decided to provide skining facility for my VB applications, although I would like to restrict myself to toolbar buttons, menus and some of the basic VB controls.
Is there any OCX file or code that can do this ???
thanks
arunb
[*Resolved] innerHtml not for web forms controls -
Is that only for serverside html controls? are there any web forms controls that have that property also?
Converting VB5 controls to VB6 controls -
Hi,
does anybody know how to make an "old" VB project use VB6 controls instead of VB5 controls (I mean for example: how to use MScomctl.ocx instead of Comctl32.ocx)? I need this without having to re-design all the forms (I can't change components if they're used in some forms
skinning a menu bar -
I created an application and I am skinning that application. I can skin buttons and form. The problem occurs when I try to skin a menu bar. How would I do that.The picture of the form and the code is attatched.
Changing backcolor on all controls. -
I can't figure it out. Please help me. I would like the user to be able to change the backcolor of all forms and controls (i.e., command buttons, labels, etc.) by selecting a color from the Common Dialog control (ShowColor). frmMain has a menu option to change the forms' backcolor and
many forms with many controls -
I have 8 forms with 300 controls each. Some are only labels but they are on there. is there an alternative? The foms are overloaded and the users have to scroll down to see more controls. This causes missed optons when they don't scroll down. What are my best options to cover this
skinning the window (just a start) -
I want to know about some tutorials that show you how to paint the non-client area of a window and some controls.
I know there is reference for some messages in MSDN, but I want to read at least one example or tutorial to give me an idea of it.
skinning....need a lil coding help... -
im creating a skinning engine for a project and i need a lil bit of help.....
i thought about using picture boxs but they dont support transparence properly....im going to be loading a set of bitmaps on to the form, which has no borders...im thinking im gonna need to create a custom
Looping through controls & forms -
When i loop through all the controls on a form using a for each loop, is the order consistant, providing the number of controls are constant?
Also, how would i loop through all forms in a program (may or may not be MDIChild/MDI forms?
It goes without saying that i'm thankfull for
Skinning -
Active Skin
Style Skin
VB Skinner
All good in there own way, apart from you have to pay extraodinary amounts of cash to license them. The point is, does anybody know any good free skinning components that:
Are Free!
New skins can be made
I have searched through Google and
Skinning Applications -
Reading this thread and while I was thinking of what he ment, I got to thinking... how exactly could you make your application skinnable?
I was thinking of giving buttons, and other things images to load instead of the normal, put the iamges into 1 folder and consider it a style, th
[2005] DGV.Controls.Count not reporting correct number of controls -
I have several forms containing datagridviews (DGV). I'm trying to write an auditing routine so as to capture before and after changes in the DGV where I save the changes to an audit table.
I have successfully accomplished the auditing on forms that do not have a DGV; however, I'm
Question - Should I use multiple forms -
I have a simple question. I am creating a program, and the GUI can be setup in one of two ways.
1. One form with a sub to resize the form, and make the proper controls visible.
or
2. Multiple forms with a specific purpose. (About 7)
A little info on how the controls are arr
Revert Back To System Color! -
I am sort of skinning a Form. Users can change the look of the Form by clicking menu items. Apart from the different skinning options, I did like to give users the option to revert back to the system color. How do I implement that?
Thanks,
Arpan
Load all forms with code -
Hi Team
I have an app that uses Data controls and they are spread across 40 odd forms and they are not named consistently. The problem is that they are set to use Access 97. To get the app to work with Access 2000 I need I need to open each form, find the Data controls and reset the
opacity on forms with controls -
Hi,
I´m having trouble controlling the opacity of my forms or controls. As long as I don´t put any controls on my forms, the opacity works.
I also don´t understand the setting that says that a color appears transparent on the form. It doesn´t.
I would like to have a form w
Skinning SSTab -
How can you skin a SSTab control? All of my forms have some type of cool background until you get to the SSTab control on the main form and it then is totally "out of place" with the other forms.
I need to add an image as a background to the SSTab control, how can this be
mdi forms resizing by themselves -
Why do all my mdi child forms automatically resize to what they want them to?
i can get around this by setting the sizes on form_load but i am using a resize control to resize all the controls and i get incorrect results. ( the controls are not sized correctly, not the resize contro
Removing third party controls from multiple forms -
Hi there,
I posted yesterday about a strange focus problem with a project I am working on. The problem eventually boiled down to being an issue with a very old (VB3 era) 3rd party control on the form.
I'm now looking into how much work would be required to ditch all the third par
Resizing Window -
Hai,
How do i resize my forms and controls in Visual basic, to fit to different screen resokutions. My forms and controls get disttorted when the resolution changes.
Script language in VB -
I want to make a program that can decipher a very limited script language. To do that, I need to be able to access the program's internals, using a string instead of a name.
I can access the forms using their index number:
*Forms.Count
*Forms.Item(Number)
Forms(Number)
I c