blah blah blah is here! blah blah » Close

0
votes
0 answers

Font Dialog without TrueType fonts

I'm making an application in C#, which uses a classic fontdialog form. It is a known error that, when you choose a non-TT font, the program simply crashes (an exception which cannot be caught). Anyway, I searched the internet for a solution ...

0
votes
0 answers

explainin clinet code ..

hi everyone can someone explain me the code under ... it's a Client - Server code .. so im not undestading when i comunicate with the server .. can you explain this code what is does and other stuff... } } //Met ...

0
votes
1 answers

Sintax problem trying to grab a value in query

Im trying to grab a value from my query. Im gettign a sintax error. It contains a picture name mypic.jpg. Then i want to display that on my page. This is what im doing how do i do this correctly. display.aspx [CODE] <asp:Image ...

0
votes
0 answers

Application that will help a small community (Service + application)! Using C#

Hello everyone! I am writing an application that will help small Karen(from Myanmar) community to type in their language. Application is supposed to act as a bridge between western keyboard and Karen/Myanmar signs. I would like to match ...

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
0 answers

SIP SMS example

Hi, Lately I found a C# sip sms example. With it an efficient system can be built for sending sms information or notification. I want to ask your opinion if I should try it or not. It can be found here: http://voip-sip-sdk.com/ ...

-1
votes
0 answers

C# command line caller

Hi all, I would like to ask some information about a C# command line caller. Calls can be made from this command line caller and there is no need for a graphical user interface to run the program. I think it looks promising. Please sh ...

0
votes
1 answers

Making an Installer for FTDI from CSharp

Dear All, Is it possible to make a csharp program that can install ftdi drivers? I ve been looking the internet for some hours and can't find something useful :( please help. I am making an installer. Best Regards, E

0
votes
0 answers

Looking For People

Hey Guys, I have Experience With C#, Im Looking For A Few People To Help Make A 2D Game Online! E-Mail Me if Anybodys Interested @ LogyPogy@Hotmail.com Btw Having some trouble How Do i Get something to Read pixels? I want to write a ...

0
votes
0 answers

JSSK Csharp

Hi I have downloaded JSSK & extracted JSSK in a particular folder. I don't know where to start it from. Can someone name the file. Yes I am beginner. Though I do read C# books but I want to follow more of a practical approach and want t ...

1
votes
1 answers

Noob question about date and time in c sharp

Dear all, for getting a current time in c sharp, a [code]DateTime[/code] class is used and by using [code]DateTime.Now[/code] as its implementation. The question is I have [code]int[7][/code] and I want to put every info inside the [c ...

0
votes
2 answers

Converting .xls file to .csv format and storing it into sql server nVarchar column

Hi, As per my requirement, i have a .xls file which I have to convert it to csv format and store it in existing nVarchar column of Sql server DB. Is it posible ? Or else I am already passing the byte[] of .xls file through my serv ...

0
votes
1 answers

C# - Can We Have a Text Editor Box on a Windows Form?

Hi, So, we have a textfield and a richtextbox. Can we have a text editor box on a Windows form with some basic buttons like Bold, Italic, Hyperlink and so on? The only thing I want to have is that the editable textbox will have text that ...

1
votes
1 answers

Question In Using System.Threading.Timer

Dear All, I am new in c sharp. My application needs a timer, which interval is 200ms to trigger a datatransmission through the serial port. I used forms.timer and timers.timer, but it says that system.threading.timer is better. For fo ...

0
votes
1 answers

Adding Patch to update my application

Dear All, Does anybody knows how to simply update my application by installing a patch or manual update? I did some project with ClickOnce Deployment and it is useful for updating the application inside the PC where the code is being ...

Feedback