code scrapping in c#
Hi, is there any way i could like crap one part of the HTML code from the page and then send it back to do some thing for me.Example:I'd like to make an app that every time i run it automaticly logs me...
View ArticleUsing a custom ListView in the Forms designer
I have a ListView in my Form in which I would like to override the IsInputKey method. I create the override like this:public ref class myListView : ListView { protected: virtual bool IsInputKey(Keys...
View ArticleParallel Class in System.Threading.Tasks.Parallel
Hey, I just came across this problem. THERE IS NO REFERENCE OF SYSTEM.THREADING.TASKS.PARALLEL IN WINDOWS PHONE 8 SDK.Does this means we cannot use Parallel class here? I m using c# languageWhat is...
View ArticleTranslation c# into VB is needed
hi all of you, I'm stuck, I get the same results using two well-known on-line translators.. Help me out!Original c# stuff: DateTime displaydate = _calendar.DisplayDate; var firstdayofmonth = new...
View ArticleSelect a queue
I have two windows service for a telephony application. One service is about to generate an audio message for a specific phone number. The other one service is to let people pick up the phone and the...
View Articleweird form Error
this is the error :Error 1 Cannot implicitly convert type 'string' to 'System.Windows.Forms.DataGridViewTextBoxColumn' C:\Users\E574129\documents\visual studio 2010\Projects\OPC-UA...
View ArticleIs a hyperlink containig the word google seen as non accessible?
I've tried several hyperlinks in asp.net 2.0 to anything with the word google in it - <a href="blah.aspx">Google Analtyics</a>And I get an accessability error thrown from this but why????????
View ArticleI've been working with C# in winforms for a while now, But now i'm moving to...
Hi,I've been working with C# in winforms for a while now, But now i'm moving to work in web application .Please suggest me which is the best book to learn ASP .net.Thanks in advance,Hariclick "Proposed...
View ArticleVB projects and Visual Studio 1.1, 2.0 versions compatible with Windows7 ?
VB projects and Visual Studio 1.1, 2.0 versions compatible with Windows7 ?
View Articlevshost-clr2.exe has stopped working
I'm working on an app in VS 2010 on wind2008. It's a .Net 3.5 app that use .Net 2.0 library. I change all Frameworks to 3.5 .Net and uncheck "Enable the visual studio hosting process" But When I debug...
View Articlehow to add custom window (like solution explorer window) in visual studio2012?
how to add custom window (like solution explorer window) in visual studio2012?I mean i created my windows application and i want that to be part of the visual studio , like Toolbox, Solution...
View ArticleWarning CA2000 : Microsoft.Reliability : call System.IDisposable.Dispose on...
Hi I am gettingloads of following warnings when run my code analysis- Warning CA2000 : Microsoft.Reliability : call System.IDisposable.Dispose on object 'x' before all references to it are out of...
View ArticleC# get installed programs with precision
how can i get installed programs without Updates, Hotfixes and other thingsJust like Windows Add / Remove programs doThankssn4k3
View Articleupshot.js dosn't work
I have a project on production mvc4 single page application hosted on Windows azure ( sql azure for data) using knockout.js and uphot.js. The project is developped on visual stidio 10. As uphot.js is...
View ArticleCan I specify whether to start a new process as a 32-bit or 64-bit process...
I have a boatload of test console applications that are built as AnyCPU. These apps test several class libraries that are also built as AnyCPU. I need to make sure that the class libraries will run...
View ArticleHow to rename a security group?
In .NET version 4.5 or lower, how does one go about renaming an existing security group on the local windows machine?Is there something like NTAccount.Rename that I'm apparently missing?Here is some...
View ArticleIMAPI: Issue with UpdateEventHandler not firing with a simple ISO write
We have a simple command line prototype, which burns a ISO image. The problem is that we are not receiving any Update events. There are a few posts about the Update event not firing, which suggest...
View Articlesource code of Building a Wi-Fi Discovery Application with the .NET Compact...
Hi,I would like to check the source code of the article "Building a Wi-Fi Discovery Application with the .NET Compact Framework 2.0"http://msdn.microsoft.com/en-us/library/aa446491.aspxbut the download...
View ArticleAccess is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
HI,I get this error in my local host when i try to generate a word xml document (which dooesnt use interop but using flat opc concept).We have been generating the same for years but didnt get this...
View ArticleDirectoryEntry.CommitChanges() block my Windows Service
Hi All,I'm writing a Windows Service process that blocks during the CommitChanges operation: DirectoryEntry ent = new DirectoryEntry( bindString );...
View Article