VS 2013 Changing Selection color with string
Hey everyone, Form1.RichTextBox1.SelectionColor = Color. "String here" How would I make this work ? E.g. String = Red I have tried many ways around this but I'm stumped Thanks.
View ArticleVS 2010 How to Export Mysql Table to to Excel with Headers
Hi as the title suggest, how can i do it? Im new to vb.net. I googled and managed to find a working sample code but it is exporting the data from the table without headers. Can someone help me? This is...
View ArticlePerformance counter Error in Windows 7
Hello guys, I'm trying to get the total cpu usage in VB.net 2010 with the help of Performance Counter. Code: Public Class Form1 Â Â Dim cpu As New PerformanceCounter() Â Â Private Sub...
View ArticleRetrieving information from another application
Okay I've done a lot of Google searching and I am at the point where I think I just need one extra nudge to point me in the right direction. I'm using a program called TheRecord Player. It an audio...
View ArticleVS 2013 Saving Structures Within Binary Files
Hey guys. I'm currently making a program as a self study guide for my coarses in college. Basically it allows me to add potential multiple choice test questions for any coarse I choose and save it to a...
View ArticleVS 2008 socket programming books
hi everyone, im new here .. i want to start socket programming using vb.net 2008, so i need you guys to help and recommend books for me that,,, i need them as fast as possible... thanks in advance
View ArticleGet the selected text from webbrowser, n show it in text box...?
Hi all Its very urgent, plz tell me how to show the selected text from webbrowser to the text box? Plz help me. Kind Regards Seema
View ArticleVS 2010 Serialize and deserialize structure data to-from XML
Hello, I need to serialize and deserialize data to-from XML. This seem's work OK. Code:   Public Function structToXML(ByVal obj As Object) As String     Dim x As New...
View ArticleProgress Bar properties
Using VB 2010 Express, Re: ProgressBar Although my progress bar works (after a fashion), I am having trouble figuring out how the "properties" work. I wish to use a dynamic way of setting the Maximum...
View ArticlePlotting a stacked column graph
Hi all, I am monitoring a device every hour to check whether it is on or off, and if it is on, I set a value to 1 and if it is off, I set it to 0. I want to be able to plot this as a stacked column,...
View ArticleNeed help for macros to work on 64 Bit
I can't seem to make hotkeys to work on 64 bits im using visual studio 2013 btw. I have read about the LongPtr function which for some strange reason doesnt work with my vb so here's how im declaring...
View ArticleRotating Picturebox Array...Again
Ok so i used the code kebo gave me earlier when using tablelayout pannels, but the computer i'm using is really slow and it ended up being really glitchy. I tried using the same code only modified...
View ArticleVS 2013 anyway of detecting what wireless security is being used i.e WPA2,...
Hi Creating an app for my customers which will check some security settings i.e. av enabled, up-to-date, windows updates etc etc Is there anyway of detecting what wireless security is being used on...
View ArticleVS 2012 Passing Data from one Form to another
I have one form that I can call from two different forms. I need to identify the calling form. I was trying to pass a string to accomplish this; however, Nothing is being passed. Calling Form: Private...
View ArticleVS 2008 Count Rows HELP HELP
I want to count+ how many rows are in column(1) that starts only with AS or BA not the "- & the number behind the two words" the result to be shown in a textbox4 for example. and the value or the...
View ArticleVS 2013 Does Registry "SubKey" Exist Or Not
I have done a master search of the Forum for my answer, found a lot of Registry questions, but none dealing in the exact manner, so I apologize if I have over looked anything. I am in Visual Basic,...
View ArticleVS 2010 Mouse flickering when step into in visual studio 2010 IDE
When i'm debugging an web application and choose the 'step into' inside the IDE, the mouse flickering about 1 to 2 seconds with the hourglass icon. This is very annoying when im all day in that task....
View ArticleVS 2010 VB 2010 - Detect what webpages are open in IE and Google Chrome.
Hello, I am building an application that is for a school who want another level of security. It will block certain webpages that can be set up by a user. It has to be done at the client end and work in...
View ArticleVB 2010 Webbrowser - How to click a link TWICE
Hello All; I'm new to VB and hoping someone could help me with the following code. I have searched this forum and several others but couldn't find the correct answer :confused:. Thank you in advance...
View Articlehow to save selected items of checked list box to tables including junction...
i have the following database in MSSQL server. i have the following form that is used to add a new institute. i have been able to populate the checked list box with data from the Departments table. i...
View Article