Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Hari K Profile

photo Hari K (khari6579)
04 Nov 2005
Chennai India
Sr.Software Engineer
http://www.orkut.com/Community.aspx?cmm=28053471
Contact memberContact this Member Edit ProfileEdit my profile

I am Hari, SSE in a Pvt Firm. I have knowledge in Dot Net, VB6, Visual Foxpro, Foxpro, SQL Server, Oracle, Access, DBase and Crystal Report.

This user has contributed 0 articles, 11 code samples and posted 308 messages in our discussion forums.

Technology Interests

    Blogs

  • Developers Network

    I'm Hari, working as a Sr.Software Engineer. I started this blog for create a New Network through my friends. In this network, Developers can discuss his/her issues faced/facing there Product or application. And also can make his/her knowledge abroad. Sorry for my bad English.... I hope all my friends can support this BLOG. Read full article

    Code Samples

  • Date And Time Validation Functions

    by khari6579

    This function is used for VB.Net developers. It is useful for Date validate when the date format is "dd/MM/yyyy" or "dd/MMM/yyyy". Time validation is also useful for Validating the given time in the format of "HH:mm:ss" . Read full article

  • Create Dynamic Menu in VB

    by khari6579

    This coding is useful for VB Developer who are interesting to create Dynamic menu. Steps: Add form - Name - frmMain Image List - Name - imglstImages Label - Name - lblLabel Class- mcPopupMenu. Read full article

  • Current System Resolution Change

    by khari6579

    I herewith submit a coding for Current System Resolution Change. After run this coding Small config Icon created in your SysTray. It contains two menus. One is Change Resolution and another one is Exit. If you press Exit then the Icon is removed from you SysTray. If you press Change Resolotion Current system resolution will change to 1024*768 when current resolution is 800*600. Other wise change 800*600. . Read full article

  • Messenger Client Coding

    by khari6579

    I hereby submit Messenger client side Coding . This is very useful for Beginners who are going to develop Messenger in VB. In this coding also i was using WinSock control. Datas are transfer between RemotPort.. Read full article

  • Messenger Server Coding

    by khari6579

    I hereby submitting Messenger Server side coding. This is useful for Beginners who are going to create Messenger. In this coding i'm using Winsock control. This is getting all the clients data.. Read full article

  • FTP Operation IN VB-6

    by khari6579

    This is used to Upload and download File From given Host. If the given host protect with User name and Password then u should give the User name and password. In this coding i am using Microsoft Internet Transfer Control 6.0 component. This coding will given Logics for Developer who is trying to do the FTP Upload and Download operation. . Read full article

  • Simple SQL Server Schema Comparison in VB.Net

    by khari6579

    Hi Developers, I herewith attach SQL server Schema comparison. It is useful to compare two databases. Actual this a simple comparison not in too depth comparison. Just we can identify missing tables,procedures and we can get the scripts for missing tables and procedures. Actually i posted here for developers to get the basic information for how to compare two databases without using SQLDMO component. . Read full article

  • Access and Close Network Share Folders

    by khari6579

    This is useful for VB.Net developers regarding for Access Another system which has shared folder with user name and password. In this case we know the user name and password. This coding is very useful for open and close network share folders.. Read full article

  • Invoke URL in the Windows Service

    by khari6579

    Using this Service, you can Invoke the URL. This concept is useful for http: alert for User depends upon the Provider send the message. Actually my coding just invoke the configured URL. My purpose was sending the http alert to the Customer. In that URL you can design w.r.t you requirement. I hope this may useful for developer who is looking "How to invoke URL through the Windows Service or Application. . Read full article

  • Some Javascript General Functions

    by khari6579

    Dear Developers You just copy and paste the submitted code in the Java script(.js) file. The submitted code contains Some General Java script functions. I hope this functions will reduce the time to develops your application. Because you no need to re-write the function in each and every page, you just include the (.js) in the .aspx file. Let me know the feedback from you after using this functions.. Read full article

  • General Functions ASP.Net with VB.Net

    by khari6579

    Dear Developers, Herewith submit some general functions, which includes Password Encryption and decryption, Date format, get selected List value, set list value, etc., I hope this function will improve the developer productivity. Please give me a feedback after using this functions. . Read full article