VS 2012 How to make a Cypher [Encrypting & Decrypting String]
I would like to know how to make a relatively basic Cypher using a basic algorithm. I have tried many times but fail miserably. I am very sorry I cannot provide you with a basis of code for you to work...
View ArticleVS 2012 Resizing a groupbox
How do I write and where would I put the code to resize a groupbox immediately depending on what was selected from a combobox? Do I need to double click the groupbox and add the code there because I...
View ArticleVS 2012 limit the number of characters in multiline text box
Need to know how to limit the number of characters a user can enter in a MulitLine textbox and display a countdown. Basically I would like to: 1 - Limit the text entry in a multiline textbox to 1500...
View ArticleVS 2010 Dragging pictures from IE doesnt work while UAC is level 3 (defailt,...
Hello. I have a program that lets users drag pictures from Internet Explorer. I am testing it with VMware player windows 7\8 (not updated) While the User account control set to default (level 3), it...
View ArticleVS 2010 Regex help extracting from table
Hey Guys, I'm having trouble wiht a small line of regex, i'm trying to parse the url from: Code: <td class="field_domain"><a href="/goto/16/akl4d/48/" target="_blank" rel="nofollow"...
View Articlesql parameterised query for Ms access
Please tell me what this sql query would be if it was parameterised. str = "SELECT * FROM Login WHERE username= '" & txtUsername.Text & "' and password ='" & txtPassword.Text & "'"
View ArticleMeasuring speed
I was trying to find out what is faster: to access constant or use it directly. I used the following code + Profiler: Code: Dim i As Double, l As Double, l2 As Double For i = 1 To 3000000000 l =...
View ArticleVS 2010 Ready code / control for datagridview mask for two decimal numeric...
Hi. it's my first VB project and I googled for couple of days seeking for full code of datagridview textbox customized as two decimal numeric control. I try to explain myself: 1. I have datagridview...
View ArticleStop Button
Well I'm making this application (a bot) and I don't want to sound like a skid or anything but I have a code and I'd like to create two things: A stop button: This is the code already present: Imports...
View ArticleVS 2012 Help with Boolean Error
Code: Private Sub CmbTieSize_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbTieSize.SelectedIndexChanged LblTieColorDisplay.Text =...
View ArticleMy Project
Anybody can help me finish my project? I am no a Programmer please Attached Images
View ArticleVS 2012 Relocating groupbox based on selection
Code: Private Sub CmbTieSize_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbTieSize.SelectedIndexChanged LblTieColorDisplay.Text =...
View ArticleVS 2010 Measuring the size of contents of a richtextbox to equal one printed...
Just wondering out there if there is a better way to measure the contents of a richtextbox so you know how many printed pages there will be. What I really want is for a message to appear saying "You...
View ArticleVS 2010 Page title in tab instead of URL. & Tab title issue.
Hello, I am having 2 small issues and need a bit of help Firstly, I have set up a tabbed browser, which works great. I am also using MS Web Browser instead of the normal Web Browser for specific...
View ArticleI need help with this because I don't understand it.
I am currently learning VB and I need help with this assignment. Create a project called WorldWar2. a. Add a MenuString with the above items. Add an empty ListBox. b. Add Facts Menu Item i. Use a For...
View ArticleVS 2010 Enumeration Error
Hello to all, I have this problem in my application. It works normaly, but eventualy it shows this mistake: If I click continue application works normaly, but it is annoying error, does anyone know how...
View ArticleVS 2010 Looping a webbrowser
Hey Guys, What i'm trying to do here is loop a webbrowser control to go to the next page of a site: Code: WebBrowser.Navigate("http://site.com/?start=200&flimit=200") '// CHECK...
View ArticleVS 2012 I need pro HELP with HTTPClient or HTTPWebRequest!
I'm building a windows application that will connect to a website using private proxies and do stuff on that site. I want to use the new HTTPClient to do that. I have the next scenario for the login...
View ArticleVB Code Help (Please !)
Im currently in the middle of doing a project and i have got this code that does media playback etc. However, It's function is to "Drag & Drop" the media files into the listbox (playlist) If some...
View ArticleVS 2012 How to Decrypt data from xml file
Hi all I am saving sum Encrypted data to XML, then I'm reading that file in to a dataset. How do I Decrypt it before applying my filter. Only one column is encrypted there are 3 total. NOTE: I have sum...
View Article