- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 2
49 Posted Topics
hey guy iam working with ajax slide show extender , it work perfect with one album , but i have two separte albums , i wrote the code for first album as [System.Web.Services.WebMethod] [System.Web.Script.Services.ScriptMethod] public static AjaxControlToolkit.Slide[] GetSlides() { AjaxControlToolkit.Slide[] slides = new AjaxControlToolkit.Slide[6]; slides[0] = new AjaxControlToolkit.Slide("slideshow/basit.jpg", "First image … | |
Re: when we make installer in .net the primary output file is in the application folder where software will be install , so you can easily find in the folder where you install your software. | |
hello guys i make a database software and i want to import sql file into mySQL database with query , so that when user click button this sql file is auto import , Is there any way to do this , thankx | |
Re: On the File menu, point to Add Project, and then click New Project.. In the Add New Project dialog box, click Setup and Deployment Projects under Project Type, and then click Setup Project under Templates then cheak primary output from source file , after editing your installer build it | |
Re: whats the problem its seem like your code has no error , what input you want. If you want recursively calling back in taking input in student then after complete the student info input place a choice option to make this input again . | |
Hello Guys i want to make a password protected setup installer for my VB.NET application | |
Re: i love apple logo | |
hi member i want to make an array at runtime from the input of textbox for example user enter like "34,53,34,2,5,23,13" i make array of this how can i do this | |
hello members i want to make a pi chart in my programe , How can i make it , please help me hurry.. | |
hello guys iam new to asp.net i want to build web applications for that what should i do suggest me guys | |
hello guys please help me , i make a project of window form appliction , but work well on my own pc , but if i copy full project and run on other computer it not work. Any body knows the solution of this . please tell me , iam … | |
what is the deploy and how it is done | |
how can i select a particular child node for example when i click on a node it is selected so that if selected node= TreeView1.Nodes(0).Nodes(1).Nodes(4) then messagebox.show("node selected") end if | |
Re: is there any book for window form application programming .. | |
can we pack a programme made in VB.NET as a software , like other software which can be able to install | |
hello friends i want to use result of textbox1 of the form1 into my form2 , how to do this | |
Re: #include<stdio.h> int main(void) { int num, m, div=1, rem, count=0, i,n, a; printf("Enter Number: "); scanf("%d", &num); div=num; for(i=1; i<=10; i++) { div=num; while(div!=0) { rem=div%10; div=div/10; if(i==rem) { count++; } if(i==rem && count>=2) { printf("\n%d is present %d times", i, count); } } } return 0; } | |
Re: As moschops said the above code generate random number while the generated number is not equall to 100 | |
guys how to make templete , or any link to tutorials of templete in c++ | |
i'm making a programme in which there is a button to save new text file to disk, i make a programme but it not work help me what is the error i cant understand this private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) { String^ add=textBox2->Text; String^ final=add+".txt"; ofstream save(final); save.close(); } | |
Re: void draw_shape(n,A,B) { int A; int B; for(int j=0;j<n;j++) { if(j==1) { cout<<"*"; for(int k=0;k<A; k++) { cout<<" #"; } // 2nd loop end } // if end else for(int g=0;g<n;g++) { cout<<"*"<<endl; } // else end }// 1st for loop end } // function end | |
hello guys i have to make a simple game project , i not know game programming , any body help me where to start game programming | |
guys i making a programme in this i have to merge two arrays into one new array but this code does not run at run time ,compiler does not chow any error int k[100][100]; for (int i=0;i<n;n++) { k[i][i]=k[array_1[i]][array_2[i]]; } for (int i=0;i<n;i++) { cout<<k[i][i]; } here array_1 is my … | |
Re: #include<iostream> #include<conio.h> #include<string> using namespace std; int main() { cout<<"Please Enter Password To Continue:"<<endl; string pub_pass=""; char ch; ch = getch(); while(ch != 13) {//character 13 is enter pub_pass.push_back(ch); cout << '*'; ch=getch(); } if (pub_pass=="oop") cout<<"correct password"<<endl; else cout<<"wrong password"<<endl; system("pause"); } | |
Re: void display() { for (int i=100;i<100001;i++) { if (i%5==0 %% i%9==0) cout<<i<<endl; } } | |
Re: http://www.makeuseof.com/tag/how-to-view-edit-the-source-code-of-an-open-source-app/ | |
Re: Sphere(Circle& K):Circle(K){} yoy make Sphere class's constructor and in its parameter list you add address of Circle class object, where K is the object of Circle class | |
how to file handling e.g read and write file ,with window form application in visual studio | |
can i make window form application in visual studio to be install like as we install software | |
can i make a form application in visual studio that can be install like as we install software | |
hello guys i make a simple calculator in window form application and i want to add it with a scientific calculator form how can i connect these two forms | |
| |
hey guys please tell me how to add two form in vc++ 2010 , i made a calculator in window form and i want to add one more form with a button click | |
hi members please tell me what push_back function do , and why it is use | |
Re: use switches e.g int freq1,freq2.....freqN; switch (num) { case 1: { freq1++; break; } case 2: . . . } | |
i want to get input from a textbox in visual c++ 2010 window form application i try this but it not work private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { std::string m; m==textBox1->Text; MessageBox::Show("developed by basit "); } }; help me plzz | |
Re: i'm not going to do your home work try it your self and if any problem then post it | |
The End.