blah blah blah is here! blah blah » Close

0
votes
0 answers

Extract string value from query, assign to user with Roles.AddUserToRole?

I'm stuck on what might be some simple ASP.NET syntax: I have a page that allows a user to enter a code into a textbox, and then checks that code against a database table to return the values of one specific table row (if the code was corre ...

0
votes
0 answers

How to convert HTML to TIFF in C#

Hello, Do you have an code example of how i can convert a html page to TIFF? Thanks

0
votes
0 answers

payment queue program

how can I create payment program to simulate the queue at the cashier at a supermarket. Long simulation program entered in units of minutes (use timer). The number of cashiers maximum is 10 with initial default is 2 pieces checkout.

0
votes
0 answers

Abstract Classes and Composition

I am currently working on a project in school that has create an abstract class named Parcel that contains to and from addresses. The two and from addresses are supposed to come from another class called Address via composition. The exa ...

0
votes
10 answers

open with -problem-

q12
349

I have a ".txt" file renamed with a custom extension: ".bzx". I want this file, when I click on it, to be "Open With" MyProgram from "\Program Files\or\whatever". How do I copy the content of that f ...

0
votes
2 answers

How to run a command line from a running application through c#

I've searched around and didn't find anything useful! :( What i want is to have my C# app doing a command to a running process. This running process is a console application and i just need to enter the command "restart".. my t ...

1
votes
1 answers

DataGridView checkbox column header cell (.Net 4.0).

Hi, I'm trying to render a checkbox in a datagridview column header so that when the checkbox is checked/unchecked all the cells in that column should be checked/unchecked accordingly. The datagridview is bound to a database table but the ...

0
votes
0 answers

How to add an "enroll code" feature to default ASP.NET Membership provider?

I am trying to modify the default ASP.NET 2.0/3.5 membership provider so that the user is required to enter an "enrollment code" either during or after creating an account with the CreateUserWizard control. 1. When or after a ...

0
votes
0 answers

EXEs instead of DLLs to host class libraries

Hello, Before .Net, it was not a good programming practice to use an EXE to host class libraries. I was wondering if it's still the case with .Net. I can make the public classes in my .Net EXEs avaialble to other applications, and I'm ...

0
votes
0 answers

Access Database Table field into a textbox

Hi there. I am completely new to C# so i don't really know what i am doing. i have got a form with a combo box that is linked to a database table. and I've also got 6 text boxes. what i would like to happen is when the user changes th ...

0
votes
0 answers

Trivia game is C#

Hi everyone, I have recently created a trivia game using a console in C#.. Here is the code I used.. [Code] using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Quiz { class Program ...

0
votes
0 answers

ZedGraph with C# project.

I have a project with 6 particle counters. Each particle counter has 6 channels being: First is product ID = 01, 02, 03, 04, 05, 06. Second is 2mm. 3rd is 7mm. 4th is 10mm. The other two are for error messages and will not use in the ...

0
votes
0 answers

C# need alternate input ideas

I have a menu item that does some processing but I need to get a single alphanumeric code from the user before I start. I'd like to avoid creating a new form just for the pop-up dialog. Ideally I'd like something like messagebox but tha ...

0
votes
0 answers

Tips for better implementation of Winform C# code with following requirement

Hi, I am a newbie to C# and OOP.. I need some advice regarding my requirement.. 1st Part: There are persons who use mobiles, of many subscribers and also have many numbers in each subscribers. If we consider the XML tags it woul ...

0
votes
1 answers

Data Transfer between difference servers

SqlCommand cmd = new SqlCommand("SELECT (DEPOFISID+20000)*-1 AS DEPOFISID,[TARIH],'ELEKTRA' AS [YETKILI],[ISLEM],[ENO],'BEACH AKTARIM' AS [ACIKLAMA],[GDEPOID],[CDEPOID],[TADET],[TTUTAR],[GSKODU],[CSKODU],[URUNFISID],[URETILDI],[LOGOAKT ...

Feedback