Access elements bye reference
Need help withthe following:In the programI createeithergroup orsolo artist.if it'sgroupdo I Group members intoan array.How would Ithen access the members from the veryspecific group? case...
View ArticleHelp a source code about balls bouncing collision
I want to ask all of you about balls bouncing collision. I have some problem about a code in C# about that. Any one can help me to give a source code about balls bouncing collision ?
View ArticleChange text of legend in Chart ?
Hi everyone,Please see my example for the chart Now, I am want to change text of the legends (don't show percent value) same as xValues of series data, such as: London, Tokyo, Paris,... (Still keep...
View Articleconnection with Oracal 11g from C#
Hi ,Unable to create connection with oracal 11g from windows application, i have tried to use default Oracal client but it gives error and other then that OBDC is also asking to install some thing...
View ArticleMain () types
in the statement:-public static void Main(string[] args)q1] which are the return types the Main method may take?andq2] which are the parameter types the "args " may take?
View ArticleReduce memory used by C# COM+ object
Hi All,We have COM+ object which has developed using C# language. When it calls from another application developed using VFP, it allocates some significant amount (200 MB) of memory while executing for...
View Articleexplanation of array and bubble sort
please have a look at this site:C:\Documents and Settings\Doorer Sathi\Desktop\Bubble sort algorithm with example in C#.htm orhttp://www.developerin.net/a/55-Algorithm-in-CSharp/37-Bubble-Sortmy...
View ArticleDefine tables in visual studio or transfer database in dataset how?
So how to define a table in the Entity model object and then do a object and determinated which sql fill the table? Friend tell me that problem solved with map entity to function but I don't know how?...
View ArticleHow to remove special character form the text file using c#
special character such as ! @ $ % ^ & * () _ - = + " ' : ; , < . > / ? reply
View ArticleMobile Verification Api
Hi,I want to create Asp.net MVC Web api for mobile number verification.How do i start?Suggest me some samples.
View Articlehow to detect end of call using at commands in C#?
if the calling person terminates the call ... how can i detect it using at commandsfarooq.hnf
View ArticleWhy convert to object?
Hello all:To make a study of Convert.ToDateTime with Just-Decompiler, I see this (for an example ONLY): [CLSCompliant(false)] public static DateTime ToDateTime(uint value) { return...
View ArticleLinq deferred execution
Hello,I'am new to Entity Framework and would like to ask regarding the deferred execution of linq.I have this code:var base1 = from a in table1 join b in table2 on new { a.id, a.name } equals new {...
View ArticleContinuous stream of WM_PAINT messages to main form in Windows 7
Hi,I'm facing a very strange issue in Windows 7 64 bit machine. I have an application which runs perfectly fine on Windows XP. Recently, I had to port this application to Windows 7 which we did...
View ArticleFolder Creation in Windows System32 folder using C#.net
Hi all,I have to create a folder under windows\system32. If folder already exists skip it, if not i have to create folder in System32.I used below code, but it doesnt work... string pp =...
View ArticleValidate value in a Property?
Should be fairly straight forward I have a property for a phone number and I want to be sure that only the numeric values are "stored"So lets say we have something like:private string _phone; public...
View ArticleHow to use combobox as record selector within a bindingnavigator?
Hi all,I'm making a windows forms .net 4 vs2010 app. I've got a bindingnavigator in place for header/lines record navigation.I noticed that the designer allows you to add controls to the...
View ArticleHow to Change DataGridView Column Header BackColor?
Currently when the mouse hovers over the datagridview column header, the backcolor changes. I want to know where I can set this property so I can have a different color for the header when the mouse...
View ArticleHow to get chart count for ChartObjects and chart sheets using Interop Assembly
Hello,I have workbook having few worksheet as chart sheet and few as embeded chart.I want to get the count of all the used in that workbook using C# and interop assembly.if I simply put...
View ArticleExpression Builder UI
Hi guys, I have got a requirement to create UI to build expression using various input fields and logical operators. Could someone please help me to achive this in UI.Fields should like below Fields...
View Article