blah blah blah is here! blah blah » Close

1
votes
0 answers

WCF library hosted by a Windows Service

My program consists of a Windows Forms app, a WCF Library and a Windows Service. The Windows Service is hosting the WCF Library. In Debug mode everything seems to be fine. The WCF Library is working (reading from the communication ports and ...

1
votes
2 answers

HTML in a windows Form

I have a windows based application and I am generating an HTML email message and would like to display it formatted so that my users can preview it before sending it. I need it to be on a windows form because I have some other controls I wa ...

0
votes
1 answers

Open a new "info" window

Hy im making a little paint program.. I have a toolstrip menu and the last butten is INFO. When people click on INFO a little new window should popup with information about the prg version, the author etc... I can't figure out how to progr ...

0
votes
1 answers

Forms vs Windows authentication

sanjib
226

I try to understand Forms and Windows authentication. If anyone would kindly point out the difference in brief, I'll be grateful. Actually I want to use aspnet_regsql.exe in a manner so that a user will log in and I'll later use that user ...

0
votes
1 answers

Running a Windows Service in Windows Vista

Hello Everyone, I just wrote one small windows service application. In the start method i am trying to run an exe. It is working well in Windows XP and Windows 2003 Server. But it is not working in Windows Vista. Following is the code wh ...

0
votes
2 answers

Visual C# operating system compatibility

Dear All, Can we run Microsoft Visual C# executable within linux and mac ? Or do we need something to be able to do that. I am new in C#, I was just wondering is C# like java that can be run in any operating systems. Kindest Regards, ...

1
votes
6 answers

Why is my Windows Service dying?

foamy
1822

Hi all, I have an issue with a Windows Service I wrote. This issue only comes up on one particular client's server and roughly once a day. The service is installed on about 40 servers, but this is the only place it happens :-S The iss ...

1
votes
3 answers

Draw simple graph on C# Windows Form

foamy
1822

Hi all, I've been googling and experimenting with graph tools for a few hours now, but I can't find one that does what I want and doesn't look like crap. I need a simple (indeed, very simple) graph on my Windows Form to visually displ ...

0
votes
1 answers

Moving from Console to Windows Form

Hi, I am trying to move from Console to Windows Form. I have a workable program in Console but I wish to send it Windows Form. There is a problem over the "static void .... () {}" blocks and I wish also to know how to easily fi ...

0
votes
1 answers

Data Across Dialogs

Hello. I've got a dialog with a list in it. I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list. I intend to have that item added to the list and shown ...

0
votes
1 answers

Windows Service Issue

I've been tinkering with this windows service for the last few days, and I haven't gotten anywhere. I got the service created, with the installer, and successfully installed it on the server. It starts and does nothing. I added a stre ...

0
votes
1 answers

Computer windows problem

I all, I have a problem on my Windows Vista that began afetr the purchase of an external Hard Disk Freecom. A few days afetr the purchase I disconnected it while it was writing and, since that moment, every time I connect and disconnect ...

0
votes
2 answers

Using linq to insert multiple items.

I'm making a program that allows users to create a "Book" in a table row, and then, if desired, will create a relationship with already created characters in that book. This is all triggered by a button click and what I have is be ...

0
votes
1 answers

BROWSER LIKE WINDOW FOR WEB APPLICATION

hi frndz, i would like to develop a web application and i need to develop Windows Form like application to navigate that ASP.NET Forms.. kindly suggest me the steps

0
votes
0 answers

Windows app to do Network admin tasks

I need some help to get started with a project. I have been charged with the task of writing a windows app that can do a couple of things... 1) Query the network to give the user a list of users that are logged on to the various machines i ...

Feedback