Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~13.5K People Reached
Favorite Forums
Favorite Tags
c++ x 9
gui x 1
Member Avatar for papuccino1

Hello, I'm 100% new to C++ and someone recommend Code::Blocks as the best IDE for coding in this language. However when I try to run my code: [CODE=c++]#include <iostream> using namespace std; int main() { cout << "Hello world!" << endl; cin.get(); return 0; } [/CODE] I get the following …

Member Avatar for corey_2
0
2K
Member Avatar for papuccino1

A THOUSAND apologies if this question has been asked time and time again. Google gave no results and Jeeves is retired so I come looking for help in the best programming forum around. [code=csharp]private void button1_Click(object sender, EventArgs e) { pictureBox1.ImageLocation=??????????? }[/code] My question is fairly simple, what do I …

Member Avatar for NetJunkie
0
2K
Member Avatar for Indianblues

Hi , I want to add a new item to combibox at runtime. Actually in my form i am having a textbox,combobox and a button. After entering item name in textbox and then clicking on button, the new item has to added to the combobox items list. Thanks in advance

Member Avatar for Shubhamrs8055
0
1K
Member Avatar for Tyra

Hi I need help to draw a circle using c++. I have never used any programming before and have to do computer science to become a Maths Teacher. My first task is to write a program to draw a circle with the user inputing two x,y coordinates and the centre …

Member Avatar for CarminPolitano
0
233
Member Avatar for cause&effect

I was designing the strategy for Tic Tac Toe: CHOOSE THE MOVE WITH THE HIGHEST PRIORITY - if you have 2 in a row, get 3 in a row; if the opponent has 2 in a row, get 3 to block him; play the center; if the opponent is in …

Member Avatar for UsSy
0
297
Member Avatar for sid.coco

I went through many threads here, I also found a few threads related to what I need, but none worked. So please if anyone can check if there's any mistake in my code or tell me what exactly I should do... Actually I am able to view the data which …

Member Avatar for Heru-kun
0
3K
Member Avatar for papuccino1

Hi there, I have an image called 1.png in my resources folder. How do I check if the PictureBox1.Image has an image selected from my resources. Thanks.

0
70
Member Avatar for papuccino1

I made a small program for a Doctor's office, but I had to manually install SQL Server on the PC and manually create the Database and Tables. How do professionals make a program dynamically create a database? Do they even [B]use[/B] databases? Thank you for the info dudes.

Member Avatar for papuccino1
0
136
Member Avatar for db11

I've just started c# having done VB and a bit of c++. I think c# is probably a more viable option than ++, thus here I am. I've had this problem in a few languages. How do you create an array in code that is linked to an array of …

Member Avatar for papuccino1
0
2K
Member Avatar for papuccino1

Hi guys, Here's the gist of it. I want to calculate the number of days between two DateTimePickers. Then multiply that number by 4,13. Then display THAT number in a TextBox. I won't go into detail, you guys don't need that. Can someone whip up some generic code?

Member Avatar for ddanbe
0
88
Member Avatar for papuccino1

Hello. I'd like someone to help me figure this out. I have a small database: Country, State, City. Three tables. [B]I have to check that none of the names repeat themselves. Meaning, no two USA's, no two Brazil's, etc. [/B] My professor also gave us the following requirement: [B]You can't …

Member Avatar for sknake
0
180
Member Avatar for papuccino1

When I drag a ComboBox control on my form, I click it and select the DataSource property. Then I click the add new datasource link in the bottom. And SQL connection windows pops up asking me to choose a connection. Here's where the program takes a dump on my face: …

Member Avatar for sknake
0
97
Member Avatar for drfarzad

i have some amature questions . please help me . 1-in this program i need Average of 3 numbers but it dose not work : [CODE]using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication76 { class Program { static void Main(string[] args) { int x; int y; int m; float ave; …

Member Avatar for rapture
0
141
Member Avatar for papuccino1

Anyone know how I can aquire my database connection string? My professor taught me a way like so: [IMG]http://i40.tinypic.com/2v154cm.jpg[/IMG] [IMG]http://i41.tinypic.com/1059tvr.jpg[/IMG] [IMG]http://i39.tinypic.com/2le3sly.jpg[/IMG] [IMG]http://i42.tinypic.com/2eoy2qa.jpg[/IMG] However after click the new connection button the window that is supposed to open doesn't open. I don't know what's wrong. Is there any other way to obtain …

Member Avatar for sknake
0
436
Member Avatar for Filipe11

I need to know to turn off a combobox, and a trackBar! I explain, when you select an item from a combobox, I would like to disable another combobox and a trackbar in the same form ... Who can help me?:S

Member Avatar for Filipe11
0
105
Member Avatar for papuccino1

No code from me, because I have no idea what to do! :P I'm trying to build a password generator. Hope you guys can help.

Member Avatar for deathdarts
0
83
Member Avatar for papuccino1
Member Avatar for papuccino1

Hello, me and my programming group were given the task to build a program to save peoples information, for instance, Name, Last Name, Age, I.D., etc. Is there a guide, A VERY BASIC GUIDE, to pass the values of, say, a text box to an SQL Database? Or to make …

Member Avatar for Shuco
0
135
Member Avatar for papuccino1

On the click event of the picturebox, I've tried the following: picturebox1.image = imagelist1.index????? I don't know the syntax, how do I choose a picture from an imagelist and place it into a picturebox. Thanks :)

Member Avatar for LizR
0
113
Member Avatar for papuccino1

How would I go about making a testris game in c#? This is NOT for a homework assignment, this is just me practicing. I don't have any code of my own because I don't know how to approach the problem. Any help, please?

Member Avatar for vckicks
0
208
Member Avatar for papuccino1

For instance in a "For" loop: [code=csharp] for(int i = 0;i<=listBox1.[/code] What could I place after the "." at the end to check so it doesn't keep on working after the number of items?

Member Avatar for jireh
0
107
Member Avatar for papuccino1

Hello once again. I'm really interested in making a voice operated aplication for my computer (and those who want to download it). Where should I start reading on this subject. If I google it, I find a million answers but I'd rather have someone who knows their way let me …

Member Avatar for selvaganapathy
0
174
Member Avatar for papuccino1

Hello guys. :) It's me again after a loooong while. I'll get right to it then. I have to make a program that shows what procedure a processor goes through to assign it's time to each individual process the user is running. For instance: [url]http://i34.tinypic.com/2v0xycx.jpg[/url] A user would click "Round …

Member Avatar for LizR
0
191
Member Avatar for papuccino1

Hello guys. This is my first post on the site and I think I'll like it here very much. :) I already have the site set as my home page. So here is my dilemma. The program is supposed to do some pretty basic comparisons of two numbers typed in …

Member Avatar for sparty
0
161
Member Avatar for abhigame

i hav thiught a lot about the problem but at the end i was not even able to mave an inch forword .the problem is: we hav to develop a program that make user input a series and then will calculate the misiong term. ex: 1>4,6,9, ,14,16,19,... then the answer …

Member Avatar for papuccino1
0
118
Member Avatar for mimo77

[COLOR="red"]can anyone help me plz ,,plz with my project which is[/COLOR] Project Title: Simple Flight Seating Arrangement Program. Description: The seating arrangement of a flight is stored in a data file flight.txt containing five lines. Each line contains four integers, a value of 1 represents a reserved seat, and a …

Member Avatar for papuccino1
-1
195