Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
~6K People Reached
Favorite Tags
Member Avatar for tonymuilenburg

Hi All, I would like to start distributing a couple of apps, but when they are installed, the user will get a popup telling them to be careful of malware, and that I'm not a verified publisher. Does anyone know how I get verified?

0
54
Member Avatar for tonymuilenburg

Hi All, I'm trying to figure out how to load images from a resource file into a picture box using a visual studio windows forms application in c++. I figured out two different ways to do this in c# by going through the forums, but I cannot figure it out …

Member Avatar for tonymuilenburg
0
1K
Member Avatar for tonymuilenburg

Hi All, I'm building a C# game that will handle drag and drop of images and labels in a visual studio form, but when I drag around a component, the form takes big performance hit. For example, I have some images moving around on the form (pictureboxes) and these stop …

Member Avatar for tonymuilenburg
0
166
Member Avatar for tonymuilenburg

Hi All, I'm developing some simple C++ windows forms application games using visual studio.net 2008, and am looking for some ways to distribute the game to paying customers. I'm starting with Intel's appup distribution, but that's only just starting to take off. Any suggestions?

Member Avatar for tonymuilenburg
0
161
Member Avatar for notuserfriendly

Hello, i am currently writing an assembler for the theoretical SIC/xe machine and i decided to do it in python. Very new to python but i thought it would be fund to do it in and willing to learn. So far i know what to do and have the diea …

Member Avatar for woooee
0
496
Member Avatar for john10

Hi, I've only learned c++ for about 2months, I've basically learned up to arrays, two and multiple dimensions but not in-depth. Currently reading through pointers. I've managed to achieve a similar graph to what i am supposed to have. What I'm getting. [IMG]http://i109.photobucket.com/albums/n79/johnz13/graph1.jpg[/IMG] Should look like. [IMG]http://i109.photobucket.com/albums/n79/johnz13/graph.jpg[/IMG] Problem I am …

Member Avatar for VernonDozier
0
175
Member Avatar for rowley4

I am trying to get my program to print the normalized matrix values and the maximums for each column. The output should be organized nicely in rows by columns manner followed by a row of values for each column maximum. For each column of the matrix find the member-cell with …

Member Avatar for jonsca
0
133
Member Avatar for the game master

the person to help me will have admin access. if someone knows how to do this please reply.

Member Avatar for the game master
0
135
Member Avatar for pinsickle

[CODE]void Graph::writeShortestPaths (int first, ostream& outfile) { for (int i = 0; i < n; i++)// each vertex { currentDistances[i] = 999999; predecessors[i] = -1; toBeChecked[i] = true; } currentDistances[first] = 0; writeShortestPathsHeader (outfile, first); int pass = 0; while (moreShortestPathsToFind()) // see below { int minVertex = first; // …

Member Avatar for pinsickle
0
138
Member Avatar for kneel

[code] #include <iostream> #include <list> #include <numeric> #include <algorithm> using namespace std; int main() { // create linked list of integers list<int> the_list; // input as requested cout << " Enter length of the list " << endl; size_t len; cin >> len; for(size_t i=0; i<len; ++i) { cout << …

Member Avatar for kneel
0
156
Member Avatar for Nagalakshmi J M
Member Avatar for iammfa

Hi, The following is an exercise in c++, I solved it but I doubt my solve is not right ..can someone tell me is my solve right or wrong especially the compiler didn't give me any errors [I][B]The exercise:[/B][/I] first look the attached image, The acceleration of a sleigh sliding …

Member Avatar for jonsca
0
1K
Member Avatar for skorm909

ok so i want to make my code in a window instead of c++ how would i do this? can someone give me a example?

Member Avatar for tonymuilenburg
0
73
Member Avatar for s_ellis88

I need 5 T or F questions with the option to input the answer and then add the correction to answer if right or wrong. i just need random questions! I am thinking of going to school for computer programming and my FIL is a programmer. [code] #include <iostream> #include …

Member Avatar for tonymuilenburg
0
105
Member Avatar for Lolalola

Hi, now program show Messagebox and wait user decision. How make, that program don't wait? Show Messagebox, ant keep going.

Member Avatar for Fungus1487
0
120
Member Avatar for jockfaire

Hi, I have an Add Order form called frmAddOrder with a customer combobox. I am using a DataReader object in a DataAccessObject class with a getAllCustomers() method to retrieve the list of customers from the database. In the frmAddOrder i have a method called fillCustomerComboBox() to populate the combo box …

Member Avatar for tonymuilenburg
0
138
Member Avatar for tbohon

All: I am trying, without much success, to append files in a C#.Net application. The code below shows my most recent attempt, unfortunately it doesn't work (this is iteration 5296.5 - approximately). Coming into this case statement there are two arguments, tokens[0] and tokens[1], which I have read and parsed …

Member Avatar for tonymuilenburg
0
221
Member Avatar for prade
Re: gui

hi i have completed my project on disk scheduling using graphics & i am thinking of creating a little graphical user interface but i am confused on how to go about it.....(i have done my project on dev c++ using winbgim).....tell me how to create a less complicated graphical user …

Member Avatar for tonymuilenburg
0
74
Member Avatar for angel_banned

Hello all.. Sorry because Im opening this stupid post.. The reason why I make this stupid thread because I need some advise and help for me the beginner.. I want learn how to create a programme.. I had download Microsoft Basic c++ 2005 about 3 months ago.. I surfing in …

Member Avatar for tonymuilenburg
0
101
Member Avatar for tonymuilenburg

Hi all, I'm trying to capture an event when tab is pressed in a textbox using visual studio.net, and am having a hard time. I can capture anything else, inluding the keys that are difficult like instert, alt, and the arrow keys. Here is the MSDN page that did not …

Member Avatar for tonymuilenburg
0
296
Member Avatar for Trents

Okay, so I am EXTREMELY new to programming and my teacher is not exactly a great one, sadly. I am attempting to sort a string alphabetically. For example: Prompt to enter name: Alex Joe John Bill Cait Then sort and print: Alex Bill Cait Joe John Here's what I have …

Member Avatar for invisal
0
145
Member Avatar for mehran.s.h

Hi everybody. How can I write a program with C++ that finds pattern. For example if we give the program 3 pairs like (2,5),(5,11),(1,3) and then enter 6 the program returns 13. note:the pattern was 2x +1. Thank you.

Member Avatar for tonymuilenburg
0
84
Member Avatar for corby

Ok so this is my code below in my member function definition .cpp file. The problem is when I execute the program it will not let me fill the answer for the first question so for example the output is: Please enter the name of the receiver: Please enter the …

Member Avatar for corby
0
104
Member Avatar for adrian75

can anyone help me with this c++ program? its a little much but i would really appreciate it Project specifications: Create a 2-player game that utilizes the “a s d f” and “4 5 6 8” keys on your keyboard. It would be a modified rock, paper, and scissors game, …

Member Avatar for tonymuilenburg
0
380
Member Avatar for tonymuilenburg

Hi, I'm trying to loop through multiple textboxes in a C++ form using visual studio.net 2008 to set the selection start for each. The code for a single textbox is easy: [CODE] textBox1->SelectionStart = 4; [/CODE] When I try to assign textBox1 to a Control variable, and assign selection start, …

Member Avatar for tonymuilenburg
0
171