How : Write Text From Form In Text Box In Webbrowser
Hello Guys . I Have A Question That : How Do I Send Text From Form In Text Box Of Web Browser .?More Information :I Want : I Make Connection Between Text Box In Form & Text Box In Web Browser .That...
View ArticleProblem with Mailbox
Hi, Exchange server is working fine in the server. with these codes MailMessage message = new MailMessage(); message.From = new MailAddress("Administrator@my-friend.co");...
View ArticleC# And WebApplication Project using WMI.
Dear Friends,I'm here regarding my new project and i stuck from the beginning.I have one goal and this goal is located on WMI from Web Application.How can i control on WMI from WebApplication ?I tried...
View Articlelogin to network from windows 8
I have an app that uses data on a windows 7 machine. I setup a shared folder and the app uses the data in the folder. This worked find until my users laptop was updated to Windows 8.1 Pro. It uses his...
View ArticleC# SqlCommand and SqlDataAdapter ExecuteNonQuery for SQL Server INSERT,...
Hi C#/CLR experts,Please advise as to choose between SqlCommand and SqlDataAdapter for SQL Server INSERT, UPDATE, andDELETE operations?Let's consider the following code snippet for SQL Server: public...
View ArticleError:does not contain a definition for '' and no extension method
hi,I have a problem with my code , it is giving this error ('Net.Kniaz.AHP.AHPModel' does not contain a definition for 'AddCriteria' and no extension method 'AddCriteria' accepting a first argument of...
View ArticlePrint rich text without using Word, or Rich Text form control in c#
Hi, Is it possible to print text like the below without using a form and RichTextBox control? I mean by creating a font object for Verdana 10, Regular, and another Font object forVerdana 10, Bold.My...
View ArticleSigning JAR files from C#.NET
Hi,I am writing a program to sign all kinds of executables. Currently I am working to find the solution to sign executable JAR files. I searched a bit and found that for JAR files there is a tool...
View Articlepersonal assistant
I have worked on personal assistant code on visual c# code was built successfully but edit delete and search function doesn't work properly help me to get rid of it. using System; using...
View ArticleShould I use AxMsRdpClient6 or Microsoft RDP Client Control v8
Hello,I'm trying to create windows form application that allows a user to connect to a virtual machine. I have implemented VCL http://vcl.apache.org/ and users are allowed to download the rdp file but...
View ArticleC# Removing users from Administrators group on remote computer
Hi,I've written a simple application that allows me to input a remote hostname or IP and it returns list of users added to Administrators group. I've also added a "Remove" command to delete the...
View ArticleThe function evaluation requires all threads to run
Hi, I am getting the error "The function evaluation requires all threads to run". I tried all the threads regarding this error but not able to solve my issue.The scenario is that, I am using background...
View ArticleCommunication between C++ Code and C# Code
Hi All,I have a requirement in which i want to inspect my c++ code using C#. The Scenario isI will have a break point in a method in my c++ code and when i call that method from my C# code the break...
View Articlevalidate a textbox which will accept decimal numeric and negative values.
Hi,I am working on a windows application. where I need to validate a textbox which will accept only decimal numeric and '-' values.range is from 0.000 to -999.999.any regular expression solution...thanks
View ArticleMath.Rounding Question
Hi everyone. I have a Double that can have any number of points behind the decimal point. I used Math.Rounding like so: int Rounding = 2; //The decimal place to round to. try { MyValue =...
View Articlei want lan based Draft game please guide me..
This application will run on a LAN-based environment where two players can play Draught online on LAN setup. Players can find out available players online and can invite them to play Draught. There...
View Articlecannot work button click value
protected void btnsub(object sender, EventArgs e) { string soa = lable1s.Text; if (soa == "Service Oriented Architecture") { Response.Redirect("soa.aspx");...
View ArticleJQuery Dailog is not opened
After an ajax Model pop up extender I'm clicking on this button of JQuery dailog. The popup is not opened when I Save some data by clicking on 'SAVE' on ajax pop up extender. If I simply close theajax...
View ArticleMicrosoft.Reports and Variables in CODE
I have been trying to simply pass a variable that in memory to a report and have the report display it. I have tried multiple examples but cant seem to ever get the variable value to show.Say I have a...
View ArticleC# VS2005, How to use callback function to trap I/O signal from hardware?
Hi folks, Good day! This is my first post in this forum. In the future, maybe I will post more questions in this nice forum. How to setup a callback function for digital I/O On/Off? I...
View Article