GUI C# serial port
hi, i want to create a simple gui which uses serial port for transmiting and recieving datai need a simple guide.thnX
View ArticleNokia Imaging SDK
how to convert type 'System.Windows.Media.Imaging.BitmapImage' to 'Windows.Storage.StorageFile' in windows phone 8 APP to use it in Nokia imaging SDK to apply different filter in the 'e.ChosenPhoto' ,...
View ArticleWhat .NET Framework Classes are COMVisible?
helloso i saw, there are some classes in the .net framework they have the attribute "COMVisible" on "true".i've found a few of them on "System.Collection" (e.g. ArrayList)my question: are there any...
View Articlesending email with attachment corrupts entire email
I'm attempting to send an email in a console application. If i inclue an attachment, the entire email is corrupt. The attachment is embeded in the body of the email. In addition, the sender, send to...
View ArticleDifference in Verify method of MaskedTextProvider with or without decimal...
MaskedTextProvider's verify method responds strangely in case a decimal separator is used. case A) String '1' with mask '999' is approved. However: case B) String '1.2' with mask '999.99' is not...
View ArticleWinsock
I'm new to this forum... so I don't know where I should post this... But:Where can I get the original winsock.ocx File?
View ArticleDisable Auto-Select of DataGridView
I have a datagridview binded to a datasource. Now, once the datasource receive data, the datagridview shows them and auto-select the first row of data(I set it to Full-Row Selection). I want to disable...
View ArticleDisplay certificate in an asp form(digital signature)
Hi everyone, i want to display on a web form my certificate.Is it possible? and how ?or something else? my project consist of a purchase order that need to be digitaly sign with a certificate i'm sorry...
View ArticleEmbed Interop Types?
I recently have been trying to migrate a WCF project to .NET 4. During the build I get the following warning:Warning8A reference was created to embedded interop assembly 'c:\Program Files\Reference...
View ArticleEntity Framework 6 - An attempt was made to load a program with an incorrect...
've published my application to my server (iis7.5 windows server 2008 R2, asp.net4). I tried to set build to x86, x64, any cpu and it doesn't worked. I tried to allow 32bit applications through IIS...
View ArticleCapturar a posição de um texto em um documento word
É possível capturar a posição de um texto em um documento word ?já consigo achar o texto no documento, só falta pegar sua posição para adicionar uma imagem sobre o textoforeach (Section section in...
View ArticleSiteMap Node disappears on navigation
I have a vs2010 c# application, that uses SiteMapNode menu items in a Telerik RadMenu. After the app is published to IIS 7.5, then when selecting specific menu items (2 of 8), causes the first child...
View ArticleWhat registry keys are responsible for file extension association?
I'm trying to associate file extension to start some type of files with my application. Which registry keys I have to modify to be sure, that when user double click at file it opens with my...
View ArticleEntLib 6 Data Access Block with Oracle 11G - Why select doesn't return values?
To clarify this code works with other tables and views. When trying to access SYS.v_$archive_log no error is thrown but know results are returned. Please help me understand what I am doing...
View ArticleSeCreateGlobalPrivilege to a none session0 process.
I would like to know how I can programmatically set SeCreateGlobalPrivilege to a none session0 process that's trying to open a MemoryMappedFile with Global\ prefix, which will be used to share some...
View ArticleWhat is the correct way to read from the config file?
We are doing it, I think, 4 different ways. What is the approach we are supposed to use.Some of our code is a commercial library that is used in web apps, Forms, apps, Silverlight, and more. So the...
View ArticleMEF singleton problem
Hi thereCannot accomplish the simple thing: import a singleton instance of the class to the places where it is needed.Here is my export declaration:[PartCreationPolicy(CreationPolicy.Shared)] [Export]...
View ArticleMailSettings smtp from setting
I have the following configuration:<system.net><mailSettings><smtp deliveryMethod="Network" from="ro-reply@qms.com.br"><network enableSsl="true" defaultCredentials="false"...
View ArticleRichTextBox - How do I unselect selected text?
I have a RichTextBox. Various strings in the RTB are highlighted depending on user interaction with another control. The general, highlevel, logic to highlight a string is ... unselect whatever might...
View ArticleUsing Absolute address for Hyperlinks in Excel using Excel Interop in C#
Hello !!!I am having a small problem in creating Hyperlinks using the Excel Interop in C#.I am trying to give hyperlinks for different excel files in a parent excel file.When I do the...
View Article