Using SerialPort in a Terminal Server Session
I have a program that I have written using VB .NET 2008 that reads data from a barcode scanner through the serial port. This program works fine in a regular windows environment. I would like to...
View ArticleHow to expose a custom collection through the MAF pipeline
I am using the Managed Addin Framework on .Net 4.5 to help handle scripting on my host application's objects. We have custom collections defined on the host application that inherit from CollectionBase...
View ArticleSSRS Report in MVC
Can any one tell how to show SSRS report in .NET MVC project on Razor View Page and how to pass parameter to SSRS report...
View ArticleOneDrive upload multiple files ?
Hello,It is possible to upload multiple files in onedrive(skydrive) using WL.upload ? I tried something but I always get an error like "element must be an html input element" or something like...
View ArticleWeb request fails, but only for localhost and when using...
I've got a very weird problem with System.Net.HttpWebRequest, that's driving me nuts: When I run it with a localhost address, then it is either extremely slow (around 30 sec) or, in most cases, it...
View ArticleSMTP Mail send to recipient Draft folder
Hi All,I need to send an email notification to recipient Draft folder and using SmtpClient.sendmail to send email. Present, the email is going to recipient Inbox folder but client wanted to receive in...
View ArticleVB.Net DLL with Excel 2013
Dear,I have create a "Class Library" in VB.Net and i am calling this DLL from Excel Sheet. THis DLL contains forms which takes some parameters and executes, when the user clicks "Show" in the form of...
View ArticleCross Thread Problem with SerialPort DataReceived Event
I am writing a custom Ref Class with C++ 2005 to control a measurement instrument via Serial Port. My class inherets System::IO::Ports::SerialPort. I also define events inside my class to generate...
View Articleout of memory exception
i get out of memory exception.how to upload the project for review
View ArticleHow would you recommend updating (reloading) a bindingsource list and...
Hi. Retired, non-professional hobby enthusiast with severely limited coding skills.I have a Windows Form which displays two datagridviews, each linking by datasource/bindingsource to separate tables...
View ArticleFile-open dialog crashes the application
I'm having a recurring issue with a Windows Forms application built in the .NET Framework 4.0 with Visual Studio 2010. On some computers, the file-open dialog does not work fine. Typically, whenever a...
View ArticleC# - Add OIDs to PKCS7 signed CMS
Hi everybody, I use “CmsSigner” class to sign a XML document with C#. For the moment, it’s works fine. I would add some signed attributes. I’ve already added, with success, the “Pkcs9SigningTime”. But...
View ArticleExtracting Key Words Using Regular Expressions
Hi, Everybody...I wish to write a small utility to read a C# file and find all instances of the following...
View ArticleHow to get query statement from LINQ using WCF RIA Service
I have below code in my Silverlight application and I want to get the query statement [Insert into Customer Values ("New customer name")] from the WCF class insert method that I created, as show below...
View ArticleSmtp mail configure
Hello,Im facing the following issue,Send mail using .net smtp classes:Exchange mail account Configuration :khalil@khalildomain.com With the Name "Khalil"From Mail : khalil@khalildomain.comFrom Name :...
View ArticleWindows Touch Gesture Support in .Net
Hi, I'd like to add Touch Gesture features to a Winforms application. How do I do this in vb.net code? I'd like to capture two finger taps, three finger taps, swipe left, swipe right, swipe up/down,...
View ArticleNeed to convert string into class name
Hi,I will explain the issue,I have developed driver script and it reads the values like class name and test method name in .csv file. When its reading the values its taking as string.Task: I need to...
View ArticleTrouble with multipage TIFF using powershell - SaveAdd “A Generic error...
I can't seem to get powershell to utilize the SaveAdd method for a multipage tiff. This is part of a larger script that I turned into a test bed to work my way through the Tiff image manipulation. So...
View ArticleQuad-precision floating point in .NET?
When does Microsoft plan to add quad-precision floating support to its .NET CTS data types (such as IEEE 754 binary128)? I.e. when is it going to become available to .NET C#, C++, etc.? I have...
View Articlespeech sdk transcription
Hi,The requirement is to perform text transcription.There’s a separate transcription library that’s part of that frame work that’s not publically accessible that does free text transcription (it’s what...
View Article