Make A Custom Form?
Jan 28, 2011how can i make a custom form like this? [URL]
View 4 Replieshow can i make a custom form like this? [URL]
View 4 Replieshow I could make a custom form, by setting the FormBorderStyle to None, and making it transpatent without setting the TransparencyKey to a color...
Because when you set the TransparencyKey property to, let's say 121; 121; 121, and it got a button which got the same color on the ForeColor, and then it disapears...
Here's an example of how it looks like when the form is transparent:
[URL]
I wanted to know how you could make your own custom form border style.
View 4 RepliesI'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 RepliesCookies to be stored in folder and on close delete the cookies The ability to watch youtube vids, view images, and play js/flash games good security, no ads?
View 6 RepliesIs it possible to make a "Custom.Custom"? Example:
Custom.Custom1 = "1"
Custom.Custom2 = "2"
and
MessageBox.Show(Custom.Custom2)
Would show "2"
Do you know of any tutorial that could help me make a custom button in vb.net. Because visual studio 2008 doesn't allow you to create buttons in circle or triangular shapes. I've tried searching and found this one but, I cannot make use of it because there are lots of errors.url...
View 1 RepliesHow can I make my own menubar
View 1 RepliesI tried to make a 'custom' tabcontrol such that when I click Button1, panel1 is shown, and when I click Button2, panel2 is shown.But if I have a lot of panels then it'll be very messy when creating the gui at design time.(There'll be many panels overlapping each other.
View 1 Replies I have a background image and i'm trying to make a custom gui for the app, which goes around the image, and of course its an irregular shape, so i thought that i could use the region and so i used several ellipses and the i tried to add a rectangle but the parts that overlap invert the path therefor the part that overlaps is now transparent and not part of the window.
What I would like to do is get some examples of using all the curves, lines... and be able to make one region that is connected with all those paths that are made.
I'm working in a database on vb.net with sqlite wich hosts a gallery and I want expand the search proprieties.[code]...
I want to filter the results also for image ext (table = images.ext) or one or more parameter...for example:
If the user search "cars ext:jpg width>500" the the database returns all images wich has the tag "cars", has the extension jpg and are bigger than 500 px width
I Want To Make A Custom TabControl Like The One In VS2005 OR VS2008[code]...
View 3 RepliesI am working on a custom control and i have it working for the most part, but what i want to do now is, on the form that i put my custom control, i want to fire an event when my custom control gets focus. so what i did was just added an eventPrivate Sub CustCont1_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles CustCont1.GotFocusthe problem is, is that when i put a breakpoint on this line i never hit the breakpoint. is there something special i need to code in my customcontrol to fire the gotfocus and lostfocus events?
View 13 RepliesIs there a way to make custom message boxes and input boxes that are the same way as regular messageboxes? So if I named my custom msgbox CustMsg I could put the code like this.
CustMsg("This is a custom message box",I don't know what to put here,,"Message")
this is the code for my property
Dim _playernumber As Integer
Property Player() As Integer
Get
[code].....
which tool i use for Displaying Visualization and how to make
its must be move Following Music Effect
if I have Picturebox its contain a GIF image:[code]....
it is possible?
I made a custom button to input keypresses:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class KeyInputButton
Inherits System.Windows.Forms.Button
[code].....
i had an installer application around 2 years ago and it was great. it allowed me to make custom windows with my own images very easily. i can for the life of me remember the name of the program..Does anyone have any application they use to make custom installers?
View 5 RepliesWhat I want is to make a custom file with my program. This file we will pretend is called InfiniteMapFile.INMP and the file has no contents therefore we need to add contents. There are 3 pixture boxes and 3 text files. The data for each of these files needs to go into InfiniteMapFile.INMP with the associated names, then later on be taken out if needed. Here is a diagram:
you can see what I mean by putting the files within it, I would have made my file look more like a box, but we're not 5 years old and I'm sure all of you will understand.Just knowing how to combine multiple files in general will help.
here a way in VB2005/2008 to list all the apps in the systray and nothing but them. I can list all the windows by theyre hwnd, but it also shows the taskbar windows and windows not even shown anywhere in windows.So I need to somehow list all the systemtray icons in a listbox.If something's not clear,
View 8 RepliesI want to make my own custom installer without those other stuff. I want the installer to how I made it.I got the layout, directory picker and everything but how can I get the files I want them to install into the program and they click a button so they install to the location.
View 2 RepliesIs it possible to make custom buttons for the forms? I know i can add imaging to the button controls, but if is it possible to really customize the buttons so they look different, like designs instead of blocks?
View 3 RepliesI have some custom controls in a specific project. I want to make these controls available to ALL my projects. How do I do this?
View 5 RepliesI just started my WP7 programming journey. I need to add 2 text lines as an item to the listbox.
View 1 RepliesI need use a collection of differents types, this is:id (long), name (string), type (integer), open (byte) idReg (integer)I would like use it like an array but using the "field" id as key. The only way that i found for do it possible is using a custom class and then a dictionary.This is the custom class:
Public Class frmColeccion
Private m_name As String
Private m_type As Integer
[code]....
How can I go about making text linkable. I do not wish to display the valid url, instead just a filename or word phrase.
As you can see below, I tried inserting a linklabel control into the rtb. but the link label does not anchor to the rtb so that when I scroll it, it remains in the same place.
I would prefer to somehow turn regular text within the rtb into a link and associate it with a url. Then call the sub linkclicked to process the action.
Public Sub MakeLink(ByVal sText As String)
Dim rr1 = Regex.Replace(sText, "<html.*?<h6>Attachments</h6>", "Attachments", RegexOptions.Singleline)
[Code]....
I was wondering if it was possible to make custom message box options. What I mean is, I'm going to have a button that pops up a message box. The message box will say, for example, "What is 10 x 10?" and I want there to be three options, instead of a Yes/No type of thing: "1000", "100", and "20". Is there a way of doing that? Or would I have to create my own message box using some software?
View 7 RepliesHow to do this = =?
View 9 RepliesI am positive it's possible to make a custom listview, like a custom tool or something. I have no idea how to do that though, and I googled it. Any ideas?
View 7 RepliesI have a custom list control, using labels to display content.How can I add a list property to the control so I can inject items into the custom listbox?I know how to make properties for strings etc. but I can't get it to work to make a list property...
View 1 Replies