Proxy for flter worlds
i want to make a window application using c# code ver4.0 in which want to block some key+world to access from all browser.for example if i blocked keyword=facebook using text filethen if any one...
View Articledeleting dynamically created table rows in asp code behind
Hi I've been working on this problem for weeks now and in the process have researched the ASP page life cycle, view state and other topics, along with numerous related postings, to try and come up with...
View Articlec# windows services timer
Windows Services timers is not runningi want to run two code one after interval otherhow can i set this...protected override void OnStart(string[] args) { tmrInstall.Enabled = true;...
View ArticleSame Assembly
Hi,Please explain it .Assembly refers to what? What is assembly?The internal keyword is an access modifier for types and type members. Internal types or members are accessible only within files in the...
View ArticleHow can i create a pictureBox manually to be exactly between two panels on...
My form1 size is 800,600 Then i have two panels in the form1 designer: Panel1 is at location: 0,24 size: 200,437 Panel2 is at location: 584,24 size: 200,437 The result is two panels at each side of...
View ArticleMSTSCLib ConnectionBar Close Button Click Event..
Hello~ :) I am trying develop application by using c# MSTSCLib..My problem is when click close button in connection bar(Fullscreen mode) . I want to when click close button, show confirm messagebox...
View ArticleSwitch Statement vs. If-else if-else
Hi Guys!Will I get better performance if I use a switch statement instead of If, else if and else statements?~Matt
View Article.Net Application throws Exception while running from Network Drive
Wix(Windows Installer XMl) Compiler candle.exe which is developed in C# throws exception while executing from Mapped Network Drive(i.e. Z:\)Z:\workspace\Sample\wics>Z:\WiX\c andle.exe -ext...
View ArticleEmail-Mailbox error : No provision handler installed
When run a .Net console app or Web service using System.Managment.Automation to execute powershell cmdlet "Enable-Mailbox" to add a mailbox to an active directory user, I get the error "No provision...
View ArticleTwo Desgination with same departmens in Table
I HAVE A SCANERI THAT THER IS DEFAULT ADMIN IN TABLE AND THIS ADMIN ADD FURHTER SUPERVIOSR,MANAGERS AND SENIOR MANAGERS THEN WHEN ADMIN FIRST TIME LOGIN AND CREATE ACCOUNTS OF...
View Articlexelement.save(filename) file corrupted???
this sounds similar to: http://social.msdn.microsoft.com/Forums/vstudio/en-US/c264d32e-b8b1-467e-9735-c9843e07b3c7/xml-file-gets-corrupted-on-abruptly-system-shutdown?forum=csharpgeneralexcept that the...
View ArticleDatagridview Compare with other Datagridview
DataTable src1 = dataGridView1.DataSource as DataTable; DataTable src2 = dataGridView2.DataSource as DataTable; int index1 = 2; foreach (DataRow row1 in src1.Rows) { foreach (DataRow row2 in...
View ArticleWhat we need to configure for testing MSMQ
i never work with MSMQ. so i like to know brief about MSMQ. what is it and when people use it? MSMQ only use in LAN?suppose if we need to develop message exchange application with MSMQ then i just like...
View ArticleHow To make a declaration
I wish to ask my Dutythis number 1. sorting value 1-10 downwards looping12 34 5 67 8 9 10work diferent with aboven this number 2. the next 7, 18, 33,52, 75 declaration use loopingcan help me altogether...
View ArticleExporting a certificate from store in pfx format using C#
I have used the following code to select and export a certificate from the current user certificate store. But when it comes to the, Byte[] certData =...
View Articlezedgraph lines going to zero
I would like to plot x-y values by zedgraph and c# code, but the graph lines always go to the origin (0,0). How can i fix this?My code;mypane = zedGraphControl1.GraphPane; mypane.Title.Text =...
View ArticleThreading and Delegates
I have a question, but it comes by reasoning below. If my reasoning is flawed then please correct.1 - A delegate is an object encapsulating a method and it can be passed as a parameter. Like passing a...
View ArticleUsing "select xml for path" to retrieve and store resulting xml in a XML file.
Hi folks!I'm working with a console application that have the goal to retrieve the data from the Customers table of Northwind database and store it in a XML File. I've already found the T-SQL statement...
View Articleusing System.Web.UI.WebControls.FileUpload is type but used as variable
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Object; using System.Web.UI.Control; using...
View ArticleHelp me for copying folder data to other folder in network
Dear All,I have to copy folders and files from one network folder to other. There are some files which cannot be copied since it is named with special characters. There are so many folders and...
View Article