TTS using spechlib
I have use this code for TTS...... using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using SpeechLib;using...
View Articlewcf [CollectionDataContract]class in .Netcompactframework3.5
I have developed wcf service in framework 4.5. In this service, I have made a class with attribute CollectionDataContract. When I add the web reference in .Net compact framework 3.5, it shows all the...
View ArticleERROR FOUND:SQL DATE TIME OVERFLOW
Declaration DateTime DTFROM; DateTime DTTO; string vSeries;button viewfrmView view = new frmView(); view.vSeries = txtSeries.Text; view.Show();...
View Articleencrypting and decrypting cookies asp.net
hi i wanna to know how can i encrypting and decrypting cookies asp.neti use cookie utility where i create delete and read my cookie this is my code public static void CreateCookie(string...
View ArticleSQL Select query of more than one value of a same Attribute
I have a Sql Database with many attributes. From there i want to take all the value of question attribute in an array named getQuestion Here Is my code vcon.Open(); SqlCommand cmd = new...
View Articlehow to work webservice output
Can anyone tell me please how to use webservice output(which is in Json Format) in our application?
View ArticleDeveloping Sql Query
i Want to improve my ability to do better in writing queries , especially in advance level. please help me any link , book or stuff like that to learning SQL queries more. and also i wanted to learn...
View Articleread files in asp.net using c sharp
hi , i want to take files (e.g in Notepad) from differents students and store them on the server and check if one student has made a copy and paste of someone else file(in Notepad) with the rest of...
View ArticleHow to call webpage as modal form inside another page
Hi Experts,Just want to know how can we call another asp.net page inside a asp.net page as a modal form. and get return back value from modal form. For ExampleCalling Bootstrap login form from a...
View Articleselect multiple objects in a video using emgu.cv librareis
i have a desktop application. the purpose of the application is that user selects a point in the video(shown in picturebox1), so that point is highlighted by a white and red rectangle and the same...
View ArticleGetting issue when convert webpage to image
My code for Convert webpage into Image and save it in local machine is get it from this link:Convert webpage to image from ASP.NET.This code is Works fine in My local machine,but in our Testing machine...
View Articlepath has $$$$ instead of \\
Hi guys,I have 2 forms which do practical the same thing. They are supposed to show a preview of a file which has been selected from a treeview. However the first form works fine and the second one...
View Articlepath has $$$$ instead of \\
Hi guys,I have 2 forms which do practical the same thing. They are supposed to show a preview of a file which has been selected from a treeview. However the first form works fine and the second one...
View ArticleApplication configuration file is invalid
while executing the program,i got an error,the Application Configuration file "App.Config" is invalid,could not find the path
View ArticleHow to create my own login page for google business apps
Dear Sir I have develop website and I use google business apps for email. I want to create my custom login page for email. how cam i do this job.Please help me.Thanks and RegardsMayankEmail:-...
View ArticleC# how to use LOOPS for linear programming models
Hi All; I need help on using loops to solve linear programming models. Here is my code in C# using Microsoft solver foundation to solve a linear program. But I don't want to write all constraints one...
View ArticleHow to create an ODBC System DSN entry through C# for SQlite
Hi allPlease help me out to create an ODBC "System DSN" entry for SQlite through C#.Thanks
View ArticleHow to Create Events on Friend's Google Calendar
Hi,I have ten friends. I want to Create Events to all my friend's Google primary Calendar using .net client library.For that i've downloaded .net client library using following...
View ArticleImplementing Performance monitor in c#
Hi, I am developing an utility in c#, to start and stop Data Collector Set in performance Monitor(Perfmon) and to set the path and format of subdirectory of report generated in perfmon...
View Article