Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

K Baruah

@K Baruah
About
Posts
10
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I wanted to learn VB.NET
    K K Baruah

    MSDN is the best source to learn DotNet.Try this link for MSDN http://msdn.microsoft.com/netframework/[^] Kaushik Baruah Programmer Analyst Cognizant Technology Solutions,India

    Visual Basic csharp help question learning

  • i need to make a connection to sql server 2000 from vb.net
    K K Baruah

    Just try out the following in VB.NET Imports System.Data.SqlClient Dim oSQLConn As SqlConnection = New SqlConnection() oSQLConn.ConnectionString="my connectionstring" oSQLConn.Open() Kaushik Baruah Programmer Analyst Cognizant Technology Solutions,India

    Visual Basic csharp database sql-server sysadmin

  • Setting Default path in cmd
    K K Baruah

    If you want to set the default path to a different directory, you may do so by editing the registry. Launch the Registry Editor and navigate to: HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor In the right-pane, double-click Autorun and set the folder there, preceded by a CD\ (as you type in DOS). Kaushik Baruah , Programmer Analyst Cognizant Technology Solutions,India

    System Admin tutorial question

  • onafterupdate Event of JavaScript
    K K Baruah

    You can refer this link below http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onafterupdate.asp[^] Kaushik Baruah, Programmer Analyst in Cognizant Technology Solutions,India

    ASP.NET javascript question

  • Want to show a graphical stopwatch in a Web Page
    K K Baruah

    You can find help in the link given below.Regarding the programming language you can use either VB.NET or C#.NET http://www.csharphelp.com/archives2/archive368.html[^] Kaushik Baruah is presently working as a Programmer Analyst in Cognizant Technology Solutions,Kolkata,India

    Web Development question sysadmin

  • Start Internet explorer with a fixed size
    K K Baruah

    You can find out the Client Screen Resolution by a small javascript function Create one HTML file with filename Screen_Resolution.html and place the following code function screen_resolution() { var screenheight = screen.height; var screenwidth = screen.width; document.ClientScreenResolution.screenheight.value = screenheight document.ClientScreenResolution.screenwidth.value = screenwidth return true; } Client Screen Resolution

    Client Screen Resolution

    Create an ASP file with filename screenresolution.asp and put the following code Client Screen Resolution Client Screen Resolution = <%=Request.Form("screenwidth")%> by <%=Request.Form("screenheight")%> Cheers and Enjoy the code Kaushik Baruah is presently working as a Programmer Analyst in Cognizant Technology Solutions,Kolkata,India

    ASP.NET question

  • Java script open in a new window
    K K Baruah

    This method is used to open a new browser window window.open('../customerdtl.html','name','height=200,width=150') name is a string containing the name of the new window. Kaushik Baruah is presently working as a Programmer Analyst in Cognizant Technology Solutions,Kolkata,India -- modified at 7:03 Friday 30th September, 2005

    Web Development help java javascript html sales

  • Oracle &amp; Visual Studio 2005
    K K Baruah

    Visual Studio 2005 have introduced the concept of TableAdapters data objects for interacting with different databases available.You can go to the following link to get the details http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/tableadapters.asp[^] Kaushik Baruah is presently working as a Programmer Analyst in Cognizant Technology Solutions,Kolkata,India

    ASP.NET csharp database oracle visual-studio

  • Disable print screen feature Windows 2000
    K K Baruah

    You can try out the following code in VB Private Sub txtSearch_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeySnapshot or KeyCode = vbKeyPrint then KeyCode = 0 End If End Sub You can put the code inside your application and can protect the same from PrintScreen event. Kaushik Baruah, Programmer Analyst in Cognizant Technology Solutions,Kolkata,India.

    System Admin windows-admin

  • Start application before Windows startup
    K K Baruah

    Hi A simple way is to make a Installer of the application with the option of putting the application in the StartUp folder under windowsXP Otherwise,If you have a very good knowledge of Windows Registry,(make sure to have registry Backup before editing it)then you can add the add a new startup application using the following Open your registry and find the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]. For your Program to run,create a new string value and set the value of the string to the program executable. For example, to automatically start Microsoft Paint, add a new entry of "Paint"="c:\windows\mspaint.exe". Kaushik Baruah, Programmer Analyst in Cognizant Technology Solutions,India

    System Admin security question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups