Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Code Snippets Interview Questions
Questions Answers Views Company eMail

How to get Filename from Path?

554

How to Check if Folder Exists?

572

What is GUID anyway?

593

How to check if Folder is a Special Shell Folder ?

523

How to Get File Extension?

525

How to Check if File Exists?

532

What is the functionality of FindWindow?

574

What is the functionality of EnumChildWindows?

494

What is the functionality of EnumWindows?

556

What is the functionality of GetDesktopWindow?

588

What is the functionality of SetForegroundWindow?

590

What is the functionality of SendMessage?

746

What is the functionality of GetWindowText?

562

What is the functionality of GetWindowTextLength?

611

What is the functionality of GetWindow?

599


Un-Answered Questions { Code Snippets }

Can I execute a XML?

571


How to get Dynamically Linked Comboboxes Set?

2441


What is the functionality of EnumWindows?

556


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

4530


Create a Menu that can be activated while clicking on Right Mouse button

2117


Write a Program for matrix multiplication.

909


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

3237


how to Scroll a DIV content

2572


Write a python program to count the number of vowels in a string?

874


Write a python program to check if a number is a strong number?

859


snippet to prevent submission of form when certain/any validations got failed

1915


#include int main(void) { int a=4, b=2; a=b<>2 ; printf("%d",a); return 0; }

1637


What are the features of XML?

597


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

1229


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

3004