blah blah blah is here! blah blah » Close

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
2499

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
2499

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 ...

1
votes
1 answers

using library in ASP.NET

Hi everyone, I have a pretty complex code for Cryptographic operations. It is a collection of around 20 individual C# code working together as a Windows Application. There are many classes, interacting with each other to produce the req ...

0
votes
2 answers

Custom User Controls on Windows Form

Hi, Is there anyone to guide my how to draw a user control on windows form to display code generated images such as rectangle, circle or triangle.

Feedback