8,298 Topics

Member Avatar for
Member Avatar for farooqsam
Member Avatar for Jx_Man
0
49
Member Avatar for VernonDozier

I'm pretty new to Visual C#. I have a class called Node and a [ICODE]List[/ICODE] of Nodes called children. The goal is to make a Node tree. Each Node except the root Node has exactly one parent. Each Node has 0 or more children. To that effect, as part of …

Member Avatar for VernonDozier
0
160
Member Avatar for merkuries

It's my revision question. Please help... Create a Class Employee. This class holds member variables: employee number and salary. It has an array of 4 employees and includes 4 employee number and salary. Has 2 member functions: Get() employee detail, namely number and salary Display() employee detail Create main() I'm …

Member Avatar for merkuries
0
172
Member Avatar for bravefanwill

How do you write a C++ program that converts uppercase letters to lowercase using the following function header: char upperCaseToLowerCase(char ch)

Member Avatar for Ancient Dragon
0
39
Member Avatar for gsuhit

I have a report with a simple parameter (string parameter) and I'm setting it with this code: ParameterFieldDefinition parameter = _reportDocument.DataDefinition.ParameterFields["Filtro"]; CrystalDecisions.Shared.ParameterValues currentValues = parameter.CurrentValues; currentValues.Clear(); CrystalDecisions.Shared.ParameterDiscreteValue newValue = new CrystalDecisions.Shared.ParameterDiscreteValue(); newValue.Value = "Value to Set"; currentValues.Add(newValue); parameter.ApplyCurrentValues(currentValues); But when I run the report, the program show an automatic window …

Member Avatar for gsuhit
0
111
Member Avatar for msspitul

msspitul Member since: 5/21/2008 From: Northborough, MA, United States Posted - 5/21/2008 12:43:01 PM Hi, I have a program that was originally in VB that I am trying to convert to C#. I have converted all of it succesfully accept for a part that uses the "like" statement. The program …

Member Avatar for blovi32
0
443
Member Avatar for slacke

I need to write a small program which collects (20-36 string) data from several com (serial ports) and sends them out on one. For example com2,3,4 to com1. It should be on Windows Xp workstation. (It is possible that I will do it later on linux, it seems to me …

Member Avatar for Ancient Dragon
0
357
Member Avatar for johnroach1985

Hi ! I am working on this project; the thing is that I want my program to create it's own environment variable path so it can be called from and used in CMD too. How can I do this... Googling hasn't been any help yet. Thanks in advance!

Member Avatar for johnroach1985
0
135
Member Avatar for cse.vidhya

hi, i am new to this line... i want to create a registration form in that i have 6 textbox and 6 label box tell me how to insert these values into database and ei have to edit and update the values from the database....... can any one give me …

0
46
Member Avatar for skeeter5040

hello i got this error and tried to unistall it and reinstall it and still no luck here are my specs ...Can Anyone help me please!!!!!!!!!!!!!!! System Security Status CIS Benchmark Score Available only for Windows 2000, XP Pro, and 2003 Virus Protection Up-to-date Microsoft Security Updates Up-to-date -------------------------------------------------------------------------------- Computer …

Member Avatar for Laser
0
226
Member Avatar for knowledgelover

hi there I was wonder how can I , after adding files to my setup project(for C# application) to tell the setup that this file must be installed in a specific folder ini the target machine ? i.e : file to be put in a folder in the machine that …

Member Avatar for Jx_Man
0
77
Member Avatar for tejalrupera

Hi I am developing a window based application in C#.net. In this app i have to sync between flash and c#. For this i have added Shockwaveflashobjects.dll from com component. I got idea of this via this topic [URL="http://www.codeproject.com/KB/audio-video/flashexternalapi.aspx"]http://www.codeproject.com/KB/audio-video/flashexternalapi.aspx[/URL] Now when i am make a call from c# to flash …

Member Avatar for Jx_Man
0
157
Member Avatar for joytech22

when i was playing C&C 3, the game Hung causing me to try and end the process. the same happens in Colin Mcrae DiRT. im running Windows XP GPU:Nvidia Geforce 9800GTX 512MB! CPU:Amd Athlon X2 5200+ (2.7GHz ea core!) MOBO:Gigiabyte S-series PSU:codegen 530W RAM:1.7gb

Member Avatar for disophisis
0
97
Member Avatar for toro4423
Member Avatar for selvaganapathy
0
61
Member Avatar for virgilio

Hi I'm now into data structures: this is the problem: string s = "abcdef" char[] mychar = string.TocharArray(); int Length = s.length; StringBuilder sb = new StringBuilder(Length); -------Basically I need to construt a new string with the last two character iterated twice if the string = the same string. does …

Member Avatar for chsarp_vijay
0
89
Member Avatar for decobatko
Member Avatar for Ramy Mahrous
0
45
Member Avatar for szmitek

I have problem with LINQ. I have created SQL Server 2005 database Database.mdf in App_Data folder with two tables - Pages and PagesGroups. Table Pages consist of fields PageID, AspxForm, DescriptionEN, DescriptionPL, PagesGroupID, NavNameEN, NavNamePL, PageActive, NavToolTipEN, NavToolTipPL and table PagesGroups consist of PagesGroupID, NavGroupNameEN, NavGroupNamePL, NavGroupToolTipEN, NavGroupToolTipPL, GroupDescriptionPL, GroupDescriptionEN, …

0
75
Member Avatar for decobatko
Member Avatar for IT_Techno

Hi All, I am looking for source code to create a slide menu just like shown in the example [url]http://www.obout.com/sm3/pro_5.aspx[/url]. but i need it for C# windows form application not for web application I need the source code, Please help me out guys if you have anythign similar. Thanks IT_Techno

0
150
Member Avatar for darren_lewis

I am looking for a free, light weight c++ library that can create stacked bar graphs / histograms and output them as an image file (PNG would be preferrable). Any help would be greatly appreciated. --dhouse

0
49
Member Avatar for donnerCobra

Hi, I wanted to ask if you can help me with my example-sourecode to Wrap an C++ Object. I know Boost, but I don't want to use it cause of several points. Does someone knows an example code for an Object Wrapper? Thanks A LOT!!! [code=c] #include <Python/Python.h> #include <string.h> …

0
65
Member Avatar for agodislife

Can someone help me with this probem please. Thank you. [code=cpp]#include <iostream> #include <iomanip> using namespace std; int main() { double pay_rate, hours, regular_pay; double overtime_pay, gross_pay, tax, net_pay; // The functions receive no parameters and return no results. // All communication is through the global variables. void Calculate_Gross_Pay(); void …

Member Avatar for Sky Diploma
0
88
Member Avatar for priyamsc

hi, I have used asp.net2005 with c#. In that i need to show pop up menu for particular IP address when ever some new entry added to database. as we have in yahoomail. for example when we use yahoomessenger and if u have new mail it shows tat you have …

0
65
Member Avatar for agodislife

Hi, could someone please help me with this error message, I 've included my program along with the error message. Thank you. Compiling... C:\Documents and Settings\\Lab7\Lab7.cpp(33) : fatal error C1004: unexpected end of file found Error executing cl.exe. Lab7.obj - 1 error(s), 0 warning(s) [code=cpp] #include <iostream> using namespace std; …

Member Avatar for VernonDozier
0
99
Member Avatar for anoop_love007
Member Avatar for sebastian3
0
36
Member Avatar for roniswar

Hello, as an exercise in c++, I should make a parking lot, the classes are: Transport( with local protected variables color and max_velocity), Car, inherites from Transport(with extra variable model), Truck, inherites from Car(with extra variable model weight), Bike inherites from Transport(with extra variable model gear), and Parking which is …

0
55
Member Avatar for edek

Hi, I need to create list of links, like: Link1 Link2 Link3 ... which could be dynamically created during runtime. Is there any standard .Net control that can contain LinkLabel objects so that I can easily add them and remove?

Member Avatar for Ramy Mahrous
0
97
Member Avatar for sireesha.c

I have an datagridview control in c# and i want to update the values in datagridview and need to update in sqlserver automatically.

0
74
Member Avatar for Phan

I don't know if I am in the right forum for this, but it does pertain to c++ programming, so I'll post it here for now since everyone is very helpful (most of the time). We are doing a summative project on c++ and it can be any type of …

Member Avatar for Ancient Dragon
0
120
Member Avatar for knowledgelover

Hi there, I need to copy image packaged with setup file project for a C# application to the hard disk of the end user ( how is installing ), I am using installer class, but the problem is I do not find the path of the image which is supposed …

Member Avatar for Ramy Mahrous
0
204
Member Avatar for ali_ggl

Hi i have a datagrid i want to populate its cells color on some if else statements bases then how to do this. second i want to edit some cells value then how to edit grid row cell value and last is it possible to assign color for each row …

Member Avatar for Jx_Man
0
56
Member Avatar for scarface3288

This is the file I will be calling from, basically it stores something into a file called "temp.txt, so let's assume that it works and the problem is not here. This is the "file.h" file. [CODE]#include <iostream.h> #include <fstream.h> #include <string.h> #include <stdlib.h> ofstream output_file("temp.txt", ios::out); class NUM_STUD: { public: …

Member Avatar for scarface3288
0
102
Member Avatar for profesa23

im a new member who is a junior technician, my c: & d: have dissapeared under my computer and i have already scanned for viruses with karspersky and no viruses where found, the only way i can access the drives is through disc management or creating short cuts on the …

Member Avatar for thunderstorm98
0
87
Member Avatar for knowledgelover

Hi there, how can I add number of radio buttons from C# code , in other words number of radio buttons is determined just in the run , so I need to create the same number of radio buttons an dthen add them to a panel, that the number of …

Member Avatar for Jx_Man
1
88
Member Avatar for hapiscrap

C++ program in Bloodshed Dev C++, I was told by the compiler log that I have 1 error and I cant figure it out! [code] #include <iostream.h> int main () { int employeeid; int hoursworked; float hourlyrate, grosspay, taxamount, netpay; float const TAXRATE = 0.10; cout << "Enter The Employee …

Member Avatar for Nick Evan
0
123
Member Avatar for hapiscrap

Bloodshed dev c++, recieved 1 error on line 24 (return 0), here is the error.... Compiler: Default compiler Executing g++.exe... g++.exe "C:\Dev-Cpp\payroll.cpp" -o "C:\Dev-Cpp\payroll.exe" -g3 -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" -I"C:\Dev-Cpp\include\c++\3.4.2\backward" -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" -g3 C:\Dev-Cpp\payroll.cpp: In function `int main()': C:\Dev-Cpp\payroll.cpp:24: error: expected `;' before "return" here is input........ Execution terminated [code] #include …

Member Avatar for Salem
0
348
Member Avatar for monstro

Given all that I hear about the problems with global variables, is it possible to declare a windows CRITICAL_SECTION object as a member of a base class that will not be created for each derived class? I want to implement an instance counter that is threadsafe, so I thought about …

Member Avatar for monstro
0
199
Member Avatar for InfinityArc

hi i am trying to make a function for calculating the commercial boat fee, so if a boat is commercial, the program will add additional fee to the total sum, and if its not it won't add anything to it. i got the function to run, but all i am …

Member Avatar for InfinityArc
0
133
Member Avatar for gps

Hi everyone I'm new to c++. Some one told me that to know c++ one needs to know how it memory works but It made no sense to me when browsing the long codes froms the expects. Can anyone please advise me with steps to follow to learn c++ quick. …

Member Avatar for Sky Diploma
0
51
Member Avatar for sowmyask

I have a c# file from which the data/ value is passed to the xml file . then the xml file is again called along with the updated data. How do I do this?

Member Avatar for ruinedpheonix
0
94
Member Avatar for u4umang2001

string abc="40+40*4.2%+120"; how can i get the result??? means it should be computed as::: double xyz=40+40*4.2%+120; how this is possible????

Member Avatar for sebastian3
0
75
Member Avatar for u4umang2001

IN C#::: i have a string string abc="40+40*4.2%+100" now how can i get the result????

Member Avatar for corwing
0
148
Member Avatar for pash11

hi friends.. I am pretty new to c#.net web development. I have develope one simlple address application to user store contact details in database. But I gotta Problem retrieving data from database.. My MSAccess for contact_info table shown below.. username name phoneno emailid prashant shri 8379 [email]shri@gmail.com[/email] prashant ravi 277287 …

Member Avatar for Ramy Mahrous
0
91
Member Avatar for Altarium

I've got a small bit of code I need to convert to C#. However my experience with C# is very very limited and a simple python program like the one I'm trying to convert is beyond my experience in C#. If anyone knows of any converters or is willing to …

Member Avatar for Typhon
0
545
Member Avatar for knowledgelover

Hi C++ experts , actually my knowledge is not very good I can call my self degree 2 beginner , But I know how to do things in C#, and write now I need to execute what I have already done in C#, in a c++ code. MORE EXPLANATION : …

Member Avatar for mitrmkar
0
394
Member Avatar for priyamsc

hi, I am working in Asp.net 2005 with c#. In that new datas will be entered in a web form. then tat datas will be shown in administrator form. so when ever the new entry(data from database) is coming in admin form that time beep sound or alarm should come …

0
71
Member Avatar for jitupatil_2007

Hi friends can any body tell me how can i move a whole statement matching with the search string to a new file in C# any help is appreciated please...

Member Avatar for jitupatil_2007
0
84
Member Avatar for Spagett912

I'm trying to translate the following code from C++ into Asembly language but am having trouble. I know that I have to make a cmp and one or more jmp. If any1 has sugguestions or tips thats great. Here's the C++ coding: [CODE] int x = 1 * 2; int …

Member Avatar for Spagett912
0
248
Member Avatar for EBC

Could anybody advise me where I can get free resources in c++ class design, whether it's online books or websites? Thanks a lot.

Member Avatar for hatemstar
0
44
Member Avatar for compumasta

[code=c++] struct if1 { string idnum;//id number for the student string lastname;//last name of student string firstname;//first name of student int examscore[maxexam];//array of all the exam scores of the student int hwscore[maxhw];//array of all the home work scores of the student }; void alphasort(if1 student[], int n) //the alphasort function …

Member Avatar for compumasta
0
935

The End.