thanks yes ,i am calling form 2 from form 1 and hiding form 1.i'll try what you suggested and post the result..
thanks peterpaulrubens2011 i used Application.Exit() in the close buttons and it works great now but i still have the same problem if i use the...
Hello everyone,i am new to visual basic but have to make an application using it for a project. I am familiar with c/c++ and visual basic seems...
take a look at this too it's a program to sort even and odd numbers and put them into different files.. the output is not what it should be........
hey guys i made this program but i can't make it work. it's a program to remove extra spaces from a file. please help need to get program working...
that does not solve the problem. okay the error is detected but what am i supposed to do to correct it.
here you go..:wacky: #include<iostream.h> #include<conio.h> #include<string.h> #include<stdio.h> class str { public: char s[100]; str()...
replacing x and y by char *x and char *y solved that problem but now the strcat function shows the error line 18:"Lvalue required" line 44:"Not an...
the second answer is partially correct as x is not declared but i have to use <conio.h> for above mentioned reasons.....:happy:
I use turbo c++ not ansi c++ so i have to use <iostream.h> and not otherwise.
thank you for the suggestions guys.. FYI i use turbo c++, SaswatPadhi is right if i use using namespace std it will give me more errors. :happy:
i need to get this code debugged .... thank you in advance..:confused: #include<iostream.h> #include<conio.h> #include<string.h>...
Thank you for pointing out the error. i completely forgot to check that out. will use your advice but i never really understood what using...
C++ program to maintain bank record. The program is not complete as there are a couple of options to be added but the program now should and...
Separate names with a comma.