CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: arshad115

Search: Search took 0.01 seconds.

  1. Re: Creating a Picturebox at Runtime (windows forms applications)

    yeah its my favorite too!....
    thanks
  2. Re: Creating a Picturebox at Runtime (windows forms applications)

    ya, i need to learn the basics.Our University sucks,they didnt even teach us Programming in GUI and gave us a project to make a Generic Predator/Prey Game.....
  3. Re: Creating a Picturebox at Runtime (windows forms applications)

    hmm...i have no idea what you are talking about,but i will try search.thanks!
  4. Re: Creating a Picturebox at Runtime (windows forms applications)

    hey,i can make the picture box now.Thanks Anyways.can you please explain how to make an array of objects in windows form?
  5. Re: Creating a Picturebox at Runtime (windows forms applications)

    i have tried that too...it doesnt work....:(
  6. Creating a Picturebox at Runtime (windows forms applications)

    Hi,I want to create a picturebox at runtime.i mean when i click a button then,the picturebox is created.
    i have tried this code, but it doesnt work.





    ...
  7. Replies
    1
    Views
    1,331

    Re: Rectangle movement (GUI Windows Forms)

    use keydown event of thee rectangle....or ask your friends!...lol
  8. Replies
    4
    Views
    789

    Re: How To Return to Main()

    i want to return to the lines above ,where i call the function,i cant design my program.
    i want to return to a menu which is in the main and if the user wants to run the function again then he can...
  9. Replies
    4
    Views
    789

    How To Return to Main()

    i have so many functions in my program,what i want to do is, i want to return back to the main() but in somewhere middle of it!.

    should i use goto statements?
    i tried 'em,it gave some error!
    ...
  10. Replies
    9
    Views
    1,789

    Re: strstr() Runtime Error - HELP!

    char s[]={"this is a simple string"};
    char t[]={"is"};

    is used to to initialize the array by the string given,the comipler counts the number automatically
  11. Replies
    9
    Views
    1,789

    Re: strstr() Runtime Error - HELP!

    i debugged my code and it gives the following error just as it calls my function

    "Unhandled exception at 0x1026f8e0 in Assignment 3_Question 2.exe: 0xC0000005: Access violation reading location...
  12. Replies
    9
    Views
    1,789

    strstr() Runtime Error - HELP!

    i have made this strstr() function,it gives the correct answer if it finds the correct string inside the another but the program crashes if it does not find the string,gives a runtime error,compliler...
  13. Replies
    4
    Views
    735

    Re: Runtime Error - Dynamic Arrays

    i just used both of them to run my code,but none of them works,both give error,i just wanted to show that i have tried both of them!
  14. Replies
    4
    Views
    735

    Runtime Error - Dynamic Arrays

    i m getting a runtime error and the program skips the first attribut i.e name,and gives a runtime error at the second one.compiler gives some warning about gets".\Assignment 3_Question 4.cpp(118) :...
  15. Re: How to Get 2D Dynamic array input in Function??

    i also tried to get input in a simple for but it didnt work either

    // test.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include "iostream"

    using...
  16. How to Get 2D Dynamic array input in Function??

    i m having so many problems,i m trying to make an hotel database management program in win32 console and i m not allowed to use structures,only variables or pointer or Dynmaic arryas.

    i m using 2d...
  17. Replies
    3
    Views
    1,243

    Re: How to get Input in 2D dynamic array??

    can u explain a bit please????
  18. Replies
    3
    Views
    1,243

    How to get Input in 2D dynamic array??

    i m making a hotel database management system and i have to add records, update and delete them.i m having problem in getting the input,how will i use double pointers?? and i have to get a certain...
  19. Replies
    1
    Views
    1,067

    What is the scope of 2d Dynamic array??

    i am making a hotel database management system and i m using many functions in it,i want to know if i get the input in the 2d dynamic array in one function,would i be able to use it in another...
  20. Replies
    6
    Views
    956

    Re: Add, Update & Delete Record -- HELP!!

    use 2d arrays moiz!
Results 1 to 20 of 21





Click Here to Expand Forum to Full Width

Featured