Kindly give me the attractive look for my form named frmmain which is attached with this.
Printable View
Kindly give me the attractive look for my form named frmmain which is attached with this.
Welcome to VBForums.com :)
I didn't understand what you mean by this...???Quote:
Kindly give me the attractive look for my form named frmmain which is attached with this.
You are asking for designing..huh...??? :)
Try using Photoshop, if you wish to develop some background image... I mean interface...
If you wanted to use colourful CommandButtons, then try using prjChameleon.ocx. It will give you many nice looking colourful buttons...
http://www.ocxdump.com/download-ocx-.../download.html
If you wish to add some Flash animations, then try to use the ShockwaveFlash object... eg. for displaying animation of phone ringing , etc...
[QUOTE=Mir Mehdi;3655397]Kindly give me the attractive look for my form named frmmain which is attached with this post.It is the main form of my project "Interactive Voice Response banking System".Can u help me in its better look?
Peace upon You
Welcome Brother
Look !
before :
After :
Download Your Example :wave:
doesnt support toolbox..! nah can anyone help me please?
What does that mean...???Quote:
doesnt support toolbox..! nah can anyone help me please?
http://i660.photobucket.com/albums/u...yinterface.jpg
This was created using Photoshop (background) :)
i mean the post of progmmantation,when i download the provided link on his post and test it and then i discover that the skin doesn't support toolbar...can anyone help me please?,i love the skin but the problem is when i try'd to apply a toolbar in the form and insert a button with a icon and when i run it,the button's with images doesnt display..
That I don't know... :) I never used that before... I think Programmation will answer it..
No brothers its working with tool bar very good , but its can not working with a tool bar button which has a icon
i mean remove the tool bar button icon its will working well
try then tel me
Good luck
oh yeah i see.you bit right it's working in applying a toolbar but it seems not to be fit on what i was seeking for [toolbar with icons..]....but although i was having a trouble on it...that skin is awesome and i love it..thanks for sharing programmantation
I made the background(including the text) using Photoshop(then exported as JPEG) and the buttons used are prjChameleon buttons.... :)
dear Programmation,
I like your code very much. Do you have other Interfaces execpt Office 2007 ? or how can i get other interfaces from Net ?
ahm nah..i guess the skin youve share on us programmantation is for the IDE right? coz when i compiled my program into an exe the skin disappear..
The ocx file included needs to be registered... Or copy it in the same folder of EXE
is the ocx have expired date...coz it said something like "you dont have the license to use this"..
So, you have to buy the control... More details are available in the link:
http://www.codejock.com/downloads/
http://www.codejock.com/downloads/sa...rinterface.asp
ai damn...no thank you..i though it was for free,,nah for me now that skin is ugly hehehe coz its not free...bleh :-p
Did you check the links posted in post no. #14 ?
Well you have to spend something to make something worth while, that is what I always say!!
yes i been checked the links posted in #14,but they are not fit on what i was looking for..TY
Then try something like what I posted in post no. #17.. :)
Or switch to the dot net version... I think there are many user interface designing tools available with that... like, Microsoft Expressions Tools (an example is Nokia PC Suite v7 Interface)..
Good luck :thumb:
hello brother,
you can use the microsoft theme styles Like Luna .. etc
you can get the MSStyles From this path :
C:\Windows\Resources\Theme
but some of msstyles not working !
and this is a very good 14 style for you and all of them working very good
this is a three style from them for example
http://www3.0zz0.com/2009/10/19/06/983706548.jpg
http://www3.0zz0.com/2009/10/19/07/464517515.jpg
http://www3.0zz0.com/2009/10/19/07/574738027.jpg
Download the 14 Styles from Here
but when you using the msstyles you will use this extension for the styles :
.msstyles
for example :
You welcome brother :wave:Code:SkinFramework1.LoadSkin App.Path + "/Luna.msstyles", ""
SkinFramework1.ApplyWindow hWnd
SkinFramework1.ApplyOptions = frmAddItem.SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics
I think there is something you should see... Check this link:
http://www.codejock.com/products/nfr_license.asp
It is NFR License (Not For Sale)... You can use them for demonstration purpose, but not for commercial purpose...
hey i had error about this code
How to use skinframework?or add itCode:SkinFramework1.LoadSkin App.Path + "/Luna.msstyles", ""
SkinFramework1.ApplyWindow hWnd
SkinFramework1.ApplyOptions = frmAddItem.SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics
Code:SkinFramework1.LoadSkin App.Path & "\Luna.msstyles", ""
what's components i have to add?
this is my code
errorCode:SkinFramework1.LoadSkin(Application.StartupPath + "/Luna.msstyles", "")
SkinFramework1.ApplyWindow(hWnd)
SkinFramework1.ApplyOptions = frmAddItem.SkinFramework1.ApplyOptions Or xtpSkinApplyMetrics
SkinFramework1 is not declared
hwnd is not declared
xtpSkinApplyMetrics is not declared
How to add component? Go to Project -> Add component -> and then?
Sorry, I thought, you have that OCX file... :D
You have to get the dll or ocx file from their website (it is not free. but their sample file contains a trial version...).
I had posted the links(from where you can download the samples) in one of the above posts(post #23).... :wave:
HAHAH...for those who have trouble in using skinframework,here's my help:first you must have the OCX or DLL of skinframework if you dont have then download it here http://www.4shared.com/file/13523905...ativeSkin.html ,after you have the OCX browse it by right cliking the tool box then hit components or by just pressing ctrl+t and apply it by clicking on the icon of the ocx and apply it to the forms that you want to be skinned and the last one is put those code on the form and done...
please rate my post coz i am run out of reputation..
After downloading it, copy it to the system folder(System32). Then use Run (Start menu --> Run), and type regsvr32 filenameofocxfile, so that it will be registered. Then, goto the components and add it to the form... :wave:
Example:
Code:regsvr32 Codejock.SkinFramework.v12.1.1.ocx
copy every file to system32 then run regsvr32 Codejock.SkinFramework.v12.1.1.ocx
i get message "DllRegisterServer in Codejock.skin.framework.v12.1.1.ocx Succeeded"
and in project -> Add Component -> what?(Sorry i don't know about Component)
Select Project menu then Components. A new window will appear. From the list, select CodeJock Skinframework (tick mark it)... And press OK... Now Toolbox contains a new tool... Add it to your form... :wave: