4,588 Topics

Member Avatar for
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
96
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
365
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
94
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
352
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
159
Member Avatar for JakShelar
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 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
158
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
300
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
69
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
129
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
448
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
58
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 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 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
94
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
129
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
102
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 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
127
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
320
Member Avatar for dip7

Hi Is it possible for me to merge the data i had from microsoft access to my c# application? And also, i want my application in c# to say for every 5 mins, update the data i had from microsoft access. Is it possible? Thank you very much

Member Avatar for Ramy Mahrous
0
76
Member Avatar for mohan7690

how to take back up the mysql data as an sql delimited file ie .sql file by using c# from a windows application

Member Avatar for Ramy Mahrous
0
59
Member Avatar for DaveD3

Hello, I am finishing up my first C# application and I have one wrinkle to iron out. My form has a number of controls at the top but the majority of the area is filled with 3 datagridview controls. The datagridviews were dragged on and sized in the design view. …

Member Avatar for serkan sendur
0
85
Member Avatar for DevC++4.9.9.2

I am trying to read a line from the command prompt and output that line to a text box in my C# application. The only catch is i can't seem to get it to read a line at a time and display it in the text box as the command …

Member Avatar for DevC++4.9.9.2
0
1K
Member Avatar for geossl

Dear All, I wrote a program in C# to start the powerpoint slide show using example of [url]http://support.microsoft.com/kb/303718[/url] . I wanted to update the content periodically using this C# program when the slide show is running. The content is an excel table. However, the content does not change. Anyway to …

Member Avatar for Ramy Mahrous
0
116
Member Avatar for something78

Hi, I am student doing my final term project. For my project, I am suppose to create a webpage that controls the a robot, the webpage will send out commands to allow the robot to program routines. The command will be send through serial port via the webpage. I have …

Member Avatar for mail2saion
0
75
Member Avatar for sachintha81

First I created a Login to SQL Server using a T-SQL command from within C#. This is the query I used. [code] CREATE LOGIN NT AUTHORITY\NETWORK SERVICE FROM WINDOWS WITH DEFAULT_DATABASE="MyDB"; [/code] Here, NT AUTHORITY\NETWORK SERVICE is the name of the Login I created and MyDB is the DataBase I …

Member Avatar for sachintha81
0
388

The End.