|
vb net form progress Bar - Topic profile
Topic profile page for vb net form progress Bar.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: vb net form progress Bar.
Search discussions about vb net form progress bar on BoardReader!
|
Latest threads on vb net form progress bar:
|
Started 22 hours, 48 minutes ago (2008-11-18 12:09:00)
by kleinma
Re: Listview Multiselect False - How do you deselect the top row? Sure.. you could just set focus to whatever control you want by calling its .focus method. One thing to keep in mind, is the form should be visible when calling this method. So in the Form_Load routine of that form, as the very last lines of code in it, you could put... 
|
|
Started 1 day, 19 hours ago (2008-11-17 15:14:00)
by kleinma
Re: Skinning Verticle Scroll on a listbox WPF is totally different than WinForms. I wouldn't go changing the course of a project that would require you to learn an entire new set of technologies and features, for the purpose of a red circle srollbar instead of the standard windows one. WPF happens to have a very composite UI infrastructure, ... 
|
|
Started 1 day, 19 hours ago (2008-11-17 14:58:00)
by kleinma
Re: [2005] Solution Ideas ( RichTextBox) when the test is loaded into the RTB, isn't that the time where you would examine all ID taggings, and replace text with whatever you need? Why is the end user ever seeing ID123 in the first place? __________________ Using VB.NET 2008/.NET 2.0/3.5 * ... 
|
|
Started 4 days, 20 hours ago (2008-11-14 14:50:00)
by kleinma
Re: [2005] Save part of a flash file as a image. Do a search on vb.net crop image and see what comes up. Here is one example http://www.codeproject.com/KB/graphi...pingVBNet.a spx __________________ Using VB.NET 2008/.NET 2.0/3.5 * Please mark you thread resolved using the Thread ... 
|
|
Started 4 days, 21 hours ago (2008-11-14 13:35:00)
by kleinma
Re: How to Embed Word (or other MS Office) document in Form? The first thing you need to know is that the end users will need to 1) Have the programs/viewers installed for any of the document types you plan to load. So if you have word, excel, pdf, etc... the end users needs word, excel, acrobat, etc... installed on their machine. ... 
|
|
Started 4 days, 21 hours ago (2008-11-14 12:58:00)
by kleinma
Re: [2008] Custom OpenFileDialog class? I meant marking the files hidden in code... not manually by the user. When you save the latest part, mark the old files for that part hidden via code. Then your standard OFD won't see them unless you actually turn on showing hidden files. If you can get by with NOT having hidden files shown in ... 
|
|
Started 5 days, 23 hours ago (2008-11-13 11:54:00)
by kleinma
Re: [2008] Printing that isn't what I meant. What I meant was when you handle the PrintPage event of the PrintDocument, you are given a graphics object in the event arguments. You access the graphics object in the PrintPage routine via e.Graphics The x/y coords you need to worry about are not relative to the screen or form, ... 
|
|
Started 6 days, 10 hours ago (2008-11-13 00:10:00)
by kleinma
Re: [2005] Web Service Speed What about a web service method that takes multiple addresses and messages, and sends multiple emails in one method call? __________________ Using VB.NET 2008/.NET 2.0/3.5 * Please mark you thread resolved using the Thread Tools above PLEASE INDICATE WHAT ... 
|
|
Started 6 days, 17 hours ago (2008-11-12 17:05:00)
by kleinma
Re: Vb.net Memory To Read / to burn-in about sample ?? I understand if English is not your first language, but none of us have any idea what you are talking about. Maybe you should try a translator app on the web, to type your question in your language, and translate it to English. __________________... 
|
|
Started 6 days, 19 hours ago (2008-11-12 15:41:00)
by kleinma
Re: Erros in 64bit I would venture to guess something in your app is not compatible with x64. Pretty blanket answer I know, but can you provide more info on the specs of your app? __________________ Using VB.NET 2008/.NET 2.0/3.5 * Please mark you thread resolved using the Thread Tools ... 
|
|
|
Hot threads on vb net form progress bar:
|
Started 5 days, 16 hours ago (2008-11-13 18:04:00)
by enrico1982
Hi All, Just trying to implement a basic music player with a progress bar. I'm updating the progress bar using a timer/ storyboard, checking the mediaelement progress. My problem is, when the storyboard is active, the music doesn't playback properly, as if it is cutting out when every time the timer fires. This is my vb code. TIA Dim sb As Storyboard ... 
|
|
Started 6 days, 23 hours ago (2008-11-12 11:13:00)
by kleinma
Re: InputBox Character You can just right click on your project in the solution explorer, select add -> Windows Form. When the dialog comes up to add the form, select "Login Form" from the templates on the right. This will give you a nice login form with the controls you need already on it. It has spaces for a user name and ... 
|
|
Started 1 day, 18 hours ago (2008-11-17 16:00:00)
by kleinma
Re: [2008] help eith the URL text box no, e doesn't REALLY mean anything (its just a name for a variable). MS could have picked any name, but they chose e (probably because it is just 1 letter, easy to type). the e stands for Event Arguments (you will notice most signatures of events pass a sender, and eventargs to them). the name ... 
|
|
Started 6 days, 20 hours ago (2008-11-12 14:47:00)
by kleinma
Re: Show 2 dialog boxes simultaneously sure code in main form that calls dialog (I have in button click) Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim BlockerPanel As New frmOpacityContainer(New frmAbout) BlockerPanel.Size = ... 
| |