8,298 Topics
![]() | |
hi to all Please Send me the like for C# to Java Convertor :?: | |
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 … | |
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 … | |
How do you write a C++ program that converts uppercase letters to lowercase using the following function header: char upperCaseToLowerCase(char ch) | |
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 … | |
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 … | |
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 … | |
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! | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
Can anyone show me how to use BubbleSort to order a matrix 3x3 in C#?? | |
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 … | |
pls Help!! how to search for string in a file with C# and Web Services?? where i can the code?? thanks:)) | |
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, … | |
pls Help!! how to search for string in a file with C# and Web Services?? | |
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 | |
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 | |
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> … | |
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 … | |
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 … | |
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; … | |
i want to create media player in asp.net using C# web applicaion which is run on button click event | |
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 … | |
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? | |
I have an datagridview control in c# and i want to update the values in datagridview and need to update in sqlserver automatically. | |
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 … | |
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 … | |
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: … | |
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 … ![]() | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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???? | |
IN C#::: i have a string string abc="40+40*4.2%+100" now how can i get the result???? | |
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 … | |
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 … | |
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 : … | |
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 … | |
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... | |
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 … | |
Could anybody advise me where I can get free resources in c++ class design, whether it's online books or websites? Thanks a lot. | |
[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 … |
The End.