Make Floating Mini Toolbar?
Jan 7, 2010How can I make a floating toolbar (like the font toolbar that appears when highlighting text in Word 2007)?
I would like it to appear at a given point when mouse is clicked.
How can I make a floating toolbar (like the font toolbar that appears when highlighting text in Word 2007)?
I would like it to appear at a given point when mouse is clicked.
How can I make a floating toolbar (like the font toolbar that appears when highlighting text in Word 2007)?
I would like it to appear at a given point when mouse is clicked.
How to implement a floating toolbar in the desktop form that can be placed anywhere in the form and also tell me if this can be called by other form other than actual form implementing it to display to the user for some common purpose.
View 5 RepliesI've two forms Form1 and Form2, I want to add container(*) in form2 having toolstrip(Toolbar) and later want to display that container(containing toolstrip) in Form1, that enable the user to use toolstrip to execute needed actions written in form2.
[Code]...
creating a mini mp3 library and a mini mp3 player?
1. With the library, should I use a database or how would I create a file holding Title, Artiste, Filepath to MP3 file.
2. With the player, is there a built in mp3 feature in Visual Basic Express Edition 2008?
I want to make a mini browser for my IT department. I want to have buttons that will load internal websites and log in. I understand how to load th epage but have no clue how to pass the log-in information.
View 3 Replies[code] how to make the part that drops down semi-transparent or completely transparent resembling floating text. So that I can see the form underneath.
View 1 RepliesI am looking for how to implement a toolbar similar to the one used here when you add a new question, this toolbar should format the text entered in my text box and allow me to make it Bold, Italic, choose size and fond and highlights, colors as well...One important thing, I want one that is both supported on firefox and IE, discountasp.net offers one which is only supported by IE.
View 3 Repliesi have form with RichTextbox i need to make formatting toolbar like word toolbar but in simple way like photo:
View 2 RepliesI wrote a VB.NET windows service and I'd like to know if there is some library or something that will provide me with a very simple mini web server. If my service is running, I'd just like to be able to type, in my browser:
[URL]
And have a status page popup. It will only be one single page and very simple html. Anyone know an easy way to do this before I attempt it on my own and over-engineer?
Would it be an easy task to convert MINI-BASIC, written using MASM, on over to VB.NET?Here is the Yahoo Groups page for MINI-BASIC: [URL] MINI-BASIC is a modern variation on the old Tiny BASIC language from 1976.
View 17 RepliesI have created a application that I have installed on the user computer. However, I want the application to be self-updating. But I am not sure if this would really update the application.The application will download all the files from the web server, and replace the files in the directory where the program as been installed to. The user will restart the application.I am just want to be sure, because I can't replace the installed files with the updated ones. As the application will be running. So really the application cannot delete/replace itself
View 5 Repliesi am taking on some new program ideas! And my first one ist to make a mini vb devoloper i already have a html editor but i would like to make one like .net with the tabs solution exsplore and controls and maybe visual designer if possible. If you know of any ways of doing please let me know i am desprate.
View 1 RepliesI'm making a WPF form that has a large map as an Image in a ScrollViewer. It also has a mini-version of the map as another image. I want to make it possible to click the mini-version of the map to scroll the big version to a certain area of the map. So I need to do the following:
1. When moving the mouse over the mini-map change the mouse cursor to a square with the appropriate size to indicate what part of the map will be shown.
2. Scroll the big map to the appropriate section when the mini-map is clicked.
I tried a mini encryption with the modulus operator but now I can't DECRYPT what I encrypt.How do I use the modulus operator to decrypt this:
Public Class Encryption
Private Sub btnEncrypt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEncrypt.Click
'Encrypt digits entered by user[code]......
I just got finished writing a mini on screen keyboard for the xp login screen.Does anyone know if this will be easily possible with Vista, or 7 ?If not, what are the hitches?
I was beta testing 7 until recently, so I don't want to waste time re-installing it for no reason.
i am a student of b-tech i want a ppt for my mini project i.e. web browser using vb.net .
View 4 RepliesI'm writing a program that will be searching files for the user and I need to find a good method to do so. Obviously it will need to filter the search to try to get the best result possible.
View 6 RepliesI need to read data from a GPS logger that plugs into a computer using mini USB.
I need to do this with C# but ive never used C# before so i am completely clueless.
I dont need code right now though the first thing i need to do is just recognise what processes this task consists of. What method is used what are the things i need to do.
I really need it explaining in as simple terms as possible ive tried searching the net for it for hours but terminology is so complicated and im so clueless i dont think i would recognise the correct information if it hit me in the face.
Bit of a long shot but does anyone know if it is possible (I said possible, not easy ) to create a file system mini filter driver in .NET? I'm assuming not but I don't really know of any technical reason why... just that every single example on the interwebs is C++.
I realise it would take me a very long time just to convert all of the functions and structures required to .NET before I even got started on the actual functionality of the filter driver itself but theoretically is it possible?
i want to add a new floating rectangle with an image inside it to my form when i click on a button control and then use a timer control to move it in a straight line across the Form. the problems I'm having are:
1) Drawing and filling the RectangleF on the screen.
2) Animating/moving it from X1,Y1 to X2,Y2
3) Triggering the Drawing and movement with a Button Control
I use IrfanView for screen capture.After activating it (making it ready) it is necessary to use Ctrl & F11 to invoke the actual screen capture selector.how I may achieve a "Floating Key" which would act in the same way as the Ctrl & F11 combination?
View 4 RepliesI have an old fashion Database with several random access files and I need to import the data to a new Sql Server dababase the data. There are tables with 6 Bytes floating numbers fields and we have no Number data type with that length in VB. I tried and tried and... and can't find. I found this code in the ERP folder, is AlphaBasic. It use an envoirement namend A-shell from Microsabio .
[Code]...
How to determine when floating point limitations will cause errors in your calculations. For example the following code.
CalculateTotalTax = function (TaxRate, TaxFreePrice) {
return ((parseFloat(TaxFreePrice) / 100) * parseFloat(TaxRate)).toFixed(4);
};
I have been unable to input any two values that have caused for me an incorrect result for this method. If I remove the toFixed(4) I can infact see where the calculations start to lose accuracy (somewhere around the 6th decimal place). Having said that though, my understanding of floats is that even small numbers can sometimes fail to be represented or have I misunderstood and can 4 decimal places (for example) always be represented accurately.
MSDN explains floats as such... This means they cannot hold an exact representation of any quantity that is not a binary fraction (of the form k / (2 ^ n) where k and n are integers). Now I assume this applies to all floats (inlcuding those used in javascript). How can one determine if any specific method will be vulnerable to errors in floating point operations, at what precision will those errors materialize and what inputs will be required to produce those errors?
I have an image on a transparent background. This is my "splash screen" for my project. I want it to basically show up in the middle of the screen for 5 seconds and then load my frmMain Form.
Here's the image: (removed)
I can't seem to get the gray form's background off it.
I need to do maths on both floats and integers with much bigger accuracies and magnitudes than offered both by int/float/double in .net. I recall there was something like that for c/c++.
View 2 RepliesI am writing a custom totaling method for a grid view. I am totaling fairly large numbers so I'd like to use a decimal to get the total. The problem is I need to control the maximum length of the total number. To solve this problem I started using float but it doesn't seem to support large enough numbers, I get this in the totals column(1.551538E+07). So is there some formating string I can use in .ToString() to guarentee that I never get more then X characters in the total field? Keep in mind I'm totaling integers and decimals.
View 2 RepliesI've got the following Visual Basic code:
Dim L16, L23, L45, t As Double
Dim LBase, LAdjacent, LOpposite As Double
L16 = 20
[Code].....
Both equations should be equivalent: I've simply replaced L16 with LBase, L23 with LAdjacent and L45 with LOpposite. Yet the first equation outputs 3586 while the second outputs 3587.
I'm using Visual Basic 2010 Express to edit an XML file. I want to replace items that have (typically) non-zero floating point numbers with a single zero.
View 4 RepliesPrivate Function SingleToIEEE754Hex(ByVal pValue As Single) As String
[Code]...