Way To Get More Cursor Styles For Controls?
Sep 12, 2009Is there a way to get more cursor styles for my controls? I'm drawing freehand on a picturebox control and would like a pencil
View 2 RepliesIs there a way to get more cursor styles for my controls? I'm drawing freehand on a picturebox control and would like a pencil
View 2 RepliesI have a number of ActiveX controls which make use of consituent controls (edit boxes,combo boxes etc). I'm using these in a VB .Net 2005 project.When I run the application within the IDE, all the ActiveX controls display correctly with the XP visual styles.But when I run the built assembly, the ActiveX controls display without XP visual styles
View 3 RepliesWhere and how do I look for to access the default templates of say for e.g a checkbox, so that I can modify few styles in it.
View 1 RepliesI'm sure I'm doing something wrong because I can't see how the problems I'm having with controls' appearance in Win7 can be normal. When "Enable XP visual styles" is enabled in my application, my progressbars never fill and gridlines don't show in Listviews. Disabling XP visual styles fixes those problems, but then everything looks like Win98 and that's no solution.
[Code]...
I am a student of class 12. I wish to make a vb project on the topic "airline reservation ssystem". I wanted to know how can I get some new controls and styles/skins to make my project look attractive.
View 1 RepliesI am trying to build a NOTEPAD/WORDPAD like application with vb.net on visual studio 2008.
I need an option to define and choose (MsWord, or CSS like) paragraphs styles, such as: "heading1", "green quotes", etc.
how can i make my cursor to jump to the next textbox after i type the digit
View 3 RepliesThis VS010 solution is not providing my intended outcome as a custom override of a 'crosshair' or 'reticle' cursor e.Graphics.DrawPath() is the function that isn't working. This
WORKING solution demonstrates how it's supposed to work. The additonal PictureBox added to a Panel is, for reasons I don't understand, not allowing the 'new' cursor to appear.
Option Explicit On
Option Strict On
Imports System.Drawing
[Code]....
I have a user control, and want to be able to update its cursor while it is disabled. For example, say that I have a user control whose cursor is Default. The below code works ONLY when the user control is already enabled; if it is disabled the below code doesn't work and the cursor remains Default: Me.MY_USER_CONTROL.Cursor = System.Windows.Forms.Cursors.WaitCursor
View 3 RepliesHow can I set the curosr to 'cursor.wait' for the whole display screen and not just for the application form? I have tried "Windows.Forms.Cursor.Current = Cursors.WaitCursor" And several variations but without success.
View 5 RepliesI have a custom cursor that I have as a ico file as cur files are only mono coloured and 32x32.
The only problem in using a ico file is that I can't set where the hot spot is and at the moment it is set in the middle of the icon which is no help
I was looking on the msdn website and it said to set the hotspot like this
Dim instance As Cursor
Dim value As Point
value = instance.HotSpot But I don't know how to set the point value to (0,54) which is where I want the hotspot to be located.
i've been developing a usercontrol that uses a listbox with ownerdraw on. I need each element of the listbox to be expandable and thus - I need to draw an expand/collapse button ( [+]/[-] ) on each element. I've been using the Win32 DrawFrameControl function but it doesn't support XP styles apparently. So, the question is:Is there a way to make the DrawFrameControl API function draw elements using XP visual styles or should I use different API function? Is there some native .NET Framework functionality for something like this?
View 1 Repliesi have 2 Combo boxes[_cmbxFontName, _cmbxStyleName] i can load all installed fonts into _cmbxFontName. but i could not load Fonts Style. if i select a Font Name in _cmbxFontName then the other _cmbxstyleName combobox wants to load it's Styles [Regular,Normal,Bold,Italic......]. i know all fonts has different styles but how can i found and load its....
View 1 RepliesI need to start Windows Forms Application with a startup object that it is not a form (is a Start Sub, so i can instantiate several components, prepare all structures without any form loaded, etc). Problem is since i had unchecked "Enable Application framework" i had XP visual styles disabled also; and all graphical elements look a lot like a vb4 app running in windows 98. Any suggestion how to enable XP visual styles in this scenario?
View 1 RepliesIs there anyway to add custom styles to a tabcontrol? Like the tabs themselves I want to have a different background to the normal one. Just so I can style it to look nice
View 1 Replieshow to disable XP visual styles in VB?I unticked "Enable XP visual styles", but application still has XP visual style. I want to achieve that application will be in Windows Classic color scheme look. Basically the same what you can do in windows settings, but that`s for entire windows and I want it for my application only and default on every computer, where application will be installed.
View 3 Repliesi have just switched to VS 2008 from 2005. On every web page I create, CSS styles are being automatically generated and added to every control on the page ... this is driving me crazy. Is my setup wrong? And, more importantly, how do I stop this very annoying event?
View 3 RepliesSo, to set the body style for a webpage, I can just sayWebBrowser1.Document.Body.Style = stylexBut let's say I set "stylex" equal to "background-color:red;". That will set the background color red but ONLY to websites that do not have a background color already set.ike Google's isn't set so it'd work, but other websites it is set and it won't let me change the background color. So how could I override their style with mine?
View 1 Repliesi want to use a custom visual style what is this one on deviantart on my vb.net form how do i make it work?
View 3 RepliesIs it possible to change the format of the progress bar so that the style can be changed for example change the color of the bar itself, or even the background to it.
View 4 RepliesI am creating an application that needs to have a similar style to the office package. on a quick way to implement my project to have this style? or does it all need to be done manually?
View 1 RepliesHow do you change the desktop wallpaper and visual styles using vb.net?
View 7 RepliesI have buttons throughout my program and most are dynamic. How do I assign a specific batch of qualities to them... like I want all my buttons to be 100,100 and flat appearance, etc.... Is there a way to assign all these attributes (attributesA) and then when I create this button, say give it all those attributes?
View 4 RepliesI need to make a program that can disable visual styles in windows 7.I also need to know how to enable it again.
View 8 RepliesI have an element that I'm trying to style:
<tr runat="server" id="row" >
...
</tr>
And I set the style programmatically:
row.Attributes("style") = "background: #cccccc;"
I get this output:
<tr id="SearchResults_myRepeaterPlain_ctl04_row" style="background: rgb(204, 204, 204) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
Where is all that additional style information coming from, and How can I stop it?
I have a rtb and I need the user to be able to switch between bullet styles. How would i do this. I can not figure this out, i do not even see a bullet style properties.
View 4 RepliesIf I want to set my Font I can use new Font=("Times New Roman", 12, Drawing.FontStyle.Bold)Instead of Bold, I can use Italic, Regular or Underline
View 1 RepliesI have a WPF window appliaction that I would like to build the functionality to have a dynamic style (font family, weight, size, etc) that is stored in a SQL database allowing a user to specify the type of style to use on control's such as ListView's and labels, etcI have started defining styles in the Application.XAML file and am not sure if this is the best approach to achieve a dynamic style.
View 1 Repliesadd custom Visual Styles to .net 2010 form?
View 1 RepliesHow do I combine fontstyle.bold with fontstyle.Italic? I tried simply adding them together but no go.
Dim MyFont as New Font ("courier new",12,FontStyle.Bold + FontStyle.Italic)
Evidently font styles are not constants.