Browse by Tags
All Tags »
.NET (RSS)
I remember in VB6 days, it was damn easy to access other form controls by writing formName.ControlName.Property. This is something which is not possible in VB.NET. I tried traditional methods to access MDI form controls but got Object Reference error.
Read More...
Sorry for sounding dumb but it's just I have not used .NET Much neither I found a good solution. I have a system which is based on old OCX files. I want to use those OCX controls in my .net based applications but all I found were importing of DLLs rather
Read More...
If you are planning to insta;; MS VS 2005 standard edition then you should read this first by Jhon Simmons who is frequent on CodeProject as well. Technorati tags: Microsoft , .NET , VS 2005
Read More...
For details ,visit my other blog I Used C# APIs to write my system.
Read More...
OK I downloaded the driver from Mysql site and enabled Pooling. I am keep getting the following error: error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled
Read More...
Recently my code went nuts and It coudn't remove a Windows service properly. Normally Visual Studio.NET asks you to add a setup to install NT service which is a neater way but I don't know why, it coudn't remove from my machine upon installation. I found
Read More...
I know many members of this blog site actually work on Microsoft Technologies, specially new .NET 2.0 and VS 2005. Here is a gift for all such friends who are exploring Team System 2005. Happy Programming
Read More...
Microsoft is entering in world of robots with their existing tools.By using Robotics Studio ,you can use your existing skills to make softwares for robots. Channel9 video will provide you more details. Tagged: Robotics studio , .NET
Read More...
If you want to write for MSDN, this will be helpful for you,it would be nice to see nasir's article on MSDN
Read More...
Many of you will be aware of our mighty Webbrowser Control and would have used in different languages like VC,C# or Delphi,by using webbrowser control,you can display your data in any format very easily,since its all about html tags.Normally it is believed
Read More...
http://www.worldsbestapp.com/ Now this is something cool,use AJAX as TCP/IP to communicate with other protocols,i dont work on ASP.nET so no idea of AJAX.net Toolkit but the idea is intresting. Microsoft is arranging a contest for MSN Messenger based
Read More...
check this out as this is very useful implementation
Read More...
Hi Folks i`ve been playing with mobile relates stuff these days by using VS2005 and Mobile5 SDKs,in near future,i will post articles in Windows Mobile category which i just added tonight,i will share my experiments regarding Environment setup for Emulator,
Read More...
check this out
Read More...
if you have ever debugged a multi threaded application ,you could face an exception with message Thread is being stopped it actually happens when your programs switches from your own thread to Main thread which could be a GUI window thread,most of the
Read More...