blah blah blah is here! blah blah » Close

0
votes
0 answers

Web browser and Context menu strip problems

q12
349

In a webControl, when the mouse cursor is "Hand" (usually over links,images), I want a custom contextMenu to be on or off. I tried to make something but is not working [b][the ContextMenuStrip is always showing,when I right click] ...

0
votes
1 answers

why we override ToString()

Hi, I have seen in couple of places the code where ToString() method has been overriden. Like : class Employee : IComparable<Employee> { public int Salary { get; set; } public string Name { get; set; } public i ...

0
votes
0 answers

Web Services Questions in ASP.NET

I'm new to web services in ASP.NET. Been trying to get my head around it recently. Here are my questions. 1. The Web Service item (.asmx that you can add to your project in Visual Studio), does that only generate an XML service (generate ...

0
votes
1 answers

Back up mysql database using c#.

Hi, I want to back up mysql database using c sharp and I found following code on google. But it is not giving me whole database back up,instead it show following output. [code] /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SE ...

0
votes
1 answers

Having strange letter in my listview

[b]Hi when inserting values from my textboxes i get strange letter.[/b] I have two forms Form1 & Form2 when inserting values from textboxes in Form2 into Form1 i get letter like this "[[ ]][" and it's really annoying ...

0
votes
1 answers

read and compare files column wise

I have 5 text file like : FILE1 A B C D 2 3 4 NULL 13 20 3 7 23 NULL 0 3 FILE2 B D C A 20 3 0 1 3 0 20 NULL NULL 2 1 13 WHAT I WANT TO DO IS 1- READ COLUMN HEADER FROM FILE1 ...

0
votes
1 answers

comparing database tables

I need to compare two database tables t1 and t2 column by column here is my idea about that : For (int i= 0 ;i<= number of column in t1;i++) { Read columni For (int j= 0 ;j<= number of column in t2;i++) ...

0
votes
0 answers

Calling RegistryHive.CurrentUser

Hello All, I'm writing a simple program that, given a remote computer name (in the same LAN), will go out and delete a certain subkey that is giving us problems. The trouble starts here: [code] badKey = RegistryKey.OpenRemoteBaseK ...

0
votes
0 answers

Character rendering algorithm using textBoxes?

q12
349

I have an Russian alphabet to render into a textbox. I stuck at rendering SOME characters. ------ 1.If I write: i and a, it render properly as и and а ([i a](with space)=>[и а]) then, 2.if I write: ia, it render properly as я ([ia]= ...

0
votes
0 answers

iFrame Solutions

Hi, I have a Default.aspx page which includes an iFrame. The src of the iFrame is another iFrame.aspx page. When I do some processing in the iFrame.aspx page I am redirecting to another URL with some URL parameter values. The redirecting ...

0
votes
0 answers

c# - how to set location the imported .exe

i imported player .exe in my form. but i cannot locate it . i wish locate it : my form location is left=0,top=0 and player is right=0,top=0 how can i locate it? Help me !!!

0
votes
0 answers

Looking for developers to help in free and opensource project

Hello, I am not sure if this is allowed or not – if this post is against any Rules i apologize in advance and this post can be removed. I am in the process of creating a open-source project to track the Psychological Mood of a person, ...

0
votes
0 answers

Looking for developers to help in free and opensource project

Hello, I am not sure if this is allowed or not – if this post is against any Rules i apologize in advance and this post can be removed. I am in the process of creating a open-source project to track the Psychological Mood of a person, ...

0
votes
1 answers

Passing Values from one form to another

Hi good morning everyone , I just need a hand to help me on my little problems. I have 2 forms, What I just need is that the 2nd form will be my data entry form. Every data that I entry on my form 2nd form is that I need it to display on my ...

0
votes
0 answers

C# I need a help

How can I Clone tabcontrol1 tab page multi time using botton???

Feedback