How to get a progress bar like in this picture in vb.net? Please help
Hello, I need a progress bar, like this: But by as you know, by default we get a progress bar like this: Please help me to code/get the progress bar like in the first picture, I do NOT need the...
View ArticleRegistry - Simple Question That I Can't Find An Answer To Anywhere
All I am trying to do is make a backup of the entire registry, and save it to a *.reg file - I have searched everywhere, but can't find a specific reference to this for .NET - Does anyone know a...
View ArticleVS 2010 Links interact with forms?
Im working on a project, added alot but i have one thing not figured out. Im trying to do a simpe stickman flash show , and i added a webbrowser to the project that shows my index.html page, now on...
View ArticleHow to convert VBScript to VB.Net
I am trying to convert a vbscript to VB.net. This is where I am currently, can someone help me convert this to vb.net? Code: Private Sub Button1_Click(sender As System.Object, e As...
View ArticleVS 2010 [RESOLVED] ContextMenu and multiple DataGridViews
I have several DataGridViews on a form. Each grid has the same ContextMenu. Is there a simple way to tell which grid the right click came from? Thanks.
View ArticleListview - Select (and stay selected) on click?
I think im being stupid about this.. or maybe its too early.... lol I am trying to make my Listview a select/deselect by click (like checked) so you can select multiple rows without having to hold...
View ArticleHow to click links in javascript function in webbrowser?
HTML Code: <div><div style="height:20px;overflow:hidden"></div> <div id='219239263118057374-slideshow'></div> <script type='text/javascript'> (function(jQuery) {...
View ArticleLan Client and Server communication
Hi, i can't figure out how i could get the program to make/send the screenshot to the server, or atleast save it to a folder, when the server has requested it via a button. I know there are many ways...
View ArticleListview pagination
Hi! been trying to google listview pagination but having hard time to get some example in winform vb.net. Can anyone point me to link for some example. my listview is unbound I'm using mysql as my db....
View ArticleVS 2012 Reading a very large file, one line at a time ?
I have this problem and perhaps someone with more knowledge of .NET could help me out? Let's say I have a text file with 15+ millions of lines. I do not want the program to load the entire file into...
View ArticleVS 2010 Auto Stop
I was wondering, how would I make my program stop Timer1 if it is in focus? I thought it may look like this Code: Private Sub AutoStop() If Form1.Focused Then Timer1.Stop()...
View ArticleIs there any way to make this smaller or simpler?
Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If RadioButton1.Checked AndAlso RadioButton13.Checked AndAlso TextBox1.Text...
View ArticleDatagridview with masktextbox and Combobox
Good evening to all I will try to be as clear as possible. I have a database in Access that I want to display it in a Datagridview which consists of a key, date, time, and 2 more Comboboxes filled...
View ArticleVS 2005 Concurrency violation
I have the following very simple code and it baffles me why I'm getting a concurrency violation on this. I use this type of thing all the time and the only difference i see in this example is I am...
View Article[RESOLVED] BindingSource.Filter
Can anyone tell me why this filter does not work. 1) ProgramID field in the Bid table is a FK col. to a table called IDPrograms. 2) IDPrograms tables PK col is ProgramID but is not a autonum or a num...
View ArticleVS 2010 [RESOLVED] Question on Loosing Focus
I've read a bit on both of these, but I'm not sure how to test Loosing Focus to see if it work. Basically my program runs just fine, however when something else takes focus, such as a Windows Update in...
View ArticleVS 2008 Use an ActiveReport from VB6 in VB.NET - how to import
Hi! As I search for the use of ActiveReports in VB.NET it looks like there is such thing in VB.NET, but while almost all of the VB6 project files have been imported to VB 2008 Express, all active...
View ArticleVS 2008 Tow basic question about references added to a project
Hi! I hope to get short answers to this huge topic. 1. When I add references(libraries) to my project, will those libraries get compiled into my programm for distribution or will the programm rely on...
View ArticleVS 2010 Backspace to move back in Textbox
My code currently checks if text length is greater than "4" and automatically tabs to the next textbox. For added convenience to the user, I'd like it to also move to the previous textbox when the user...
View Article