blah blah blah is here! blah blah » Close

0
votes
1 answers

Drawing in C#

Dear All, I need assistance with drawing an image using C# on rich text box in windows form. If I have the following code below: G00X0.1Y0.2 then I would like to create an arc with X & Y dimensions as 0.1 & 0.2 respectively. So ...

0
votes
1 answers

Continue_4: Read a text file(column based data) into array by c#

The data file is as follows which includes 1. a description line(starts with *SUMMARY of...*) 2.The names of each column 3.four lines which are not needed to be read(they may include some numbers but we donot care) 4.few space lines(not kno ...

0
votes
1 answers

ASP.NET C# ONLINE VENUE BOOKING SYSTEM

i need help with my project i have done an online venue booking system and it needs to: 1.check for available venues for a specific day and time 2.Make a simple booking from entering your contact details, to selecting a venue, to selectin ...

0
votes
1 answers

Can you have too many References / .dll files?

When I'm trying a class that is new to me and I cannot get it to compile, it's often due to a missing reference to a .dll. After adding one or more to get it to complie, there may be some references/.dlls that are no longer necessary or ad ...

0
votes
1 answers

Left-hand column on Data-Grid

Hi An easy one for you guys - does anyone know how to hide the left-hand column on a data-grid (which is labelled with a * before run-time and is labelled with a right-hand arrow during run-time). Also if anyone finds this too easy, does ...

0
votes
1 answers

Need a little Help asap!

How would we declare an argument of a method to whom we are going to pass some Forms, in c#? public void SetRightToLeftMode(????????) { if (System.Threading.Thread.CurrentThread.CurrentUICulture.Name == "ar-YE&q ...

0
votes
1 answers

Events

q12
349

HELLO! Is there another smart variant to combine these two event handlers into one event? This is my finding ... through the Object Browser.... But I want some inspiration. :) <i><b> public MyForm()//default *construct ...

0
votes
1 answers

a starter doubt regarding wcf services

Hi, may i know why interfaces are used instead of class methods in wcf services. Thanks & Regards, Anil

0
votes
1 answers

Need ur suggestions [Database].

I need some example/sample code (C#) which can help me understand the interaction of WinForms with MS Access Database. As I'm a newbie so any sample code which can help me <b>Input from WinForm</b> and <b>Read-it-back i ...

0
votes
1 answers

Windows services and The Process class

Hello everybody, I have a problem to which I haven't been able to find an answer through Google. I am making a windows service that reads image files in an input folder and then profiles the document in a document management system. The p ...

0
votes
1 answers

XmlDocument.Load is getting stale data

I am requesting from a URL outside of this company. I'm in a environment where there may be proxies and caches between me and the outside. When I invoke XmlDocument.Load I often get stale data as evidenced by the timestamp inside the XML ...

0
votes
1 answers

Objects that reference each other?

The database that we are being forced to work with has a Driver table and a Vehicle table. Every driver has a specific Vehicle, and every Vehicle has a specific driver. We are setting up our Vehicle class to have a Driver property, and our ...

0
votes
1 answers

Invalid operation Handle

private void button2_Click(object sender, EventArgs e) { Person p = personQueue.Dequeue(); textBox3.Text = p.firstName; textBox4.Text = p.SurName; fillListBox(personQueue) ...

0
votes
1 answers

Continue_3: How to write the data back into a file from which the data was read( Read_data Code provided by Vulpes)

Hi again, I have a very big text file including aheader file , some Strings and Doubles. The double numbers are TAB or Space Delimited and are located after the corresponding string (in a new line) and terminate by a slash(there are some ...

0
votes
1 answers

Strange error: C#

Following is the code: namespace Backplotter { class Program { static void Main(string[] args) { public void fileRead() { try { F ...

Feedback