VS 2010 What part of the toolbox used?
Hi, this is my first post on the forum. I have a problem: What part of the toolbox used to create a rectangle in which I can put 15 small squares, these squares I will move.
View ArticleVS 2012 Scheduling Tasks
Hello. I have a small class library, each implementing the ITask interface: Code: Public Interface ITask Property StartTime As DateTime Property StopTime As DateTime Property RunFrequency...
View ArticleVS 2010 [HELP] Setting binary key value from a textbox?
Well I'm making an application that changes the key for a game called arma 2 OA. The key value is in the registry and it's a binary key. I want to use the vaule in from a textbox as the value for the...
View ArticleVS 2010 Live HTTP Headers
Hi, I am trying to make an outlook.com login and I was following THIS tutorial and they told me to download Live HTTP Headers. I downloaded it and clicked on the url button to the left of the link and...
View ArticleVS 2010 how to order liistview items by no. in the .ini?
`Exachtly the question: "how to order liistview items by no. in the .ini?" the .ini file: Code: Install Order:1 Prog Name:Adobe Reader X 11.0.02 Installer File:Install\Apps\AcroRdrX-11.0.02.exe...
View ArticleVS 2012 Need advice for dropdownlist control
Hello: I recently made the move from visual studio 2005 to 2012. I have a new assignment at work to create a web app. I have a form that needs to have a dropdown on it. The user will look to see if...
View ArticleInconsistency in radio button tab indices
I've got several sets of radio buttons: Some inside a top-level groupbox, some inside lower-level groupboxes, and some on the form. All of them have their tab indices set appropriately and the TabStop...
View ArticleFinding Standard Deviation Using Array and Function
Hello. I opened a topic before but people misunderstood my question. I have to create a program that computes Standard Deviation of a group of numbers when Button1 is clicked. On button click, Inputbox...
View ArticleWorking with percentages
Im working on an app that requires us to use check boxes to calculate a total grade depending on input from user. easier to explain if i just post my work so far. (its flawed but im getting it little...
View Articlehow to change color of label when mouse hover?
Hi... I want to change label's color when mouse hover.I tried to run this code but i doesn't work... please help me. Private Sub lblMAUFilterARU_MouseHover(ByVal sender As Object, ByVal e As...
View ArticleVS 2008 Update DataGridView after inserting a new row - new id of the row...
Hello! I have a DataGridView (myDataGridView.DataSource = myDataTableBindingSource) bound to a DataTable which is filled by an OleDbDataAdapter (myDataAdapter). After the user has entered the data to a...
View ArticleWrapping Numeric Characters with HTML tags
I'm writing a personal simple program that takes text from a textbox and searches it for numeric characters, and if the text has numeric characters, it then asks what HTML tags that should be placed...
View ArticleVS 2010 In between numbers. Help.
Code: Select Case CInt(TextBox1.Text) Case Is < 20 MsgBox("test1") Case Is >= 20 <= 40 MsgBox("test2") Case Is >= 40...
View ArticlePrintPreviewDialog Control Menu
Hello all, I have another problem with my project. I have create form from where I whant to print content. For that purpose, I have created new Form, which will show Preview page and print. So here are...
View ArticleVS 2008 Microsoft RDP control (AxMsRdpClient7)
Hi I have the Microsoft RDP Control added called AxMsRdpClient7 It connects fine, when loged in or login fails it tells me via a msgbox, this works perfect, however if i try to connect to a windows 8...
View ArticleByte array to image (.png)
Dear Members I have a program that converts an image file to bytes. Example of a image: Code: BYTE myFile[] = { 0x89, 0x50, 0x4E, 0x47, 0xD, 0xA, 0x1A, 0xA, 0x0, 0x0, 0x0, 0xD, 0x49, 0x48, 0x44, 0x52,...
View ArticleVS 2010 Help with late binding
I'm writting an app the makes use of automation (Excel) but I'm plagude with warnings of late binding. Can someone please tech me how to rewrite the highlighted lines of code below all of which give me...
View Articleasp.net 2012 Microsoft.AspNet.Membership.OpenAuth
i created a new web project in asp.net 2012 locally , as i see it creates by default a login authentication proccess . My question is when i get registered giving username and password where my...
View ArticleQuestion Using String Replace
Hello all, I have to convert an Email address before I search a database. I have to Change the (.) Period to an (_) Underscore before I search and the string replace changes ALL the periods to...
View ArticleComparing data on a DataGridView and an XML file
Hi again everyone. I've come this time with a different problem for me to solve... My company has an xml file which has most of the customer's information stored, the company is on a phase of...
View Article