4,588 Topics

Member Avatar for
Member Avatar for venky.mahale

I have developed a small web application in c# and want to convert it to HTA (Hypertext Application).. Can any body help me by telling how to start with this...

Member Avatar for venky.mahale
0
170
Member Avatar for knowledgelover

Hi there, can a service written using C# to open another application written using C# too , In other word I wrote a service which I need to open forms and do more , so I had a windows application to perform all what all I want, but I do …

Member Avatar for knowledgelover
0
96
Member Avatar for eddy556

Hey I know this must be simple, but how do I prevent windows media player playing automatically when the form it is contained on is loaded? Thanks

Member Avatar for eddy556
0
90
Member Avatar for hwa

My problem is I want to add in a value to a LABEL based on selected value in the DropDownList !! Example: tbl_abc ID [COLOR="Red"]Sequence [/COLOR] Name ----------------------------------------------- 1 [COLOR="red"] 2[/COLOR] Michael 2 [COLOR="red"] 3[/COLOR] Jenny 3 [COLOR="red"] 4[/COLOR] Max 4 [COLOR="red"]4[/COLOR] Max 5 [COLOR="red"] 2[/COLOR] Michael 6 [COLOR="red"] 4[/COLOR] …

Member Avatar for hwa
0
164
Member Avatar for sia_mak

hi every body ,i developed a c# application with vs.net2005 and i want to write the help content for my aplication and i am looking for a software that could support wright to left language (such as farsi or arabic) for help building so that the topic ponel must be …

0
44
Member Avatar for 99.99%

hi all, can anyone tell me what is the namespace for StringTokenizer in C#? im using this one: [CODE]using System.Text;[/CODE] how to work with StringTokenizer.i mean i have found sample codes but dnt know how to use them.

Member Avatar for Narue
0
36
Member Avatar for cVz

Good Evening (Morning to others) I would like to find how it would be possible to create a calculator with only one entry field, i have managed to make one with two entry fields resulting in a ([2LeftOperand] + [2RightOperand]) calculation...i have tried hiding the Right Text box, and even …

Member Avatar for david.crawford
0
95
Member Avatar for hwa

[COLOR="Red"][/COLOR]I'm having a problem to inserting date/time in my database.. In my database have ONE column that consists of DATE and TIME I want use separate dropdownlist for the [COLOR="Red"]HOUR[/COLOR], [COLOR="Red"]MINUTE[/COLOR], [COLOR="Red"]SECOND[/COLOR] and I want to bind it & insert it to a 1 column in database.. I need to …

Member Avatar for hwa
0
108
Member Avatar for michealangelo07

I've made an image processing application in Matlab, that reads an image and stores the width and height of the image in 2 variables, x and y .... Now i want to read those 2 variables in another application (a C# application) that is running with the Matlab application... Does …

Member Avatar for Ramy Mahrous
0
61
Member Avatar for serkan sendur

Create Ajax Enabled WebSite. Set EnablePageMethods property of the ScriptManager to true : <asp: ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true" /> In the CodeBehind of the page, register System.Web.Services namespace. Create a Method as follows : [WebMethod] public static void DoSome() { } the method must be static and tagged as WebMethod. …

0
161
Member Avatar for Barbarrosa

Hello, I am new to C#. What i am trying to do is this: I am taking a screenshot of my desktop (which i have done and stored in a file). Now all I need is to be able to define the parts of the image which I wish to …

Member Avatar for Ramy Mahrous
0
416
Member Avatar for eme2008

Hello everyone, I was wondering if anyone could tell me how to connect and query sql databases in ASP.NET Using C# code I try to use this code, but there is some mistake in the code lead to an error message You must first withdraw from sqlDataadapter toolbar to connect …

Member Avatar for binoj_daniel
0
154
Member Avatar for serkan sendur

How to create watermark image at runtime in c#? I dont want any unnecessary codes, i want easy, clear and short block of code if possible. Thanks in advance.

Member Avatar for SheSaidImaPregy
0
580
Member Avatar for JerryShaw

Please get rid of that darn Ask.com advertisement when writing private messages. When trying to write a message, the Enter key causes the Ask.com search page to launch. Makes it very frustrating to write a message. Jerry

Member Avatar for Dani
0
174
Member Avatar for mikeandike22

i am trying to make a program in c# based off another program that was written in java i would like to know if anyone nows what syntax you use to link other source files to your program. in other words the c# equivalent to java's [b]import[/b] code.

Member Avatar for Nilkumar
0
189
Member Avatar for knowledgelover

Hi there, I need a good site that describe the provided library in the C#.Net 2005 which is used in writing programs to have bluetooth communication with mobiles or computers . Thanks

Member Avatar for Ramy Mahrous
0
53
Member Avatar for majestic0110

hi all I have a connection to a sql d/b that loads data into a gridview. now in this grid view I have edit buttons that process user onto the 'edit' page (a separate page). the data from the row that was selected for editing was sent to the next …

Member Avatar for majestic0110
0
250
Member Avatar for hammerhead

I just started with image processing concepts and cannot decide upon a platform to try examples on. The two most commonly used platforms are Matlab and C# (using Aforge libraries). I know a bit of both and learning the syntax will not be a problem. Which one should I go …

Member Avatar for hammerhead
0
89
Member Avatar for eranga262154

Hi all, I already convert a C++ project to C# project. It's fine and working ok. On C++ I use DWORD data type. But in C# for that I used just a int value. Is that ok. Is there compatible data type which I can use for my project. Thanks.

Member Avatar for eranga262154
0
87
Member Avatar for jbak

Hi, I would like to know what are some of the benefits of using C# vs C++ (MFC) [U]specifically regarding developing GUI's.[/U] I've heard that it offers the ease of creating gui's that visual basic has offered developers for years, but I would like to know what specifically is more …

Member Avatar for bbqchickenrobot
0
58
Member Avatar for Ninad

Hi all, I want to create an ActiveX component in C#.NET which will be called/accessed by Flash application. In my ActiveX I want to scan local media files (.avi, .wmv etc) on client machine & also generate (and save locally) the thumbnails of those media files, finally I will expoase …

0
56
Member Avatar for clarkkent

I am working on an application to help ease some of the command line stuff for ruby on rails while i learn it. I have the app starting and stopping apache as well as MySql. What i am having trouble with is starting mongrel. I would like to start this …

Member Avatar for JerryShaw
0
122
Member Avatar for nloding

CAS is tough stuff, and honestly seems incredibly ridiculous. Too bad there aren't any true work arounds. I need some help from the smart people here to get an app running when downloaded off a website. This app requires the ability to modify a file locally on the PC, so …

0
67
Member Avatar for hwa

Example: I have a table name A and have three column name OVER_DUE_DATE_TIME(date/time), DUE_DATE_TIME(date/time) and DURATION(Integer, in hours). I need to do this validation: DUE_DATE_TIME + DURATION <= OVER_DUE_DATE_TIME If the validation is wrong then should prompt the user error message. May I have this solution in C# !! Thanks …

Member Avatar for hwa
0
170
Member Avatar for eranga262154

Hi all, I have two C# projects (a service and a windows form) on the same solution. I want to send some parameters to the service on click event of the service start (serviceControllr.Start() method) How can I do that. Thanks.

Member Avatar for JerryShaw
0
104
Member Avatar for ashish_4_kk

How To Authenticate Clients to printing From Server Using ASP.NET C# hello i have one server in which the printer is installed, the clients are printing from server. So, i want to authenticate those clients before printing using asp.net? means if in server client architecture of any company, clients are …

Member Avatar for serkan sendur
0
112
Member Avatar for iced98lx

Hi All- I've been browsing for a while but finally had to sign up to ask a question. I'm working on a little project that pulls data from a few places, Active Directory, ADAM, and an Informix Database. I've got my ODBC drivers installed and I've got my Data source …

Member Avatar for iced98lx
0
121
Member Avatar for sofia24

Hi there! I've developed a program in C# that calls a stored procedure in SQL server. Is it possible for a stored procedure to pass back a result set with multiple rows? If so how do I access these values in my application. Many Thanks!

Member Avatar for Ramy Mahrous
0
83
Member Avatar for asif08

I want to write a string named output to the console screen. How do i do that? string output= "hello world" How can I write the output to the screen?

Member Avatar for srinunarra
0
101
Member Avatar for shyterrice

Hello everyone, My name is Stephanie I am new to the forum I have been just reading, this is my first time actually participating in one of the threads. I must say that I have learned a great deal from this site, I have been able to fix minor problem …

Member Avatar for alc6379
0
99

The End.