Extract Embedded Resource Files
I am using the methods below to embed any number of files inside an executable private void EmbedFiles(IEnumerable<string> files) { const string exePath =...
View ArticleHow to backup emails from Gmail to Outlook PST
How to backup emails from Gmail to Outlook PST Via Gmail Backup ToolThere are a lot of queries encountered regarding the back up of Gmail data one of which includes 'how to backup emails from Gmail to...
View ArticleProblem with origin and gradient in Visual C# Charts
I am new to C# and using chart. All I want is to make a chart, say i have 2 data points, (0,0) and (1,1)I want my chart have gradient of 1 and origin in 0,0i have tried it, and this is what i got what...
View ArticleHow do you write a class using the following program?
I am writing a simple game with the following characteristics:1:When I click on the form,made a ball and Move to this side and that side.2:When the click again,Repeat the above procedure .3:when Two of...
View ArticleHow can I program (Find Window) in Notepad Application .
Please answer me ...My application has been stopped ...
View ArticleTaking data from SQLite to Word file
My question is that how can I take the data from my database to the word file?? Or How can I convert my android activity to a word or pdf file??
View ArticleTime Monitoring login time and logout time
Hi friends, This is Manikandan, I need coding for "Time tracking details ". I created web page in asp.net.I am trying to calculate the time details, it will calculated from when user press...
View Articlehow to Draw a Ruler with inch & cm in C# or Asp.net
i want to draw a ruler(Scale) in C# for Asp.net pages.
View ArticleKindly make correction in my coding...
Dear All, I designed the below form to display the quiz questions...All labels for displaying questions and Radio button for displaying four different option for each questions. QUIZQUESTIONS...
View ArticleC# windows application
Hi ,How to do one button click import/export sqlServer2008 database from one dabtabase server to another programmetically in the application using c# windows application. plz tell me how to do it???
View Article(Account Inheritance Hierarchy)
Create an inheritance hierarchy that a bank might use to represent customers' bank accounts. All customers at this bank can deposit (i.e., credit) money into their accounts and withdraw (i.e., debit)...
View Articlec# local report help
i created a microsoft report that can be filtered by whatever i write in a text boxmy database is access database and my table contain a column that contains only one of two values yes or no wich are...
View ArticleMicrosoft certication of c#
hi, can you please send me latest braindumps for microsoft certication of application development foundation(70-536).I kindly request you please send me(pdf) because in trial version software of .vce...
View ArticleAsp.net mailing process
Hi ,this is madhava ,i want some help ,i am developing one website in that i implement mailing system process like gmail,i faced some problem i.e is when sending a mail from asp.net to gmail it s...
View Articlehow to send reminders using email and sms in asp.net??
I want to send email or sms to user when they sign up in the website.How can I do that??And How I can send the reminder messages via email or Sms to different users using asp.net??Please tell something...
View ArticleSave a mp3 in sql 2005 database and and play them in asp.net
I want to upload a mp3 file and store them in the sql server 2005.And want to retrieve the mp3 from the database and play them in my asp.net page.Is some one guide me ho could i achieve this ?Thank you...
View ArticleHow to Display dropdown box selected Value in Edit
Hai Friends I m creating one sample application in my fields of my application are Name:(Textbox),class:(dropdown box)add(button)after press the add button entire details ll shown in...
View ArticleHow to extract data from an excel table using LINQ
I am looking for a short tutorial that can give me a head start on using LINQ, Say, I have an Excel document with 6 columns and 5 rows, I want to extract the information in the 5th column row wise, can...
View ArticleDiagnostic Sample(Trace Logs)
I have configured Tracing Logs for both web and worker roles (performance counters and errors). Also, I have created the log for the error using unhandled exception handler, but that is still not...
View Article