Incorporate Ribbon UI Into Form?
Jan 20, 2012how to incorporate Ribbon UI into my VB.net form????
View 2 Replieshow to incorporate Ribbon UI into my VB.net form????
View 2 RepliesI have been searchingall day to find out it, but did not find the best way, all but I found one forvb. That framework can not beused on 4, but can be used in the framework 3.5 and below.
View 4 RepliesI created a Script Editor in a Windows Application using a RichTextbox and Regex for adding the colors for the coding. However it is not close to the Real VB editor. Is there some real good examples out there of how to build one or some free downloads?
View 1 RepliesI particularly like the Publish facility within VS 2008 (VB). What I actually want to do is use the same facility for a Spreadsheet. I.E. I have a Spreadsheet with a chunk of VBA code behind it.
Is there anyway to incorporate the spreadsheet into a VS 2008 VB project so that I can use the "Publish" facility to distribute updated versions of the spreadsheet from a web page (As created by the Publish Wizzard)
I am looking to incorporate a progress bar into my project to assure my fellow workers that the program is continuing to run after the process has been started. I have looked here[url].If someone could include the progress bar into my code posted below,[code]...
View 1 RepliesThis seems like it should be easy. I have an Excel file that has the information I need, but I don't want to need Excel to run my program. I need to be able to package that information with the VB code. I'm using VS 2010.
I know how to write a program to read Excel and put information into an array, but can I turn that information into something my next program can read independently of the original spreadsheet. This isn't something I have time to input by hand.
I'll try to explain this one more time so that it's clear as mud. I need to be able to incorporate an Excel spreadsheet or VBA code into a VB program so that it becomes independant of MS Office and/or (because it'd be nice to know how to do both) read information from the Excel spreadsheet and then save that array for use in a later program thereby removing the influence of Excel completely.
Finally, I'll explain my program and desired function so that somebody might be able to interperet my desperate ranting. I am writing a program that will require properties of steam to calculate boiler performance. I have found an example of the properties I need [URL] or I might be able to find other sources. I now need to roll that information into my own program.
I currently have two projects that are working fine alone. One is a simple chat program (found on forums) and the other is a client tool for my clients to use. I want to add a button to my client tool that executes the chat. When I try to add the chat code to my client project I get errors and understanding some of the issues. I know that some of it is that there is a form in the chat with buttons for connecting to the server and then a button to start the chat but I want to make it "one" button from my program that is "chat" and it connects and opens the chat form.
[Code]...
I am currently working on my Final Project and I need to incorporate some Exception Handling. I have created one in the following code but it isn't working. I don't have any "Errors" or "Warnings" but when I run the program it says the "BadNameException was unhandled." I thought I followed the steps correctly from my book, but I am stuck somewhere. [code]
View 6 RepliesI have been using vb express for some time, but do not know how to incorporate/ use a provided library in my app. I received the library for use, but have no idea how to use it in an application.
View 8 RepliesI am working with Vb.NET 2005, I want to incorporate a search tool on my application so that it can search for various combination simultaneously.
[Code]...
I am trying to incorporate a webservice into a windows application. Basically I would like the current weather from www.weather.com display on my windows app.
View 2 RepliesI am wanting to incorporate a Script Control into a vb.net application as opposed to using excel for logic calculations in the background. This is for users to store logic and have it repopulate a custom interface. I would rather store everything in sql server and evaluate it through a Script Control. Also, is there a Script Editor in the .net framework that would allow for entering the code? Maybe intellisensing as well?
I used the MS Script Control, however i don't think it supports the .net functions and is reletively old.
I was learning to incorporate Text to Speech functionality through this project
View 4 Repliesthis is my coding so far and it works all fine:
Private Sub btnCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click
'calculates the required Payments e.g. Monthly, Yearly and Total'
Dim dInitial As Double
[code]....
So what I'm trying to do is add another 'IF' statement of error handler in whereby if the user enters in a value that is not a double such as a string value it will display a message saying 'the data entered is not valid, please use numbers only'.
I wanted to make mysql dump files using a batch file and an app made through visual studio 2008.How can I incorporate this batch file or call it from vb?There is a code like this in vb.net but its using an absolute address:
Process.Start("C:exeexecute.exe")
How do I modify this so that I could just execute the file without providing the exact address. Or is there any place in the file system(windows 7) where I could just copy the exe file and just call it this way?
I need to read data from an Excel workbook in my VB2005 application. I've add a reference to the Microsoft Excel 11.0 object (as I'm using Excel 2003). However, I got the following error when I build the project:
"Warning 1: Namespace or type specified in the Imports 'Excel' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. (follow by the path of the project)"
How do I incorporate my custom ASP.NET/VB.NET stuff into a DNN site? Long Version: I'm learning about DotNetNuke. I haven't done much yet, but I'm spending a while analyzing the software, hoping to be able to use it for a very large upcoming project.
[Code]...
How can I use user generated answers and incorporate them into my script? I want to make an extremely simple AI program which asks for your name and then says "Hello 'Insert name entered by user' " in a Message Box.
View 2 Replies how to incorporate a PIC with VB.
I`m trying to find out the steps needed to achieve that, i`m i correct?
1) i need to find a PIC that is suitable for my project (to handle wireless motion sensors)?
2) I need to write the code for the PIC? (does the manufacture of the PIC provides an environment to write the assembly language?)
3) Then i need to write the vb code?
4) Finally to use a serial port to create a communication between VB and PIC. Also are their any all ready made PIC`s that can support VB code direct without the need of writing the assembly code?
I'm interested in making a licence key system to incorporate into my programs. I understand the general idea of checking a database for used keys, but I don't know how I can implement a system into my programs.
I had an idea of creating a custom algorithm, creating a file which contains the licence key, which is encoded with the new algorithm. So people can't just guess the licence because they can't understand what the algorithm (like a custom hash) means. On the contrary, would it be possible to somehow set a licence key variable in my program when it is built or installed somehow? Because I don't understand how it would be possible to work out what key the user needs etc...
After writing that last sentence, I realised that when somebody pays for some software or registers, their username and email is put into a database, and then when they want to register the software, they have to fill in their username, email, and then licence key. Then the key will be filled in in the database. Would that work?
I'm currently using this method in calling batch files in vb.net:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
System.Diagnostics.Process.Start("F:ipconfigflushdns.bat")
End Sub
Is it possible to incorporate the code written in the batch file so that I won't have to call it like the one above?
I have a small database program, the the user uses to select 6 different Homes from and compares them to a home the user inputs(Base Home)
I want to add a form with a Map and have the map display the location of all 6 homes and distance of each home to the home the user inputs(base home)
Now trying to be able to add the 6 other locations and retrive distance
I have a app (text editor) and I want to add to it a Ribbon. How can I do that?
View 6 RepliesI've tried to incorporate this code in my app and can't figure out what the missing link is? Lotsa experimenting and head scratching later, I'm coming here to the forum for help. The dialog opens and allows me to select the file saved earlier,except the file doesn't open. I can't figure out the missing code which goes at the comment "insert code to read stream here." The code:
[code]...
does it have something to do with StreamReader.IO ?
So far I only see Property being used as a means of validation in my learning material. I think maybe that's because it might be an easy way to demonstrate its usage. But isn't validation done with some kind of vb validation or on change event? Or do we use property in those events? I want to duplicate those techniques where applicable so I can get better and be more on the same page as the more advanced programmers. I'm working on incorporating classes to my work style. I see that I'm doing lots of repetitive type coding in projects that I want to put in a class. So Property keeps popping up during the learning curve. But I don't want to code Property in a mis-used way just for the sake of using it.
View 3 RepliesI want to develop a project in vb and I want to insert a ribbon. How can I do it? I should create it using classes or I can find something like an Add-On or something like when you will create for the first time graphics or you want to create for the firsttime an export to excel button?
View 3 RepliesI was wondering for good top 5 websites to look for web services that you guys use. Also, anyone know a goood article on creating your own SOAP service and maybe REST service if you provide a good article on it.Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. "Sherlock holmes" "speak softly and carry a big stick"
View 3 Repliesbuild Ribbon in my VB project Can any one say how to build ribbon in vb ??
View 8 RepliesI just installed Microsoft Ribbon for WPF 2010 on 2 different windows 7 boxes. If I make a .net 3.5 project it works fine but a .net 4.0 it does not.I can load the sample ribbon application and it works but when I drag the ribbon controls over they just make a transparent box. I notice it does not make the XAML correct. Here is the code, 4.0 on top then 3.5 below it. Is there some setting or option I need to change?
<ribbon:Ribbon Height="136" HorizontalAlignment="Left" Name="Ribbon1" VerticalAlignment="Top" Width="618" />
<ribbon:RibbonGroup Height="100" HorizontalAlignment="Left" Margin="72,36,0,0" Name="RibbonGroup1" VerticalAlignment="Top" Width="200" />
[code]....
picture add image to ribbon menu?
View 5 Replies