-
Hi Friends I am developing Win Forms project and I am little confused about showing a report screen. Following is a sample scenario. THere are about 10 records in a Table. Records inclue (Site, username, password). I try to login to every site with the username and password. At the end I wil have 3 combination...
-
Hi Friends, I have written an article about developing a Desktop translator using Bing API in dotnetcurry.com : http://www.codegeeks.net/bing-desktop-translator-using-c-and-vbnet Check it out.
-
Hi Friends Here is my next open source app : http://gtalkautoreply.codeplex.com/ Its a very small ap which you can use to send auto replies just like out of office in outlook. You can also download the source code there and learn a little bit about XMPP also.
-
Guys, Aggregated some of my earlier articles on design patterns I wrote for code project, and published an e-book on the same over Scribd. The objective is to introduce software design patterns to you in a simple, human readable, and funny (?) way - in the context of designing a soccer engine - By discussing...
-
I am trying to develop a Google Talk client.And following is part of my source code 'Delegate Public Delegate Function DelegateUpdatContacts(ByVal Contact As String) As XmppClientConnection.RosterHandler Dim objDelegateContacts As DelegateUpdatContacts = AddressOf UpdateContacts 'Functio updateC...
-
Hi Friends I have written a new blog post about the features of next version of TweetMyPC. You can check it out here : http://www.codegeeks.net/tweetmypc-what-next As usual this will be opensource too. I will update as soon as it is released ;-) Shoban
-
I am not able to find any sample code which uses XML file as database. I am developing a simple aplication and would like to use XML as the database. I wil be reading and writing to the file. I know how to read and write an XML file using .net but are there any differences in using it as a DB? More Info...
-
Hi All How can I create a Splash screen in C#? There is project property available in VB.Net for Splash screen, where I can specify the Form. I want to implement the same in C#. But there is no property available. And later I found, there is a Build Action, "Splash screen" can I use it for...
-
Is there anyway to Query Wikipedia using .Net?
-
Hi All The project I am currently working, I need to copy some folders to a backup drive, for example from C:\ drive to D:\ drive. But I am getting some IO exception. "Source and destination path must have identical roots. Move will not work across volumes." Or do I need to do some re-cursive...