Use Custom Cursors For Application?

Oct 1, 2009

How do you use custom cursors for your application?

View 1 Replies


ADVERTISEMENT

Change Form Cursors To Custom Cursors?

Dec 16, 2009

I want to change my form Cursors to custom Cursors I add a Cursor file in my project but i don't know how can i change the Cursor.I'm using VS 2005 .net Professional.

View 1 Replies

Class To Produce Custom Cursors - Memory?

Jan 18, 2012

For my applications I created a class to produce custom cursors. One of them is a waitcursor with a percentage in it. It has several backgrounds each one with a filled circle on it and they are positioned in a circle it self (a bit like the java wait thingy). Since I put it in my application I started to get errors at different places in my code, but all related to some memmory problems.

[Code]...

View 1 Replies

Datagridview Selection Via Cursors?

Feb 15, 2012

I have a vb net program that shows a datagridview which pulls data from a mySQL database. When the user clicks on a row (I am checking for a 'cellclick' event), a text box is filled with data from a hidden column in the datagridview. This works fine and runs without error, BUT...When I use the cursor keys to move the selection up or down, the row highlight changes, but doesn't update the text box. I realise that this is because I am looking for a 'cellclick' event, but I don't know how to look for cursor keys as well.

Please could someone tell me what event I should be looking for to capture input via both mouse click and cursor. I have changed the program so it updates the second dgv on 'selectionchanged' but this crashes at run time with an InvalidCastException.Alternatively, is it possible to stop the user using the cursor keys?

View 5 Replies

(Q)Collecting The Cursors Position, And Moving It?

Nov 14, 2009

I'm working on an app, this is my third or fourth, but this one is throwing me for a loop(I'm in no way trained in VB btw...)Here's a pic of the app:

The whole point is to use the "<" & ">" buttons to move the cursor left and right. When you do, it highlights a single character as it moves. Then, once you select a color button, it adds a special character BEFORE the highlighter character.

Ex: Help = He^6lp ^6 being one of the colors.

I don't even know where to start

View 14 Replies

Cursors (.cur) Only Render In Black And White - How To Make Them Color

Jun 5, 2009

I am using the cursor converter to set both

dim cCon as cursorconverter = new cursorconverter
me.cursor = cursorconverter.ConvertFrom(myCursor.cur)

and

windows.forms.cursor.current = cursorconverter.ConvertFrom(myCursor.cur)

the reason for setting both is that otherwise the cursor will not always have the desired appearance. I know that cursors can be rendered in color, like 3D-Bronze, windows animated, hands and variations.

View 9 Replies

Find Current Positions Of Cursors In A Textbox Or Listbox?

Jun 18, 2010

How to find current positions of cursors in any textbox or listbox?

View 1 Replies

Get Cursors From Executable Files, And Then Convert To System.Drawing.Icon?

Dec 3, 2010

How do you get the cursors in an executable file? Like how to extract all cursors from a .exe, .dll, .ocx, .cpl or .src file, and then convert to an System.Drawing.Icon...

View 2 Replies

Create Custom Database In Windows Application - Double Click Custom Database File?

Jul 21, 2006

With VB.net, I'm coding a simple application to get more used to the new .Net format.

I'd like to save all the information to a 'new' database file. how to create a database on the fly, once that is done i'll be able to connect to it no problem, but actually creating the file is proving difficult to work/find out.

Also, with vb.net and the newly created custom file, how can it be made to automatically open that information with the program?

Is there a method in installation to associate the file type with the new program? How can i check when the program loads if a database file has been 'double-clicked' (rather than just running from the .exe of the program) and proceed to load the data?

EDIT1 - Extra InfoThe windows application has many different fields and content etc, then i need to save that to a file that could later be loaded by 'double clicking'. I assumed the easiest way would be to create a mini-database for each unique file

View 3 Replies

When The Mouse Cursors Hovers Over An Item In The First Column, All The Subitems Of That Line Disappear?

Jun 10, 2009

I have little Problem with my ListView. When the mouse cursors hovers over an item in the first column, all the subitems of that line dissapear. If I click in it, they eppear agein. Also, they appear, if I hover the mouse over each of them.This my code for DrawSubItem-Event. I don't have implemented a DrawItem-Event because that made it even worse.

Private Sub lvResult_DrawSubItem(ByVal sender As Object, ByVal e As System.Windows.Forms.DrawListViewSubItemEventArgs) Handles lvResult.DrawSubItem
Dim sf As New StringFormat()[code].....

View 1 Replies

Add A Custom File Type To An Application?

Feb 3, 2010

i want to add a custom file type to my application For Example

somefile.dlh

the file type is a .DLH file how would i add this to my application so that it can read it ... like it would say a text file or something?

View 3 Replies

Asp.net - Storing A Custom Object In A Web Application

Jun 14, 2012

I am at a new company and I am building a wizard for a web app, (.Net/4.0). The user goes to a few separate screens during the wizard process and must return to the original screen before completion of the wizard. This is different from how they normally do this. But this is how it is TO BE DONE.

One option is to store the result of each panel in the main screen in the DB. So then, when the user leaves & redirects back. I could check for a querystring then call a datareader and populate original values appropriately.

[Code]...

View 2 Replies

Create A Custom FTP Server For An Application?

Jun 10, 2010

As i am trying to create a custom FTP server for an application i've been reading up on this for a while. One part of the problem is obviously the multi threading issue.Now i know that the synclock command will lock an object to the thread that requested it's lock, however in an example on the internet i found the following construction and i am wondering why he would do this.

Code:Private Sub ProcessClient( NewClient As Client )Call SendMessage( "530 Acces Denied", NewClient.ControlSocket) more codeEnd Sub Private Sub SendMessage(ByVal message As String, ByVal ToSocket as Socket)Dim CurrentThread As Thread = Thread.CurrentThread SyncLock CurrentThreadToSocket.Send(Message)End SyncLockEnd Sub Now ProcessClient is a thread that is trying to do some stuff with a newly connected client and SendMessage is just a sub in the same class as where the thread was created. Now normally one would synclock a "syncobject" however here he calls a sub and then from that sub he synclocks to the thread that called it. I wonder what the use of that is and why he does it this way?

I have removed the synclock statement and as I expected it functions exactle the same as it does with it. I tested it with multiple users at the same time trying to connect to it.

View 2 Replies

Display Custom Cursor In WPF Application?

May 3, 2011

I have a set of cursors (.cur files) that I want to use with my WPF/VB.net application, without changing the cursors system-wide. I am assuming that I would somehow use each WPF object's "cursor" property, but I'm not sure how to use my own cursors.

View 3 Replies

Does Anyone Have Any Application They Use To Make Custom Installers

Jul 28, 2011

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 Replies

Something Like Application Life That Allows Custom Forms To Be Used?

Jan 5, 2012

IM not looking for clink once. Do to its not customizable. What im looking for is something like App Life but that allows custom forms to be used. Or even a tutorial on how to run an update the program. Such as a patch if you will. Does any one know a free program that allows this?

View 3 Replies

Approach Custom Invoice Application Using Word?

Jun 8, 2010

Here at my company we have an Access application that allows users to create documents based on invoices that are in Great Plains. Documents such as invoices, packing lists, export documentation, etc., etc.This application is very old and very hard to maintain so we're doing a rewrite and I've chosen this project to be my first Visual Basic .NET project.

View 5 Replies

Creating A Custom Documentation Application Using Word And .NET?

Jun 9, 2010

Here at my company we have an Access application that allows users to create documents based on invoices that are in Great Plains, an accounting program. Documents such as invoices, packing lists, export documentation, etc., etc.This application is very old and very hard to maintain so we're doing a rewrite and I've chosen this project to be my first Visual Basic .NET project.Basically what the application is going to do is allow users to do the following:

Pull up invoice information and then add some secondary information such as comments and the like Choose which documents they want to print out Open the documents and then allow the user to edit the documents That last part is the tricky part. The users right now create these documents out of Access and print to a PDF and then edit the PDF with comments that can be specific to the document and customer. If they didn't have to do that, then I could just used canned reports or something.

What I am thinking of doing is creating Word templates with text boxes and inside those text boxes adding addressable bookmarks. When the user goes to print the documents, open Word, populate the bookmarks from the database (SQL Server) and then that will let them draw text boxes and fill them with whatever they want before they print the documents and then they can save them.

Here's the code I worked out to do this (of course the final result will be much more complex):

Public Const wdPageBreak = 7
Dim oWord As Word.Application
Dim oDoc As Word.Document

[code]....

View 1 Replies

Custom DateTimePicker Value Isn't Saved In Application Settings

Nov 24, 2011

I want to save a Custom DateTimePicker.Value in my Application Settings. The custom format is : dd/MM/yyyy hh:mm:ss, instead of dd/MM/yyyy The field i've created in the application settings parameters is LASTSAVE (DATE / APPLICATION)

When I try to link in the ApplicationSettings/PropertyBinding ... VALUE with my field LASTSAVE, i have an error :

The Value '01/01/0001 00:00:00' is not valid for 'Value'. 'Value' mustbe ... 'MinDate' et 'MaxDate'.

Name of the parameter : Value

I then entered the MIN and MAX date in the properties of my control DATETIMEPICKER.
I have also put into the properties Value a start date like 23/11/2011 12:00:00 ;

However, when i retry to link in the ApplicationSettings/PropertyBinding ... value to LASTSAVE / I have the same error (The Value '01/01/0001 00:00:00' is not valid for 'Value'. ). I've saved all, do a process that put a value in the datetimepicker.value, but it's not saved, cause not linked.

View 1 Replies

Develop Custom Query Builder In Application?

Aug 12, 2011

I want to develop select query builder in my vb.net application. If user write the "select query" in a richtext box that query will be executed and the result will be displayed in a grid view. Any one send the Sample Application for this

View 1 Replies

Implement Custom Character Encoding Into An Application?

Feb 20, 2012

I was wondering how to implement a custom character set for use by an application, i.e. hex bytes that are read by the program then converted and displayed in the window. If this requires first converting the bytes in a file to an already implemented character set, I'm cool with it - I'll go with whatever works or works best. I'm writing with VB.NET 2010, and running Windows 7 Home Premium x64, by the way.

View 2 Replies

Save One Of Custom Types To The Application Settings?

Mar 9, 2011

(using VB.Net 2008) I am trying to save one of my custom types to the application settings. I've read a variety of opinions on the internet about whether this possible.

When creating an app setting, none of my types appear when browsing. However, previously I needed to save off one of my datasets, and it worked simply by hand-entering it as the setting type (ie, I just typed "MyProjectName.DatasetName"). However, when I try the same trick with another custom type that isn't a dataset, I get a "type was not found" error. So I'm a little confused, can the program "find" some custom types and not others?

View 5 Replies

VS 2005 : Set Custom Date Format For Whole Application?

Apr 25, 2009

I want to set my custom date format for whole desktop application. whatever the system date format settings are, My application should be able to use my own given date format and it should not be effected by system date format changes.

View 4 Replies

VS 2008 - Making A Custom Skin For My Application

Mar 8, 2010

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 Replies

Accessing A Custom Help File For ACCESS 2007 Application

Oct 31, 2008

I developed a custom help system for my ACCESS 2007 application using Help Workshop. I wish to open this .chm file by a command button on a form but does anyone know how to do that?

View 9 Replies

Custom Single-Instance Application - Read-only Cache

Mar 14, 2011

I'm trying to build a single-instance application, but not in the traditional sence. Instead of a simple silent prevention of launching a second application, I want it to send a message to said application so it launches a second mainform in my original process.

(I want some read-only cache (language, style,...) shared, and a few sources like local settings shared, but other then that all resources reside in the mainforms and act as seperate applications.)

(I'm not looking for specific code, more for hints/tips and/or general directions, more specificaly on what parameters do you check process equality, and what method do you use to pass the message? Windows Messages? Sockets? ...)

View 11 Replies

Implement Custom User-roles In Windows Application

Apr 21, 2010

I am looking for ways to implement custom user-roles in windows application with vb.net. I got a database table called Roles with Administrator and User entries. User cannot see some of the form data. In ASP.NET MVC we can do like.

[Authorize(Roles = "Administrator")]
public function GetAccount() as Array

End Function

View 1 Replies

Create Custom Uninstaller Which Asks For A Password During Uninstallation Of The Application

Jun 5, 2011

i have created an application in vb.net and now i want to create custom uninstaller which asks for a password during uninstallation of the application. if password is correct, then start the uninstallation process else exit the process of uninstalation. i always used clickonce deployment type installation and so i dont know how to create a custom uninstaller like i said.

View 2 Replies

Create Custom Control Such As A Menu For Windows Forms Application Using Program?

Nov 14, 2011

I've search the net in order to create a custom control but nothing I find is worth looking at, The main thing I want to do is create a skinengin via DLL and import it in my vb 2010 then using or creating some sort of skin builder where I can create a full setting file which contains all the details of the customization regarding the Form(Look, Feel and the controls such as a menu), I have used Iriskin and multiple apps doing this for me and when a user installs my application they still recieve a message about buying the registered DLL file, I would like to create it completely from scratch.

View 2 Replies

Create A Custom Messagebox, With Varying Number Of Buttons With Custom .Text Descriptions?

Feb 6, 2009

This is what I would like to achieve:To create a custom messagebox, with varying number of buttons with custom .Text descriptions, and other features. I intended to have a property array that would be redim-ed and have values (.Text values) set by the calling class:

[code]...

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved