Read data from within ControlType.Pane
Hi,I am using Microsoft UI Automation to read data from a PowerBuilder Application.The application has a gridview which I feel is a PowerBuilder Datawindow . This Grid displays Rows and Columns of...
View ArticlePlatformNotSupportedException was Unhandled
I got an error when developing TTS console application by using Microsoft speech engine. I usedMicrosoft.Speech.dll. The detail isNo voice installed on the system or none available with the current...
View ArticleStackOverflowException
when i invoke the code below i get An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dllerror what might be wrong? some one help <code> <WebMethod()> _...
View ArticleConnectionString to SQL Server
In .NET, is it possible to pass a Windows Account username / password to SQL Server? like thisString connectionString = @"Server=ServerName123;Database=DBName123;User...
View ArticleCreate printer port
Hi. I need help with creating a printer port programmatically in C#. This is what I have ManagementClass portClass = new ManagementClass("Win32_TCPIPPrinterPort");...
View Articlemscorlib recursive resource lookup bug
Hi all,I have an issue with a WindowsForms application, using .NET 4.0 running under Windows 7 on 32 bits. The application is started automatically at Windows start-up and it crashes with the stack...
View ArticleExecution of multiple sql queries using c# WPF app
I am writing a system utility similar to management studio with c# and ado .net with mvvm.basically I have a UI similar to the query execution windows or the former query analyzerany query can be typed...
View ArticlePrincipalSearcher query filter escape characters
How can we escape characters like "*" in a PrincipalSearcher.QueryFilter. We have a few groups having names start with "*", however trying to escape this with "\2a" does not provide any results.The...
View ArticleOpenning a Serial Port Connection ?
Hi, could anyone please identify any errors witin this chunk of code, or share some code that opens a connection to a serial port. This code gives me an error at run time:System.IO.IOException: The...
View ArticleFTP libraries changes from .NET 2.x to .NET 4.5 for Passive calls
We have upgrade our code that does FTP connections from .NET 2.0 to .NET 4.5. We are seeing that connections when switching to PASSIVE mode are opened in a new session and not the one that made the...
View ArticleMissing system.data
I am trying to use the System.Data namespace in my c# program, but when I put: using System.Data; I get an error. "The type or namespace name 'Data' does not exist in the namespace 'System' (are you...
View ArticleChange MessageBox text button - Windows Mobile
Hello Experts!I'm trying to change the message buttons text in my Windows mobile application (not windows phone)but I just can't find a way that works.I tryied to use this solution from codeproject,...
View ArticleIssues to Configure SAML ,I tried alot but its not working ,Below Given...
SAML Overview Security Assertion Markup Language (SAML) is an XML-based standard for exchanging authentication and authorization data between security domains, that is, between an identity provider (a...
View ArticleATTENDANCE MONTORING SYSTEM - USING FINGERPRINT(VISUAL STUDIO 2008)
Hello sir.. i need your help please try to help me on my system which is required for us to do so before we can graduate..I Proposed a system which can monitor the attendance of Faculty in using a...
View Articlefatal error during microsoft visual studio 2012 ultimate install
dear siri have problem during instllation of visul studio.it shows microsoft .net framework fatal error during installation.so how can i solve this problemthanks in advance
View Articleloading projects for manipulation
Hi,I currently have a need to programmatically add an existing file to a project. To do this, I have referenced Microsoft.Build (4.0) from my 4.5 project. I then use the following code to load the...
View Articlehow to read a complex structure into a program
Hoi,I have a problem/question. I own a weather station (a davis vantage pro 2) with datalogger. I like to make my own program as a learning tool for the c# language. The question i have is: how do i...
View ArticleCalling a .net 4.0 DLL from a .net 2.0 DLL?
Hi all;We have a commercial library we provide that is written in .NET 3.5 (ie 2.0 runtime). It needs to be using the 2.0 runtime because we have many customers still on 2.0 - 3.5.We have a driver that...
View ArticleSpeechSynthesizer to play TTS but no sound.
I used Microsoft.Speech.dll to implement a simple TTS, but no sound heard. I do have the run time language installed.using Microsoft.Speech.Synthesis; using System; using System.Collections.Generic;...
View Article