8,298 Topics

Member Avatar for
Member Avatar for Poab9200

Hello All, I have a question more like suggestions but none the less. For the past few days I've been thinking what "skill sets" not too sure what the proper word would be. Ok more to the point. I just what to know what things a programmer would need to …

Member Avatar for Poab9200
0
124
Member Avatar for Chumpcash

Hey, I really need some help fixing the errors in this source file! I honestly don't know how to fix some of the errors. This assignment has to be submitted it 2 days. I've looked for the missing sytax errors and the other ones but i just cant seem to …

Member Avatar for Yiuca
0
176
Member Avatar for jineesh
Member Avatar for extofer

I have a third-party JavaScript that works as a button.... I need to call from that script to a C# function. Is there anyway to do that??

Member Avatar for serkan sendur
0
88
Member Avatar for manzoor

I am encountering a problem while reading config files. The scenario is like this, I have two programs. Program A reads its configuration from a config file and program B is only used to modify the contents of the config file which A reads. The name of the config file …

Member Avatar for manzoor
0
213
Member Avatar for ashokrajendran

hi guys, Can any one have the code to diplay the List of database schema in the DB2 database. I jus want to display the list of database schema in a combo box of a form in C#. Kindly help me [its urgent] Thanks, AshokRajendran

Member Avatar for kvprajapati
0
73
Member Avatar for history84084

I am using the following code to show existing C# forms. It works for some and not for others Suggestions would be appreciated! Form frmFDDsearch = new frmFDDsearch(); frmFDDsearch.Show();

Member Avatar for kvprajapati
0
149
Member Avatar for undead25

Hi there. I'm sor of beginner in c# and want to compare the value of the elements form a XML file with other values wich i declare for example. My XML file looks like this: <alarma> <conditii> <conditie> <semnal>Umiditate</semnal> <operator_semnal>=</operator_semnal> <valoare>90</valoare> </conditie> <operator>&</operator> <conditie> <semnal>Temperatura</semnal> <operator_semnal><</operator_semnal> <valoare>37</valoare> </conditie> </conditii> </alarma> …

Member Avatar for undead25
0
2K
Member Avatar for DaMist

Hi there, This is my first time posting here so I would first like to apologize for any mistake I may make. The reason I'm here is because I am designing an assignment in which I draw a .bmp to the screen and the image is supposed to float inside …

Member Avatar for kvprajapati
0
106
Member Avatar for skumar.snl

To get Twitter user Detail,Followers,following by using UserName without password

Member Avatar for Tekmaven
0
89
Member Avatar for polo_coins

Hi I wrote such code it works mostly perfect(you may use it) but I don"t know how to add attributes to some TAGs for example I want to change Expire date to attribute of buyer I want you suggesting how to add attributes [ICODE] class Program { static void Main(string[] …

Member Avatar for kvprajapati
0
101
Member Avatar for rtwister

whenever i run the below program it asks me to type in a password and it should go through all that could possibly be the password but if i type in a password of 2 or more digits it only displays the first letter of the password. [CODE] #include <iostream> …

Member Avatar for tux4life
0
104
Member Avatar for rtwister

it keeps saying theres an error on line 17, it says: "no match for 'operator!=' in 'a != password'" [CODE] #include <iostream> #include <cstdio> #include <cstdlib> using namespace std; int main() { string password; cout << "Type in a password: "; cin >> password; char a; a = 'A'; cout …

Member Avatar for tux4life
0
135
Member Avatar for Vandamn

I am trying to create a FileOpen Dialog for my website in C#, whereby i want the starting directory to be my images folder and only want to select .jpg, .png & .gif files. I also want the dialog box to return the address as though the root was my …

Member Avatar for Vandamn
0
98
Member Avatar for taichi2910

Got this project write a C# windows app program that computes employee wages. Input the employee's payroll number and number of hours worked. The employee receives 7.45 per hour as hourly rate and is taxed 20% from gross pay and 7% also national insurance. and to display this information in …

Member Avatar for lonelyrider
0
374
Member Avatar for tintincute

Hi I'm very new to C# and I'm working on a project in the office where I can practice. At the office I can open the project ok. But if I tried it at home in my own laptop, I'm getting an error. Yesterday I tried to add the reference …

Member Avatar for tintincute
0
96
Member Avatar for anil.dwivedi

Hi all, I want to run .ppsm file in slideshow window using c# in web based application without opening presentaion in powerpoint. I was given anchor link like following - <a href="CD-12 Open Value Module EMEA and Latam BlackWhite.ppsm"> Open/Save </a> When I open html page in IE8 and click …

Member Avatar for anil.dwivedi
0
356
Member Avatar for Podge

Hello, I am writing an app to read in an old file structure. It C++ this is how the code looks. I am trying to rewrite it in C# and can’t find any that will do it the same way. Here is how it should work. [code] // This is …

Member Avatar for ddanbe
0
118
Member Avatar for seemant_sun
Member Avatar for jephthah
0
67
Member Avatar for sonya_sml

Hi, Can someone please help me. I am getting error: The process cannot access the file 'c:\reports\PaymentDetailReport.xml' because it is being used by another process. in following function. This method is suppose to be called couple of times. but at second time, it throws the error. I have even closed …

Member Avatar for Alxandr
0
160
Member Avatar for JakShelar
Member Avatar for mostermand

I have been testing a C++ based SDK and now i have a few questions for you that i hope you will answer . 1. When passing objects between each other is it preffered to use references if not what then? 2. Is it good or bad to make a …

Member Avatar for mostermand
0
145
Member Avatar for rtwister

does anyone know how to make a c++ program that types what you tell it to in to a text field on a website. for example: cout << "Hello"; how do you get this to print in to a text field on a website?

Member Avatar for William Hemsworth
0
563
Member Avatar for jonnytabpni

Hi folks. I have some code which I'm trying to do network sockets with. My dev machine is Vista with C# Express 2008 and the target machine is running Windows 2000 (no visual studio) Here is my Network class [CODE] using System; using System.Collections.Generic; //using System.Linq; using System.Text; using System.Windows.Forms; …

0
59
Member Avatar for shuda009

Heres a snippet of my code: [code=cplusplus] int main(); { string cmd1; int cmd2; cout << "Command: " << flush; cin >> cmd1; if (cmd1 == "playlist") { cin >> cmd2; if (cmd2==XXXXXX) { cout << "Illegal command: " << cmd1 << endl; } else cmdPlaylist(cmd2); } return 0; } …

Member Avatar for shuda009
0
453
Member Avatar for shuda009

I'm writing a program where I have a variety of input commands. Lets say here are my three commands: info playlist # quit info - gives me information quit - terminates the program The problem: playlist # - The command playlist # means I need to cout a number of …

Member Avatar for jencas
0
106
Member Avatar for shuda009

Hi, I'm new to the C++ community hope you guys can give me some guidance. The program I'm making is suppose to read information from a file called music.txt Inside this file there is information about songs in the following format: Bandname, Songname, Duration of the Song, Here a partial …

Member Avatar for Stinomus
0
1K
Member Avatar for vr4indian

Hello Friends I am developing an application in C# , basically it intercept all the event of Visual Source Safe. Earlier code was in VB.net but Now we are migrating to C#. Now I am unable to find replacement of following funtion of VB. --------------------------------------------------------------------------------- VB code Starts here: --------------------------------------------------------------------------------- …

Member Avatar for Diamonddrake
0
160
Member Avatar for Leopold

I'm trying to teach myself C++ through internet tutorials and such. Right now I'm trying to write a program that find the diameter and radius of a circle if the circumference is entered, and does the same if one of the other two measurements is entered instead. I'm using switch/case …

Member Avatar for Mouche
0
151
Member Avatar for free_eagle

Hello, I am starting out with learning C# language. Recently, I bought a book "VISUAL C# 2005, How to Program by Deitel". Later I found that there is 2008 version of C#. Would you please tell me what is the difference between these two versions of the language? Is it …

Member Avatar for jjoensuu
0
303
Member Avatar for gabohan

Hi Everyone. I'm pretty new to C++ and C, but I have experience with other languages (not OOP). I'm working on a project that requires me to take a working source code in C++ and convert it run in C. Luckily the inheritance diagram isn't too bad, so theoretically, I …

Member Avatar for gabohan
0
240
Member Avatar for Generalcrix

I am doing a program on payroll before any deductions are made but i seem to be encountering some problems. Here is the program [code=cplusplus] # include <stdio.h> # include <string.h> # include <stdlib.h> # include <fstream> # include <iostream> # include <cstring> using namespace std; typedef struct { char …

Member Avatar for Salem
0
141
Member Avatar for Poab9200

Hello I made the following program for someone on this site that had requested the game. I didn't have a problem making it. During some tests I conducted I ran into a problem, at least what had seemed like a problem. Player 1 will win on average 90-96% of the …

0
73
Member Avatar for honeybits

I took a test last night and I had a program due at the end. I could not figure out. I would like to understand what I did wrong and what I need to remember for future reference. Here is what I had and the instructions. Using the Visual Studio …

Member Avatar for efficacious
0
133
Member Avatar for hesham_51

Hello everyone First ,My name is Hashem I'm a beginner in c#, I'm trying to open Excel file(2003) but I get error at Open Function in the below code : (Old Format Or Invalid Library Of kinds (Exception from HRESULT: 0x80028018 (TYPE_E_INVDATAREAD)) Is there anybody can help me? where I …

Member Avatar for Poojasrivastava
0
453
Member Avatar for k4kasun

I am a final year BIT student. as a component of my project, I need to write a program to identify and return all the bluetooth enabled devices within the range as a string, which latter submits to a web server using web services. I am new to these kind …

0
51
Member Avatar for msk32asu

Hi, I have a Windows Socket Server console app which executes power shell scripts, and it is working great. But when I try to covert it into a Windows Service it doesnt work. The service is created it does not hang as such, but when I ping the IP/Port of …

0
59
Member Avatar for anish.anick

Hi All, I need to develop an application in C# which uses SNMP to send request to a computer. How can i send a SNMP request from my C# application.(Any sample examples?) Please help me to solve this. Thanks

0
67
Member Avatar for mintsmike

Hello people. I have a problem. I am using VS2008C# and I am using it to create a program (:)). When users click on a button, the Click() method should add some content to a predefined TableLayout. Typing this code: [iCODE]TableRow someRow = new TableRow();[/iCODE] I get this error: error …

0
29
Member Avatar for Vukinagauna

Please can some one help me here; I have 4 questions to solve /a. Write a member function to check whether two singly Linked List have the same contents. //b.Write a member function to reverse a singly Linked List using only one pass through the list. //c.Insert a new node …

Member Avatar for Vukinagauna
0
100
Member Avatar for bekicot

Hi, I'm student in some college in indonesia. I have a RGB Image , and I want to create hue index histogram from this image.But I have problem to do that. Anyone can help me to create hue index histogram ??? Please !!! It is Emergency, I'm very need your …

Member Avatar for ddanbe
0
62
Member Avatar for Qousio

Hello. Recently I have started to learn C++, however I ran into some problems. First of all, take a look at this part of code: [CODE] while (Uncomplete) { if(counter > 8) draw = true; if(draw == true) { PlaceCursor(0, 10); cout << "Its a draw!\n" << "continue?"; getch(); Uncomplete …

Member Avatar for ArkM
0
150
Member Avatar for seebharath

Hi, I am developing a C# Forms Applications that will run a process install.exe of a certain application. I want to click the NEXT,ACCEPT,etc buttons through C# code. The Install.exe is not something under my control.. Any Hellp please...

Member Avatar for seebharath
0
100
Member Avatar for tintincute

Hi I'm new to programming and I'm starting to create a simple notepad, with only 4 buttons (Open, Save, New and Font). If I open or save I'm getting an error: This is my code: [CODE]//Declare save as a new SaveFileDailog SaveFileDialog save = new SaveFileDialog(); //Declare filename as a …

Member Avatar for tintincute
0
133
Member Avatar for bekicot

Hi , I'm student and I'm need help from yours all. I have image as a result from canny edge detection process. I would like to get Mean & standart Deviation value from this image . Anyone can help Me ??? Please!!!!

Member Avatar for bekicot
0
105
Member Avatar for joulesis

Hi, Is there any free third party components available which is more or less equivalent to the visio drawing component for .net 3.5?

0
46
Member Avatar for vishy_85

Im trying to create a c++ server. Im using the schedule_Mgmt IDL , where module-schedule_Mgmt and i hav 3 interfaces , 1-config , 2-Listener, 3-MessageServer the following is my server code : [code] #include "schedule_MgmtI.h" #include <CosNamingC.h> int main( int argc, char *argv[] ) { try { cout << "Starting …

0
68
Member Avatar for skillincarnate

I am having problems with compiling some code in C++ which i am learing from Deitel and Deitels C++ how to program. When trying to compile one of their examples i get the following errors D:\Web Design\C++\C++ how to program\Fig03_15>g++ fig03_17.cpp C:\DOCUME~1\SKILLI~1\LOCALS~1\Temp/ccUzb5iL.o:fig03_17.cpp:(.text+0x1aa): undefined reference to `GradeBook::GradeBook(std::string)' C:\DOCUME~1\SKILLI~1\LOCALS~1\Temp/ccUzb5iL.o:fig03_17.cpp:(.text+0x283): undefined reference to …

Member Avatar for Stinomus
0
363
Member Avatar for bekicot

Hai, I'm Student in some college in indonesia. I have some problem to implement gabor filter. But I must do it to do texture feature extraction of image and finishing my Final Project in my college. Anyone can help me how to cretate gabor filter code in c# ??? Please …

Member Avatar for bekicot
0
132
Member Avatar for jen140

Hello all. I have a small problem . How can I, in c#, windows forms aplication,ComboBox, use AutoComplete. Lets imagine that i have 5 items in the ComboBox that are : Abcd Abcdd Acc Accd Add If i start writing "ab" it will only display items that starts with "ab" …

Member Avatar for Ramy Mahrous
0
326

The End.