VS 2010 How to make quiz
Hello! Yes, ofcourse i have searched here about quiz, but those was very old topic. So how i can make quiz.. can anyone give some ideas/codes that how make quiz? I just want use an array for quiz and...
View ArticleHelp with concatrelated vba excel
Hi, I'm having problem using the function concatrelated on a sql statement. I want to obtain as follows: My data is: A.CABNRO E01.EXCCEX 90001 500 87000 400 90001 450 90001 300 87000 500 76005 I want...
View Articletest
VB Code: Dim Number As Integer Dim Display As String Console.WriteLine("Please input a number") Dim input = Console.ReadLine() If input(Number) = True Then...
View ArticleWhy doesn't this screencap program work?
I have a form with two small picture boxes and one command button. Each of which won't be able to display the whole desktop screen, but should show enough as to be able to determine if the screencap...
View ArticleGetting error "Cannot clear this list".
I get this error when I try to clear a DataGridView by issuing the command - dgvUsers.Rows.Clear(). "Cannot clear this list". This is an unbound grid that is being dynamically loaded through the code....
View ArticleVB5/6/VBA - HeapsortVarVar, Another VB Sort
This is a VB6 static (.BAS) module for sorting a Variant array of Variant arrays using the Heapsort algorithm. It could easily be converted to a class (.CLS) if desired as well. It should be usable in...
View ArticleVS 2010 Is this Possible?
I am trying to create a program that will automatically create blog posts on a website. Is there any possible way to have an external VB.net program look at a URL, locate the input (text-boxes) on that...
View Article[VB Express 2012] Need help on Image Cap Program
Ok, I have been looking all day for the source or some direction/method to make a application where you run it, and it changes your curser to the plus but nothing pops up. You draw a box and then it...
View ArticleVS 2010 Loop Help
I am new student. Just trying to have user enter 10 values that display in listbox. What is wrong with inValue = InputBox("Enter a number.") Code: Private Sub btnInputValues_Click(ByVal sender As...
View ArticleHow can you stop an alert sound when hitting enter in a textbox
I'm using the Return key, to confirm an update in a textbox. Everytime I hit Return, there is the anoying alert sound. Is there a better way to do this? If it's the right way, how can I stop the alert...
View ArticleNeed help on a Console number ordering program.
I am writing a console program that is supposed to be a multithread program that takes four numbers and prints them in ascending and descending order for a class. The result i am getting is the console...
View Article[RESOLVED] PHP: Header Code Not Work When Website is Uploaded
Hi guys. I get this error: Quote: Warning: Cannot modify header information - headers already sent by (output started at /home/janrapha/public_html/UpdateToday/includes/overall/header.php:7) in...
View ArticleVS 2010 How to reload a webpage based on user input in a loop with a button?
So I have a code that in short, is a bot, and my goal is that when the user inputs a URL (i.e http://www.youtube.com/watch?v=wlq0lYB3iSM) it will reload that webpage once you press a button. Also, I...
View ArticleVS 2010 3 tier architecture using objectdatasource
Does anyone know where I can find a complete example of an 3 tiered architecture using an objectdatasource? I'm not exactly sure how to code the DAL using an objectdatasource.
View ArticleA better alternative to a 2D string array?
I need to lookup state postal abbreviation from state name. My impulse is to use a 2D array but so much of what I have read says arrays are deprecated and one should use string collections. But I dont...
View ArticleQuestion About UBound and Look Up?
If I were to use an unspecified maximum number of lines in a text file, and I know there is over 1,000 lines of text in the slides.mtr file: Code: Open App.Path & "\slides.mtr" For Input as #1...
View ArticleGetting the checksum of a file
I got this code snippet from msdn. How can implement this function on a complete file. This is for SHA512 Code: Dim data(DATA_SIZE) As Byte Dim result() As Byte Dim shaM As New SHA512Managed() result =...
View ArticleListView Issues
Trying to make a new entry to a list view control from another form. Please help. Code: Option Explicit On Option Strict On Option Infer Off Public Class InputForm Const interest As Double = 0.06...
View Articlehelp: crystal report 10 problem
Guys please check out my link to my problem vb6 and cystal reports 10 http://www.vbforums.com/showthread.p...57#post4257557 Please kindly provide me assistance there. I dont want to post another...
View Articlean idea for cartoon maker or so called lol
Hi all I am new user , and novice programmer too :bigyello:. some days ago I came across this site http://scratch.mit.edu/ it is about a program called Scratch , by which you make sprites and put them...
View Article