One of attribute is reserved word in dynamic cause error
foreach (dynamic b in a.overrides.override)override is reserved word, compile error---v-----!
View ArticleProblem with Outlook
Hi, I get this error Error 2 The type or namespace name 'Office' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\App17\App17\Default.aspx.cs 22 27...
View ArticleGetting Values from multiple textboxes
Hello to All,I am pretty sure I am missing something basic and hence I am looking for some guidance. I am trying to get the values from textboxes. The only complication is that I am getting confused...
View ArticleCan anyone help me with these codes? I dont understand them.
Please explain to me what these sgAnpr means publicForm1(){ InitializeComponent(); tbPlatesLog =newTextBoxLogger(txbPlates redbutton.Enabled...
View Articledatareceived event triggers twice?
Hi...................i am using serialport datareceived event to detect incoming calls or msgs in a C# application... whenever there is a msg or call coming in port_datareceived eventhandler triggers...
View ArticleExpected class, delegate,enum,interface or struct
I'm getting error: "Expected class, delegate,enum,interface or struct ." Can anybody help me, please? I'm not sure what I'm doing wrong. namespace Proiect { //Item Class definition public...
View ArticleInstalledWin32Cultures WindowsOnlyCultures FrameworkCultures
Hi im really struggling to grasp which each of these three mean:InstalledWin32Cultures WindowsOnlyCultures FrameworkCultures What I need is to know which cultures are available both for...
View ArticlePrevent from Displaying Duplicate Tabs
Hello All! I am trying to make my form work so that when a person selects something from the combo box menu, a new tab opens and it jumps to that particular tab. I have this part done right here....
View ArticleHtml File to Mht
Hi all, How to convert a HTML to MHT using c#. If anybody have any idea regarding this please let me know the process. Thanks in advance.clau
View ArticleMerge sort code
CAN SOMEBODY KNOW WHATS THE CODE FOR THE MERGE SORT ON C# WINDOWS FORM? PLEASE ANSWER SOON!!!
View Articleneed folder structure information ........
guysi have this piece of code..which is taking pdf files and storing them in seperate folder......suppose i dont know the project folder structure of my project..what would be folder structure and...
View ArticleConvert Visual studio 2008 to Visual studio 2013 error
I have a visual studio 2008 Windows Form project that I converted over to visual studio 2013 Windows project. This was converted automatically by visual studio.When I go to compile I get error:The type...
View Articlehow to convert my windows forms to console application
Hello all,I'm a c# beginner. I inherited a small windows form application written in c#. I have a need to convert it to console application. Please show me what I need to change in the codes. I...
View ArticleDesktop icon click of visual studio project.
Hi, I m working on a visual studio .net project.I have created a desktop icon for my project exe.Now i want to open a local folder on that icon click like drop box but i m not able to do...
View ArticleOleDbException was unhandled by user code Could not find file...
This is the code for part of the project using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; namespace ClassDB { public class databaseMethods :...
View Articleneed suggestion.....
I am receiving pdf file from another website user. I am creating userid folder in server and saving pdf file. Now at my end I am giving 1 button for reteriving pdf file and showing them in gridview and...
View Articleplayer movement for 8-Puzzle
i am learning c# to make it interesting i have tried making an 8-puzzle game so far i am able to write a code to print the game and generate random solvable puzzle but i am confused in how to add...
View Articlec# message system for console applications
The program I'm working on is a program that lets users post support tickets and other related tickets. The problem I have is that I need to make some kind of a message system. Where users and sysops...
View ArticleexpandoObject: property get
Hello,I would like to add a property-get to an expandoObject. The name of this property will only be known at run-time. I would like to use this property by reflexion in exactly the same way I use a...
View Articlexml to data table and back to xml
I am reading an xml file into a data table and populating a listview. public static DataTable createDataTable(string strFileName) { DataSet set = new DataSet(); set.ReadXml(strFileName);//--->>...
View Article