132,723 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for damson

Can anybody help me in on how to connect my VB interface to a database. I have already designed the interface but I do not know how to connect it to Dbase. Damson

Software Development microsoft microsoft-access visual-basic
Member Avatar for AndreRet
-2
2K
Member Avatar for hari12341

Hi All, I need some guidance here...How does one close or unload all open forms in VB.Net. Can someone please help me out in this regard? Thanks very much.

Software Development vb.net
Member Avatar for sathish_ahs10
-2
2K
Member Avatar for sham
Member Avatar for AndreRet
-2
730
Member Avatar for Mona..

Hi.. first of all, I want an answer in details if u dont mind.. When we use a class with Pointer data members,why do we need to: 1. include a destructor and a copy constructor in the class 1. overload an assignment operator which return pointer this for example: // …

Software Development algorithm c++
Member Avatar for group256
-2
696
Member Avatar for harshchandra

This code calculates and the average waiting time of the process given acc to their burst time..It is a famous scheduling algorithm for process scheduling in operating sysytem . After calculating waiting time it also generates the gantt chart for the process given .

Software Development algorithm c operating-system
Member Avatar for ezkonekgal
-2
2K
Member Avatar for Taimur.Ace

I need chess game implemented in C++,it should be a 1 player game with AI techniques implemented for the computer. i m willing to pay. <snip,snip,snip>

Software Development c++
Member Avatar for NicAx64
-2
360
Member Avatar for funfullson

Hi dears. I want to send a string as sms in gsm modem witch mixed from english and unicode word. for example: "hello in persian is 'سلام' in arabic is 'السلام'." now, how I can make a pdu format from this string and what change I have to make in …

Software Development python
Member Avatar for funfullson
-2
427
Member Avatar for acejhon

hi to everyone, im having trouble with python programming... i have these 3 problems.... 1. remove a duplicates in a sorted integer 2. a python program that will detect if a number is divisible by 3 if you have solutions for my problems, can you help me pls...

Software Development python
Member Avatar for TrustyTony
-2
285
Member Avatar for avi_d59

i need a program code for my project and the project is-movie hall ticket booking using c# programming language

Software Development
Member Avatar for Geekitygeek
-2
410
Member Avatar for sDanyal

This is a incomplete code Complete this code by using Dev C++ for practice[code]#include<stdio.h> #include<conio.h> #include<stdlib.h> #include<strings.h> #include<iostream.h> #include<dos.h> #include<time.h> #include <cmath> #include <windows.h> void sleep( clock_t wait ) { clock_t goal; goal = wait + clock(); while( goal > clock() ) ; } void gotoxy( int x, int y …

Software Development c++
Member Avatar for dusktreader
-2
418
Member Avatar for judithSampathwa

hi there, i have a datagrid view and it have a datagrid view combo box in it. i use the below code to load data to the datagrid view combo box. [CODE] DataGridViewComboBoxColumn comboBox = (DataGridViewComboBoxColumn)dgvAction.Rows[i].Cells[1].OwningColumn; comboBox.Items.Clear(); comboBox.Items.AddRange(m.LoadUSEmp()); [/CODE] what i want is how can i display the first value …

Software Development vb.net
Member Avatar for rupeshbari
-2
270
Member Avatar for lab3tech

I am new to VB, and am having problems with a program. I have a textbox where the user enters a grade value, then clicks tghe add button to display the grade in a listbox. The user continues the entries until all grades have been entered. I have also programmed …

Software Development visual-basic
Member Avatar for Sarama2030
-2
2K
Member Avatar for Saxo

Would anyone have a C++ program that will prompt the user to enter the number of students and subjects that have been marked, the user should be able to enter the names of the students and subjects and the user should also enter the associated exam results. The program should …

Software Development c c# c++ display visual-basic
Member Avatar for meandmyself
-2
525
Member Avatar for Dimonbak

Hello! I currently am enrolled in an intro to VB2008. I have done well thus far but have hit a snag on Chapter 5 programming challenge 4 on p350 of the 4th edition(yellow). I swear to you I have put probably 10 hours into this embarressingly and I am ready …

Software Development vb.net visual-basic
Member Avatar for Moorendeavors
-2
583
Member Avatar for Abiha

i didn't understand ur answer plz reply in more modified way and also tell wats the prob in a=pop(); & in b=pop(); and also tell the output of a+b*c/d^e rply as quick as possible thankyou [code]#include<iostream.h> #include<conio.h> #include<string.h> #include<stdio.h> #include<ctype.h> #include<math.h> #define MAX 20 char stack[MAX]; int top=-1; char pop(); …

Software Development c++
Member Avatar for NP-complete
-2
1K
Member Avatar for bladethebric

im probalby beiing anoying like this.. but can somone help me .. im a real beginer at this.. the point is i rly need help :D its like this mmm i need to make a hangman game half of the code is done.. and it seams i cant draw the …

Software Development c++
Member Avatar for NP-complete
-2
254
Member Avatar for em-kay

Hello FirstPerson First of all, Im not an openGL expert but Im trying to write a code of a movng object and Im facing some problems. So i need your help please here is the code [CODE]#include <iostream> #include <cmath> #include <windows.h> #include <gl/Gl.h> #include <gl/Glu.h> #include <gl/glut.h> double r=600/4,delta=1/r; …

Software Development c++ opengl
Member Avatar for em-kay
-2
2K
Member Avatar for pinkey

write a c++ program for doing string searching? the assumptions: 1.the progeam should read an arbitrary text from a text file. the name of the file should be read from the user. 2.the size of the text (num of lines and num of characters in each line is arbitrary. the …

Software Development c++
Member Avatar for chiwawa10
-2
317
Member Avatar for harshchandra

This program generates different combinations of a number or a string as given by the user.just a simple implementation of arrays.

Software Development c
Member Avatar for Nick Evan
-2
266
Member Avatar for kashimushi

Problem Statement: Finding the repeated elements in an array You are required to write a program that takes 10 integer values in an array as input from user. After getting input, the program should find the elements with repetition and number of times each element is repeated. Detailed Description: 1. …

Software Development c++
Member Avatar for needhelp//
-2
2K
Member Avatar for bl@ck_d3ath-v2

hi i want help in my project m working on the BOOK class. plz make USER class as m getting alot of difficulties in it...i will user ur code as a reference code and will write my own code after undertanding it thnx

Software Development c++
Member Avatar for NathanOliver
-2
1K
Member Avatar for manju_b_2006

help me how to download turbo c , and how to open . and how to start.

Software Development c
Member Avatar for Adak
-2
593
Member Avatar for djinn1971

i am trying to set a key press event to accept only letters a-z and back space no numbers but im not sure how to word it can anyone help?

Software Development vb.net
Member Avatar for kvprajapati
-2
1K
Member Avatar for timbomo

error C2297: '>>' : illegal, right operand has type 'void' error C2296: '>>' : illegal, left operand has type 'float' error C2297: '>>' : illegal, right operand has type 'void' warning C4552: '>>' : operator has no effect; expected operator with side-effect. i get these errors and i dont know …

Software Development c++ ios
Member Avatar for kvprajapati
-2
1K
Member Avatar for msaqib

This is an automated system for Bank Management. It uses files to handle the daily transactions, account management and user management. Nice graphical layout and mouse functionality. Manager can add, edit and delete the users and manage the user accounts. Code From: <URL SNIPPED>

Software Development c
Member Avatar for jephthah
-2
318
Member Avatar for Muhammadlodhi

HI i made this program for odd inputs if press 5 then ***** * * ***** * * ***** but not showing the correct answer. write a right code if u can plz thanks alott. [CODE] #include <stdio.h> int main() { int num, i; printf("press any odd num"); scanf("%d", &num); …

Software Development c
Member Avatar for jephthah
-2
291
Member Avatar for Muhammadlodhi

Hey guys and girl i need your help in program only in C CODE user press only odd numbers then the following result has been shown like if 3 then *** * * *** if 5 then ***** * * ***** * * ***** PLZ HELP ME >>>> Thanks

Software Development c
Member Avatar for Salem
-2
364
Member Avatar for virgin199

hello how are you ?? I sing here because i know that you will help me.:) I have a difficult:( assignment and I have to give it to the teacher tomorrow at 9 am, It’s about the class and it says A. Some of the characteristics of a book are …

Software Development c++
Member Avatar for jephthah
-2
670
Member Avatar for LunchBox_1001

Ok i im writing code that uses three funcrions and they are int getNumAccidents(); void findLowest(); void findHighest(): This proram function is this determines which of 5 geographic regions within a major city (north, south, east, west, and central) had the fewest and highest reported accidents last year. Could some …

Software Development c++
Member Avatar for Fbody
-2
260
Member Avatar for gauravvmahhajan

I used VB 6.0 very much. There is a provison to compile to EXE file then package and deployment wizard make setup.exe But I learned VB.Net 2005 programming but I couldn't any way to make a setup program or any alternative to sell my project.

Software Development vb.net
Member Avatar for kvprajapati
-2
2K
Member Avatar for eternaloptimist

i need a function to line up the info with these columns.: Name Test 1 Test 2 Test 3 Average here is the code that i have so far.: [CODE]#include <iostream> #include <iomanip> using namespace std; void arrSelectSort(float *, int); void showArrPtr(float *, int); void showAverage(float, int); int main() { …

Software Development c c# c++
Member Avatar for Fbody
-2
1K
Member Avatar for Comatose

Another Small And Simple Function To Take Each Character of a string, and put it into an Array, This helps significantly when you need to sift through a string. This Function Uses The spush (String Push) Function, Also In Code Snippits.

Software Development visual-basic
Member Avatar for jfc2k4
-2
913
Member Avatar for ziaul1234

hi I am really having a problem on making a project of inventory system in Java. The project says: The inventory control system should have 1. Login in to the system. 2. Adding new items. 3. Modifying data of selective item. 4. Deleting existing items. 5. Check the stock availability. …

Software Development java
Member Avatar for linx311
-2
459
Member Avatar for ritika_khanna

hi, i am doing on online railway reservation projet in vb.net. I have taken train scheduling in which i have to specify routes of all the stations which are coming in between source and destination.routes are specified in rows and columns.But i do not understand how i specified routes in …

Software Development vb.net
Member Avatar for peter_budo
-2
965
Member Avatar for alcay

i want to become a programmer. can you help me?

Software Development c++
Member Avatar for TheGhost
-2
279
Member Avatar for CppBuilder2006

I need an API function that disconnects the computer from internet! does type of connection matter? eg dial up, adsl or.. :)

Software Development api c++
Member Avatar for CppBuilder2006
-2
583
Member Avatar for jan1024188

I want to know how to write a program that moves for example C:\ex.exe to D:\ex.exe.... What header to use? stdio.h? what function to use? Can i get a link of source(this program) ?

Software Development c++
Member Avatar for luigi10011
-2
20K
Member Avatar for naren7

how to add youtube videos in windows player in winforms using c#.net.or what is other way to do this.

Software Development
Member Avatar for Diamonddrake
-2
847
Member Avatar for Scuppery

If you are on school and you are taking algebra like me or just want to find the missing length of one side of the triangle than this program should help you out. Pythagorean Theorem Calculator is great and extremely essay to use thanks to this little program I pass …

Software Development python
Member Avatar for hondros
-2
2K
Member Avatar for chester1908

Hey all. (the reason i dont post code is a)because i think its far too long because the whole program is not just about that and b) because i think you might be able to help me w/o code,as it is kind of wierd problem)~~ So i wrote this program …

Software Development c
Member Avatar for Murtan
-2
268
Member Avatar for harshchandra

This program takes two decimal number from the user and a operator for addition or substraction.it displays the binary equivalent of both number and also the added or substracted binary number .

Software Development c
Member Avatar for Nick Evan
-2
614
Member Avatar for sentinel123

hi guys is there a way to refer to every 2nd symbol of a string? example: [CODE] mystring = 'bananasplit' [/CODE] i want to refer to every 2nd and every 3rd symbol of any string the user types in. in this case the 1st symbol is 'b', the 2nd is …

Software Development python
Member Avatar for sentinel123
-2
4K
Member Avatar for HelloWorld23

Hello -- 1. Can you compile C code in Visual Studio.NET ? If so, can you please submit the proper steps in order to do this. Thank You :)

Software Development c++ visual-studio
Member Avatar for shani443gb
-2
4K
Member Avatar for IT seeker

[COLOR="Green"][B]salam i m new here. i m student of MIT. the basic problem is with that i cant understand the statement of proagram that what i have to do in it. and theoratical i know what is cin, cout, headerfiles etc but not very much. so i ve to submit …

Software Development c++
Member Avatar for IT seeker
-2
480
Member Avatar for samira1993

9. Create an application that will predict the approximate size of a population organisms. The user should select or enter the starting number of organisms in a combo box, enter the average daily population increase (as a percentage) in a text box and select or enter the number of days …

Software Development visual-basic
Member Avatar for vb5prgrmr
-2
486
Member Avatar for nevets04

[code] def a(classname,highdamageweaponname,lowdamageweaponname,ldmgname,hdmgname,yourhealth,enemyhealth,ldmgspellname,hdmgspellname): import os import random os.system("clear") monsters = ['cyclopse', 'duck', 'dragon', 'wizard', 'magician'] randommonster = random.choice(monsters) print "Class: %s" % classname print "1) %s (More damage, but less armor)" % highdamageweaponname print "2) %s (Less damage, but more armor)" % lowdamageweaponname a = int(raw_input("You are battling a %s …

Software Development os-x python
Member Avatar for nevets04
-2
312
Member Avatar for sharathk60

[CODE]OleDbConnection con = new OleDbConnection("Provider = Microsoft.Jet.OLEDB.4.0; Data Source = D:\\incomexp.mdb"); OleDbCommand com; OleDbCommand com = new OleDbCommand("insert into incomeexp values (@year,@month,@data,@bal,@inc_exp)",con); com.Parameters.Add("@year", OleDbType.Integer); com.Parameters["@year"].Value = yr; com.Parameters.Add("@month", OleDbType.Integer); com.Parameters["@month"].Value = mn; com.Parameters.Add("@data", OleDbType.Char); com.Parameters["@data"].Value = s ; com.Parameters.Add("@bal", OleDbType.Decimal ); com.Parameters["@bal"].Value = j ; com.Parameters.Add("@inc_exp", OleDbType.Char); com.Parameters["@inc_exp"].Value = s1 …

Software Development open-source
Member Avatar for sknake
-2
270
Member Avatar for hla3mi

suppose that each of the four edges of a thin metal plate is maintained at a constant temperature and that we wish to detrmine the steady state temperature at each interior point . to do this we divide the plate to squares the corners of which are called nodes. and …

Software Development c++
Member Avatar for vmanes
-2
268
Member Avatar for hket89

Standard telephone keypads contain the digits 0 through 9. The numbers 2 through 9 each have three letters associated with them, as indicated by the following table: Digit Letter 2 A B C 3 D E F 4 G H I 5 J K L 6 M N O 7 …

Software Development c
Member Avatar for hket89
-2
503
Member Avatar for needhelpe

hello! I am having problems with a palindrome program. I have to input an integer between 1 and 9. and then the output has to be: for example if I input 4: output: 1234321 if I input 5: output: 123454321 if 1 output: 1

Software Development c c# c++
Member Avatar for twomers
-2
389

The End.