Please help
<?xml version="1.0" encoding="utf-8" ?><configuration><configSections></configSections><connectionStrings><add name="Sapphie.My.MySettings.SapphireConnectionString"...
View Articlevb dot net
how do i get the respective file name in the attachment field by default only by a click .I am using vb dot net 2010
View ArticleWhy is a non defined enum value allowed
I am finding it hard to understand why it is allowed to cast a value outside my enum definition to a valid enum object. Can anyone explain the reason for this? To me this seems like a very error prone...
View ArticleGraphics.MeasureString - how to handle advanced settings, how to get breaks
Hi all;I've been usingGraphics.MeasureString to measure line lengths. However, I now need to take into account: Small Caps Scaling (making each character thinner/wider). Spacing (adding/subtracting...
View ArticleHelp required for getting weight data from rs232 port weighing machin
Hi I am writing an application to read weighing scale reading of a milk dairy. The instrument has got RS232 Port and I have purchased a USB converted to connect this to my laptop. weighing machine is...
View ArticleTurn off picture compression in Interop
I need to use this option of MS Word from code using Interop. How do I do that? I wasn't able to find appropriate member under Application.Options or Document.WebOptions (I'm trying to save .docx as...
View ArticleHelp required for getting weight data from rs232 port weighing machin
Hi I am writing an application to read weighing scale reading of a milk dairy. The instrument has got RS232 Port and I have purchased a USB converted to connect this to my laptop. weighing machine is...
View ArticleMVC HtmlHelper ListBoxFor and ListBox MultiSelectList Bug
The HtmlHelper.ListBoxFor and HtmlHelper.listBox methods have a design bug. A very frustrating and annoying bug, as no error is thrown, it simply doesn't correctly display the selected values.I'm not...
View Articleupload the Video in server
Hi i want to upload the video in server using c# in windows store app...plz give sample code..Thanks & Regardskrishna
View Articleany PDF generation API for C#?
Hello everyone,Are there any PDF generation API for C#? I did not find one. I want to use a Microsoft provided one, if not I want to use free/open source ones. I am using VSTS 2008 + C# + .Net 3.5.I...
View ArticleCheck if a dll is registered or not?
Hi all, I am trying to verify if a dll is registered or not? I am trying to write a function which will check if a dll is registered and return me T/F accordingly !!Please advise.Thanks.
View ArticleHow to export an MS Word file to PDF
Hello.I need to automate exporting an MS Word file to PDF because I have tons of Word files. Can anybody give me any hints on what libraries to access?Thanks!--Johnny
View ArticleFileSystemWatcher InternalBufferOverflow on network path DFS
Hi,I am getting an exception System.IO.Internal.BufferOverflowException when I am trying to monitor a folder on network path(DFS - Distributed File System): To many changes at once . It works fine when...
View ArticleValidating input
Hi everyone, I'm working on a console application that asks for a customer's age. It needs to validate that the age is within 0 and 120 years and also that the input isonly a number between 0 and 120...
View ArticleCould not load file or assembly 'log4net, Version=1.2.10.0
Server Error in '/' Application.Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The located assembly's...
View ArticleOdbcCommandBuilder.DeriveParameters() / SqlCommandBuilder.DeriveParameters()
Hi all,I have this: cn = new OdbcConnection("Driver={SQL Server};Server=My-PC01;Database=Northwind;Trusted_Connection=Yes"); OdbcCommand cmd = new OdbcCommand("{? = call dbo.usp_TestParameters (?,...
View Article"Method Name Expected"
hi, i got an error"Method Name Expected" here is c# code,help me to solve this error,thank youusing System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security;...
View Articleinput the text using textbox and check the plagiarism from internet
I am trying to develop an application for windows8 in vs2012 using c#.my application is to check the plagiarism for English.it means when I write input in the text box .after clicking on the search...
View ArticleConvert HTML To pdf using itextsharp in asp.net
am having a prblem in converting html to pdf The code which i used for conversion is as followsusing iTextSharp.text; using iTextSharp.text.html.simpleparser; using iTextSharp.text.pdf; using System;...
View Articlehow to make a database backup from localdb using c#.net
How can i make a dababase backup of localdb without using Sql server,Just Using visual studio local db . Can I do that. If so than please give some useful help . Thank.
View Article