blah blah blah is here! blah blah » Close

0
votes
1 answers

c#

what are the main differences between java and c# programming languages?

0
votes
1 answers

bringing dialogbox to front

while running if i open any other files the popup dialog box goes behind the screen .so i need to bring the dialogbox front. ... 10Q!

0
votes
1 answers

extracing headers and footers

Hi ,CSharp friends. Is it possible to read/extract the header associated with the word document file (.doc file) like what we do to extract header from .WAV file format. Thanks in advance for your reply!

0
votes
1 answers

Reading and writing Unicode

Hi, CSharp Friends how can I read/write unicode valued text from a file(.txt or .doc)? Many thanks for the reply U will give me!

0
votes
1 answers

arrival of data through line-in of the soundcard

Hi, everybody! I 've two questions consering soundcard 1. Do we have listner to the soundcard that detects the arrival of data like socket programming? 2. How can I detect if mik or speaker is connected(pluged/unpluged) to the line-in ...

0
votes
1 answers

socket programming

Hello all How can I listen contineously from port? 10q.

0
votes
1 answers

socket programming

I start developing a simple chat application using C#(socket programming). The server accepts the first sent message but not accept any further when a client re-sends. How can I fix it? I have used the following code: using System; us ...

0
votes
1 answers

socket programiing

Hello all using the ff code I can establish connection to my PC from my partner's PC but not from my PC to his PC. When I try to connect it generates the following error message: "A connection attempt failed because the connected p ...

0
votes
1 answers

Redraw pictures on picturebox

Hi,all! When messagebox,dialogs(open or Save) and other forms are popped on the parent form the drawings on the picturebox or pannel is disappearing. How can I redraw it? Thanks in Advance!

0
votes
1 answers

draw

Hi, everybody! I have a function named void draw() used for drawiing some thing on picturebox. This function draws as desired when it is called on menu or button click but it draws nothing when it is called on form load. Why? Thanks in ...

0
votes
1 answers

generating help document

how can I generate help document using C#? Thanks in advance!

0
votes
1 answers

detecting if a device is connected

how can I detect if a device is connected(eg speaker and mic to line-out and line-input) using C#? 10Q.

0
votes
1 answers

popup windows

how do window forms popup when external signal is received like chatting window forms using C#. Thanks inadvance!

0
votes
1 answers

sorting conntent of datagridview using C#

how can I sort conntent of datagridview using C# 10Q

0
votes
1 answers

Two dimentional Arraylist

How can I access two dimentional arraylist in C#? 10Q inadvance.

Feedback