Competition Winner Announcement Program
So I've been trying to do a program which asks for 5 competition participants name and 5 score mark as Input. And it should give output by announcing the winner with MsgBox("First Place goes to ...")...
View ArticleVS 2010 Function ?
Below is my code for a function to calculate sales tax involving multiple forms. All I get is 0.00 formatted to currency. Can anyone tell me where I'm going wrong? I was sure I had it. :confused: Code:...
View ArticleConfusion with C# to VB.Net code conversion
I am trying to convert the following C# code: ushort tmp, short_c; short_c = (ushort)(0x00ff & c); The various online converters give me the following VB.net line: short_c = CUShort(&HFF And c)...
View ArticleVS 2010 [RESOLVED] Null Date cannot be added to parameter
I'm hoping I am doing this correctly but what I am currently doing is running through each row of a datatable and using an insert command on each row, inserting the records to a table in a MySQL...
View ArticleDecisions and/or Boolean help
Hi all, I need some help with homework. Before we start, I want to make it clear that it is ok for me to ask for help online. We are allowed to use whatever resources possible, as long as we aren't...
View ArticleVS 2010 HtmlElement error with a project.
okay, so i have the code working, but i cannot get the button in the webbrowser to work. So i have it where i type in the username and password and then i press login, its makes the webbrowser navigate...
View ArticleCalculating Average Scores
Hello, I'm trying to program the following calculator: Attachment 99097 When the user enters a score and clicks on the Enter Button The textbox should be cleared and should get focus clicking on the...
View ArticleVS 2010 Detect Click outside of GroupBox
So, I have GroupBox1 I want GroupBox.Hide to happen if I click ANYWHERE except in GroupBox1. So, make it disappear upon clicking something else. I don't want to put the code into every clickable thing...
View ArticleRadio buttons, DateTimePicker control, and database
I am having some issues with my database. I am trying to accomplish the following: Quote: Allow the user to enter a date and display all members that joined the school with respect to that date....
View ArticleVS 2012 Advice on reading tabular data from PDF format.
Hi guys, I am working on a small project where I need to read some text from PDF files. After some googling I tried iTextSharp which can extract the text but states that it is not possible to read...
View ArticleVS 2010 [SOLVED] If CheckBox Enabled = False Then if mouseclick msgbox
hi i was wandering abute the CheckBox i made 2 CheckBox on the form1 and i did so if One of the CheckBox Been check so the ather one will be not Enabled for click and now i want to make that if the...
View ArticleOne byte away from success
I have been integrating an IP device into our software and here are some examples of what data the device sends:...
View ArticleVS 2010 Progress Bar help for WPF XAML form
Attachment 99121 Hi there. Attached is a picture of my XAML form. I have just added a progress bar to it and a status bar. I have no code for these yet. I have been playing about with some code but I...
View ArticleVery simply UI initialization help
I should know this for now but for some reason by brain is not kicking today. I am trying to create a treeview and button programmatically. But when I run the program nothing shows up on the form. Here...
View ArticleVS 2010 Clicking mouse with keyboard
Hello, need a bit help here, I have been making a program that can control the mouse via the number pad, similar to Ease of access center from windows. I have got the maneuver features working, but I...
View ArticleVS 2012 Deployment based on .NET
My question or more so a issue. In an environment where one machine runs Windows XP and has access to the internet but is restricted due to a work environment and runs .NET 3.5 Whilst the other runs...
View ArticleVS 2010 Amusement Park Tickets
Hello, I am doing an assignment in my Visual Basic class and I need help setting up my coding for the assignment. The only thing I have done is named and showed what the constants are and the variables...
View Article[RESOLVED] Need help with column formatting and currency formatting
Hi all, I'm not that great with columns, as you can see by this picture: Attachment 99159 Also, I need help getting the Price column (right column) to format to currency once it hits the list. Any help...
View ArticleVS 2005 [RESOLVED] Copying OEMText to clipboard
Having a real problem here. I have an application (CorelDraw x4) that will not accept unicode text, system.text, or "Text" from the clipboard. But it will accept OEMText. I found this out by pasting...
View ArticleVS 2010 Submit button on webbrowser with htmlelement
Okay, so this website http://dogwars.com/app/ Im making an app where you can login and stuff. the login button on the website: HTML Code: <div style="margin-left: 77px; margin-top: 20px; height:...
View Article