app.config console
Hello I'm trying to use app.config in a simple console application, but my code isn't working. Can please someone check my code? app.config <configuration> <appSettings> <add key="level"...
View ArticleRUNTIME ERROR :NO VAL GIVEN FOR ONE OR MORE REQ PARAMETERS
i am trying to fill a tree view such that +month (opens to ->) dates (opens to->) engine serial number (opens to->) engine result but its show an error when i expand the date part kindly help...
View ArticleAssembly Language, Reverse an Array, Error with code
Hey, so this is what I have done so far, but my code does not work. We are supposed to make a code that accept 10 user inputs, then puts them back out in reverse order. I have the loop working to print...
View ArticleCannot find symbol error in vowel count program
So im trying to get my code to compile but each time i get an error saying "cannot find symbol" and "char cannot be dereferenced". I have no clue on why this keeps popping up. Any suggestions? public...
View Articlenot sorting or entering into calculation method
This program compiles, however, it only lets me insert one grade before the window closes and it doesn't enter the sort or the calculation of the average grade. I am not sure where I am going wrong,...
View ArticleTower of Hanoi backup rotation: How to do it without labeled tapes?
I'm having a really tough time trying to figure out how to do the Tower of Hanoi backup rotation scheme if my "tapes" are unlabeled. I'm unwillingly coming to the conclusion that it is impossible to do...
View Articledatagridview
Hi, I have a table invoice whose fields are customer_name, invoice_id,total,balance . invoiceid is the primary key whereas custoemer_name is the foreign key.. I have received table whose fields are...
View ArticleCheck entered value for zero. Infinite loop.
Hi guys, I am a newbie in c++ programming. I was trying to create program that will check for zero given an input. However, I hope that when the user input a non-numeric char, it will prompt the user...
View ArticleMode of an array, initializing
Soooo I am having another initializing problem. If I don't initialize "mode" in the function, the program makes me Abort. If I DO initialize it to a number, the result of "mode" comes out to whatever I...
View ArticleNumber not 0-100 display messagebox
hi this assignment asks me to put a grade percentage(1-100) in textbox1 and a letter grade(A,B,C,D,F) would appear in the 2nd textbox, i nailed that part. What i really need help is if i type lets say...
View ArticleMy code compiles, but my loops are wrong and probably my inFile
It compiles and everything fine, but it will only output one name with one double, like 15 times or so. I'm not sure what to work on, I don't want the answer, just someone to point me in the right...
View ArticleNew to outputting in VB for Object Oriented Programming
I believe I have the correct calculation for obtaining a persons age if they put in their birth date and maybe even correct for the GPA calculation based off of three course grades entered as Integers...
View ArticleProblem POSTING to SQL database(quick reply)
Im trying to post something to my database. The only way that i can possibly do it at this point is with this code. <?php include_once('config.php'); mysql_connect('localhost','admin','password');...
View ArticleContinue after Exception?
Alright, so here is the background. I have different shapes classes (Circle, Rectangle, Triangle) and I am trying to make a driver program that reads a .txt file and takes the input and creates the...
View ArticleWork around for list initialization in vectors
I need ideas/help to create a work around for list initialization in vectors in a class. QuoteExercise 7.32: Define your own versions of Screen and Window_mgr in which clear is a member of Window_mgr...
View ArticleMini Project ( BI)
Hello Good People, I just started using this website it's been very helpfull. Now guys i need ideas for a mini project, I am very interested in Business Intelligence software/Enterprise Application so...
View ArticleDrag and Drop
Hi, I have 2 custom controls, one is a task, the other is a person. Both are just user controls with a text box in. This is for the time being. I want to be able to drag a task onto a person, to...
View ArticleConverting From VB6 to VB .NET
Hello evryone, I have a Railway Reservation System Project and I have been trying for days now to look for a way to convert my VB6 project to VB .NET Any help from where i can get a good converter or...
View ArticlePicking middle string in lexicographic ordering
Hi, Recently I've been learning Java in my spare time, and in doing so, testing myself with questions. I've come across one that i can't get a handle on. I'm asking the user for three string inputs,...
View ArticleProcess keeps running after exiting program
Hello, I can“t find the thread that is causing the process to remain after exit. Can someone take a look and tell me how to exit properly? Here is my code: using System; using...
View Article