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
~28.5K People Reached
Favorite Tags
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
129
Member Avatar for Papa_Don

Group, I've created and published a VB.net program. I've also installed this onto my computer. I want to set it up now to run via the Window Task Scheduler. However I need to locate the executable file to start the run. However I'm unable to find it using the name …

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
592
Member Avatar for اشرف_1

Hello I have VB.NET System ; I wanna to make setup (.exe) for the program. The Program depend on SQL Server Database. How I can make it exe file with the database, and to install all the configuration on any PC. What I shall do according to the connection string …

Member Avatar for basit_3
0
2K
Member Avatar for Muhammad_102

Hy Guys,I Need Your Help Regarding This Question.. I run this Program on Dev c++ and Compiler did not Show Error but During INput I can not input Name and Address in both student class and School Class.. Sorry For bad English.. :) #include<iostream> #include<string.h> #include<fstream> using namespace std; class …

Member Avatar for 2teez
0
232
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
92
Member Avatar for adamhmiles

There are rumors that iPhone 5S or iPhone 6 (whatever it will be called) will be introduced in a number of colors, with big size, excellent 12 MP camera, thumb impression detection for security and will be a bit bigger in size. What will be your favourite feature among these …

Member Avatar for Cbgttyu
0
399
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
88
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
117
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
115
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
382
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

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

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
62
Member Avatar for basit_3
Member Avatar for Santanu.Das
0
191
Member Avatar for leonardo123

Write a C program to input an integer, and output how many times each digit occurs in the integer.

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

hey guys can anyone tell me what is actually happening in the code given below.?? #include<iostream> #include<conio.h> using namespace std; int main() { int randNum = (rand() % 100) + 1; while (randNum != 100){ cout << randNum << ","; randNum = (rand() % 100) + 1; } cout<< endl; …

Member Avatar for basit_3
0
146
Member Avatar for Ihteshamullhaq

#include <iostream> using namespace std; main() { int matrix[2][2]; for (int i = 0; i<=2; i++) { for (int j = 0; j<=2; j++) { cout <<"Please Enter matrix "<<i<<"th row and "<<j<<"th Column "; cin >>matrix[i][j]; } } //Display the Matrix for (int i = 0; i <= 2; …

Member Avatar for basit_3
0
124
Member Avatar for basit_3

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

Member Avatar for Moschops
0
174
Member Avatar for basit_3
Member Avatar for Moschops
0
192
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
177
Member Avatar for kiran_8

write an program to input elemants in 2d array and display this in matrix form

Member Avatar for NathanOliver
-3
101
Member Avatar for robski

Hi. I,ve got some very helpfull advice from various experts on here and have nearly finished my program but am having a problem with a do while loop. When i try to put a do while ( the input isn't numbers one to ten) loop on a certain part of …

Member Avatar for ROMEO VINEET
0
347
Member Avatar for lamlomeh

Write a function to take an integer and two character. Your function should draw a shape similar to the one below. For example: DrawShape( 5, '#', '*') Outputs the following *#### #*### ##*## ###*# ####* p.s: (without the(. at the begining) i added cous the shape wont set right if …

Member Avatar for David W
0
140
Member Avatar for markdean1989

Why is it that whenever I use the getline function I get an error during execution. To clarify... I have this code; cout<<"Enter your string: "; getline(cin, myString); //line 1 cout<<"Enter your name: "; getline(cin, myName); //line 2 cout<<"Age: "; cin>>age; //line 3 output: ____________________________ Enter your string: gfgfkjhjkhgg Enter …

Member Avatar for David W
0
2K
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
226
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
186
Member Avatar for basit_3