Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
2
0 Endorsements
Ranked #2K
~29.2K People Reached
Favorite Tags

49 Posted Topics

Member Avatar for basit_3

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 …

Member Avatar for AleMonteiro
0
131
Member Avatar for Papa_Don

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.

Member Avatar for Minimalist
0
5K
Member Avatar for basit_3

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

Member Avatar for basit_3
0
600
Member Avatar for اشرف_1

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

Member Avatar for basit_3
0
2K
Member Avatar for Muhammad_102

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 .

Member Avatar for 2teez
0
239
Member Avatar for basit_3

Hello Guys i want to make a password protected setup installer for my VB.NET application

Member Avatar for basit_3
0
96
Member Avatar for adamhmiles
Member Avatar for basit_3

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

Member Avatar for Reverend Jim
0
92
Member Avatar for basit_3

hello members i want to make a pi chart in my programe , How can i make it , please help me hurry..

Member Avatar for basit_3
0
121
Member Avatar for basit_3

hello guys iam new to asp.net i want to build web applications for that what should i do suggest me guys

Member Avatar for sfiso27
0
116
Member Avatar for basit_3

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 …

Member Avatar for zelrick
0
386
Member Avatar for basit_3
Member Avatar for basit_3

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

Member Avatar for Reverend Jim
0
1K
Member Avatar for Dave Sinkula
Member Avatar for shahidali6
11
10K
Member Avatar for basit_3

can we pack a programme made in VB.NET as a software , like other software which can be able to install

Member Avatar for Stuugie
0
64
Member Avatar for basit_3
Member Avatar for Santanu.Das
0
196
Member Avatar for leonardo123

#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; }

Member Avatar for mridul.ahuja
-3
152
Member Avatar for ashhad kamal
Member Avatar for AQ

As moschops said the above code generate random number while the generated number is not equall to 100

Member Avatar for basit_3
0
150
Member Avatar for Ihteshamullhaq
Member Avatar for basit_3

guys how to make templete , or any link to tutorials of templete in c++

Member Avatar for Moschops
0
178
Member Avatar for basit_3
Member Avatar for Moschops
0
194
Member Avatar for basit_3

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(); }

Member Avatar for NathanOliver
0
180
Member Avatar for kiran_8
Member Avatar for NathanOliver
-3
102
Member Avatar for robski
Member Avatar for lamlomeh

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

Member Avatar for David W
0
147
Member Avatar for markdean1989
Member Avatar for basit_3

hello guys i have to make a simple game project , i not know game programming , any body help me where to start game programming

Member Avatar for Schol-R-LEA
0
230
Member Avatar for basit_3

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 …

Member Avatar for ddanbe
0
198
Member Avatar for basit_3
Member Avatar for Asira18

#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"); }

Member Avatar for David W
0
370
Member Avatar for LONGWAY

void display() { for (int i=100;i<100001;i++) { if (i%5==0 %% i%9==0) cout<<i<<endl; } }

Member Avatar for Schol-R-LEA
0
141
Member Avatar for Febin_1
Member Avatar for basit_3
0
71
Member Avatar for ivan3510

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

Member Avatar for basit_3
0
158
Member Avatar for Baalla
Member Avatar for basit_3

how to file handling e.g read and write file ,with window form application in visual studio

Member Avatar for basit_3
0
285
Member Avatar for basit_3

can i make window form application in visual studio to be install like as we install software

Member Avatar for deceptikon
0
173
Member Avatar for basit_3

can i make a form application in visual studio that can be install like as we install software

Member Avatar for rubberman
0
53
Member Avatar for basit_3

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

Member Avatar for basit_3
0
108
Member Avatar for ArpitJ.25
Member Avatar for basit_3
0
116
Member Avatar for Sicelo
Member Avatar for basit_3

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

Member Avatar for ddanbe
0
61
Member Avatar for basit_3

hi members please tell me what push_back function do , and why it is use

Member Avatar for Lutina
-1
145
Member Avatar for rose_2

use switches e.g int freq1,freq2.....freqN; switch (num) { case 1: { freq1++; break; } case 2: . . . }

Member Avatar for tinstaafl
0
147
Member Avatar for basit_3

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

Member Avatar for ddanbe
0
236
Member Avatar for S-e-c-r-e-t
Member Avatar for shafiqkuidad
Member Avatar for Emmanuel Atiemo

i'm not going to do your home work try it your self and if any problem then post it

Member Avatar for basit_3
0
77
Member Avatar for parkp

The End.