VB - Skin Theme Creator ?
Jan 17, 2010Does anyone here know any Visual Basic 2008 Skinner? I want to style my application, so that it just wont look like traditional windows forms.To aim is not enough. You must hit.
View 5 RepliesDoes anyone here know any Visual Basic 2008 Skinner? I want to style my application, so that it just wont look like traditional windows forms.To aim is not enough. You must hit.
View 5 RepliesI have a theme called 'Zune' on my computer, and like the way it looks.Is there a way too, make the program use the 'Zune' theme..even if the computer itself is using the default xxxx theme?I can simulate it by doing the graphics, but to make the program border less, then to do the move code when they click on the image box...etc... makes it for tedious work.
If I could somehow make the program use the theme..
Is there any way to get the creator of a file using vb8? Can't seem to find anything that will work. I need to find the creator of each file in a directory of hundreds of files.
View 1 RepliesThis application uses a mixture of html web request and string editing to get the code for a tinyurl link.
View 1 RepliesI am creating a program that I want to show when the user types a shortcut on the keyboard.The thing is, I want the user to be able to custom create the shortcut on the form.As an example, if you right-mouse-click on a shortcut on the desktop and select properties, and select the shortcut tab, you can create a custom key stroke to run that shortcut. I want that textbox on my form.I have everything working accept for ctrl+shift+E and a few others. For some reason just a handful won't work.Here is the code I have:
Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
If e.KeyCode = Keys.ControlKey Then
[code].....
How would I go about programming a Midi Creator?
View 2 RepliesIm Working On A messageBox creator And Im kinda stuck On this Problem:
Ok I want to Make a Radiobutton AndOnce I click It It makes The Option Like This:
Ok Like I want It To Like when I check A radiobutton And then Press button1 It will Show a Message box With
The Button option (ok and Cancel) This Is my Code Below:
CODE:
Yea And When I put this In Button1 And Test My Program and Check The Radiobutton and Clcik Button1 It Doesnt Show The Cancel Button option
This Is How My Program Looks So far:
I am making a CSS layout creator. You can create reziable/dragable sqares. And when you press a button it get the css code for it. How would i get the locations and size of each box? And then spit that all out in a rich text box?
View 22 RepliesIs there anyway you can send information back to the original creator of the program? Here is a quick example- I made a little program that gives you general information about your computer, when you click a button it sets the text box to specific information. One of the text boxes gives you the Version of your OS. I would like to know if there is a way to send the information in that text box back to me when someone clicks it and they are connected to the internet. FYI I would tell the person who clicks it before so that I am not stealing information, plus what is there to steal from a simple program I made.
View 2 Repliesi have one quetion maybe some of you know codejock skinframework witch allows you to apply a skin to your vb6 application and i thought about asking is there a way applying a xp/vista theme to an vb .net application i dont want to use xp style if you think like that i mean downloading a skin and applying it only to my application? is that possible in vb .net
View 2 RepliesHow would I be able to encorporate an ini file that is full of this...
<?xml version="1.0" encoding="UTF-8"?>
<IpceloynProject CompactMode="1">
<ThemeInfo Caption="Common">
<Class Name="Documentation">
[code]....
i bought a program for mapping family trees called GenoPro, this program lets me map trees and publish reports on them, problem is the default skins for the reports don't do what i need. so heres the deal, i know a little VB from a 2 college courses i took, but not enough to make sense of this code.
Code:
'===========================================================
' Subroutines to generate the page
[code]....
Does anybody know a way to skin a form for free ?
View 7 RepliesI'm wondering how can I use .mssstyles to skin my application? I tried "USkin", but it's outdated and don't work with 2008.
View 2 RepliesHow do you apply a new skin for the embedded windows media player? I want to make my own skin, but how would I apply it?
View 1 RepliesHow to use theme in vbwhat's codeOr what's step to use themeI don't know anything about itonly 3 days i have to send my program
View 3 RepliesIs there a way to like apply or skin a vb.net form?
View 1 Repliesit's possible to skin the tooltip window so it looks like:
Attachment 78788
Instead of the yellow box or the balloon like it does now?
I don't know much about skin. I want to apply common format for text box or labels or grid-view in my project. Is it possible by applying Skin to project. I searched on internet.so what i have to do to complete this task?
View 1 RepliesI create one application using vb .net and vs 2010 in which windows media player is exists. But the player is not looks like media player 12 ve3rsion. It looks like media player 9 version. How to change the appearance or skin of media player
View 2 RepliesHow to apply different skins to windows form in vb.net. if any one knows code or link then reply me soon.
View 1 RepliesI tried to skin my application and failed. I can get it to work if I don�t have semi transparent pixels on the outside of my form. But I want to use a skin I found on Deviant art that was made for Miranda. It is really nice but and it has a shadow around it. To get it to work in vb.net (I�m using 2005 btw) I have to fill around the main picture and take out the initializing (I think that is what it is called). But then the form�s edges are choppy. How does Miranda allow the shadows but I can�t in vb.net?
I first tried to do it the easy way. I set up some transparent panels with transparent pictureboxes in them and put my corners and middle fills as the backgrounds. I made the form with no border and set the transparent key to transparent. That didn�t work, so I made the form magenta and the transparent key magenta. The outside of the for where the shadow is was drawn on the magenta and the magenta bled through. So I edited the png�s to be magenta all around the form (eliminating the shadows) and it worked, but the corners were choppy.
Then tried some code I found on the net that tried to make a new control as a transparent panel. It was overriding the paint events and drawing to an off screen bitmap. I really didn't understand it and it just showed up as a blank screen. There has to be a way to do this.
I was thinking of making a custom skin for my application. I looked into Aero like application like this one. But wait a problem it will not work on XP So my question is do you know were i can get free and good looking GUI. Or can i make the aero work some how on XP.
View 7 RepliesI really wanted aqua skin (Mac OS X) for my forms at Visual Basic 2010.I found a site called SkinSoft which offers an installation for a componentfor them that skins over the form to make it Mac OS Xish.Now, they say that - Visual Basic/ C# Express users will have to manuallyadd the item into their toolboxes - "Choose items", and from the list choosethe AquaSkin component or whatever name it is, but I couldn't find it in mine.
View 2 Replieshow can i change the skin of the form in visual basic 2008 .
View 1 RepliesHow to make stylish form in VB.Net?I am working on Final year project for graduation. Project on a "Service center" of a Mobile company. how to make project more beautiful or easy user interface.
Programming language: VB.Net (2008)
Database: SQL Sever
I'm new to programming so I would like to know if is there any tutorial about how to make a custom skin for VB .Net 2008 and apply it to a form!?
View 10 RepliesI'm currently working on this .Net/WPF project. I'm trying to get the method to check to see if a skin file exists before applying. I have feeling that my address formatting my be wrong....
Dim lobjSPEConfigService As SPEConfigurationService = New SPEConfigurationService
Dim lobjSkinFilePath As String = CStr(lobjSPEConfigService.GetApplicationSetting("SkinFileLocation", GetType(String)))
If String.IsNullOrEmpty(lobjSkinFilePath) Then
lobjSkinFilePath = "/SPE.Infrastructure.UI/Application/Resources/Skins/LightSkin"
[Code] .....
The file is being referenced thourgh the project...
I saw other program can use theme in their program , they don't care theme of windows.Can i add theme to my program?but care theme of OS
View 14 RepliesIs there a way to see if the user is using Windows 7.If yes, can we change their theme when the Form loads, and change it back when it closes?
View 2 Replies