VS 2012 [RESOLVED] Extra DataSet in report??
Hi. Is it possible to add an extra DataSet to a report in the reportviewer and if so, how?? I need to use data from one table in Access in a matrixtable in the report and data from another table in the...
View Articlecheckbox & messagebox help
I'm making an online pizza menu for my final project. I have everything pretty much complete but for the toppings, you have to use check boxes. I have them set up but i want a messagebox to label to...
View ArticleProblem with For.Next Statement
Hi guys..I am new in the area and i have a question.. I have a folder in which i have txt files. These txt files have the name 1book.txt , 2book.txt , 3book.txt and so one... so i wrote a code : Dim...
View ArticleVS 2010 need to write lines of output depending on number of lines entered...
I have a input box asking what to write and another seperate input box asking how many times to write the text. I am new to VB 2010 and wondering how to write a loop statement for this. So 1st input...
View Article[RESOLVED] Hello
I would like to know how you would set up two, one-dimensional arrays to use them in parallel. i.e. Using an array to store a person's name and another to store their test score. Thanks for any help....
View ArticleVS 2012 Error trapping/Handling help ?
Hi Everyone I'm trying to do if theres a error show a messagebox of the error and no negative numbers and no Alphabetical in the textboxes that only take numbers, I was told elsewhere to use multiple...
View ArticleSeeking XML Help
I've never written code for XML, but I was wondering if maybe someone had a Module or something along those lines to help me create & read/write to an XML file... I know this may be a huge request,...
View ArticleVS 2012 How Make Packet Block PC
I wanna make program can filter packet. Can Anyone Help me? Example PC A And PC B Then PC A Access PC B. But some program in PC A Blocked by PC B that mean filter access so no one make crash or do...
View Article[RESOLVED] need help with textbox conditions
I want my textbox to only accept integers and display an error message anytime any letters or other characters are entered, is there a simple piece of coding to do this? e.g if txtGuess = string then...
View Article[RESOLVED] Create a class and Use it as an array
Hello everyone, I am back with another question and of course it had to be arrays (This is a nightmare for me) I wonder how important it is to learn arrays 100% because this is giving me a hard time...
View ArticleVS 2010 How To Filter Datagridview Without Datasource / Databindings / Database
Good night dude.. I want to filter my datagridview, but i created datagridview manually (No database). This is the datagrid looks like : Call the datagridview as dgv1. I want to view data with Beasiswa...
View ArticleDrawing a tiled map flickering
Hi. I'm making a game that draws tiles in a picturebox to form a map, then draws an image with a transparent background, representing the character. The problem is, when the player moves, the character...
View ArticleVS 2008 calls procedures
hi, i have mixed a piece of code i found with a simple variable code i made: Code: Imports System.Runtime.InteropServices Module inimod Public Class IniFile ' API functions...
View ArticleInsertion sort
Anybody know a basic pseudo code algorithm for the insertion sort? And if you like the basics of VB code for the insertion sort. Thanks for your time :)
View ArticleVS 2008 Textbox to show decimals
I have a textbox that show's some sum.and it show the sum just numbers without comas example 123456 i want to show "123,456.00" like thish or biger number 123,456,789.00 in every thre number to have...
View ArticleAny good VB.Net Code Generators out there?
I was wondering if anyone could suggest a quality VB code generator (free preferably, though if it's worth it, I'd buy one)...
View ArticleTimer for Stock Market Game - Please help me!
For my college computing project, I am making a stock market simulation game. For this, I need to use a timer to progress the game. I have two labels, one which shows the Day( lblDay) and one which...
View ArticleFrom elements not displaying properly
Alright, so I have a form that has a background image within a panel (Panel1) and a panel within that panel (Panel2). There a bunch of labels, textboxes, etc inside Panel 2 and when they are displayed...
View ArticleCalculate the Number of Spaces in a Text Box
I'm trying to write a program to count the number of spaces in a text box. I got it to write the number of characters, but need it to count the number of spaces instead. Private Sub...
View ArticleName Parsing
I am completely stumped on how to even start writing a program that parses a persons first and last name into two different labels. Any ideas? I know I'm supposed to give what I got, but I really have...
View Article