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
P

Populate123

@Populate123
About
Posts
11
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Pls explain my query
    P Populate123

    Hi Bianca, Chris, David, Smitha, Patricia and All, I did not found any personal mail id of yours (Chris Maunder, David Cunningham, Smitha Vijayan, Patricia Dupuis, Marcie Robillard ) or cdeproject mailid. Any how let me explain my query. I submit one code for dts-vb application, it was network scheduling dts job. Unfortunetly I get regreat letter from Nish, he told be that, codeproject team does not post vb 6.0 or prior application article, but I found the following link which is to be vb 6.0 application. =Links:http://www.codeproject.com/vbscript/Generic\_P2P\_Architecture.asp I did not understood the meanings, pls explain. =======Here the nish reply============== Hello Himadrish I am sorry to inform you that CodeProject does not accept Visual Basic 6 (or older) articles any longer. Regards, Nish [VC++ MVP] http://www.voidnish.com /* MVP tips tricks and essays web site */ =================================== My mail id is himadrish@yahoo.com. I am soory for last post of 30 second in bush. With Regards, Himadrish Laha Himadrish Laha

    The Back Room c++ database com sysadmin

  • Bush in 30 seconds
    P Populate123

    Hi Bianca, Chris, David, Smitha, Patricia and All, I did not found any personal mail id of yours (Chris Maunder, David Cunningham, Smitha Vijayan, Patricia Dupuis, Marcie Robillard ) or cdeproject mailid. Any how let me explain my query. I submit one code for dts-vb application, it was network scheduling dts job. Unfortunetly I get regreat letter from Nish, he told be that, codeproject team does not post vb 6.0 or prior application article, but I found the following link which is to be vb 6.0 application. =Links:http://www.codeproject.com/vbscript/Generic\_P2P\_Architecture.asp I did not understood the meanings, pls explain. =======Here the nish reply============== Hello Himadrish I am sorry to inform you that CodeProject does not accept Visual Basic 6 (or older) articles any longer. Regards, Nish [VC++ MVP] http://www.voidnish.com /* MVP tips tricks and essays web site */ =================================== My mail id is himadrish@yahoo.com. With Regards, Himadrish Laha Himadrish Laha

    The Back Room

  • Help! Connection String
    P Populate123

    download it from http://himadrish.cjb.net Himadrish Laha

    Web Development database help sql-server com sysadmin

  • uploading files, ASP?
    P Populate123

    I have this code but the price in $ 25 only. Himadrish Laha

    Web Development help question javascript database sysadmin

  • ASP - DATE question
    P Populate123

    if U need to make it in february or january then used function date("m") or goto http://www.asp101.com/articles/john/expirationdate/default.asp, u find everything. If not find then mail me at himadrish@yahoo.com, else take sunbath in bay area. BE COOL PLS. Ur site is not running Himadrish Laha

    Web Development question database com

  • ASP Session again
    P Populate123

    Use the below <% @LANGUAGE = VBScript%> This will also help you to get rid from unimportant error. And be COOL. Himadrish Laha

    Web Development javascript sysadmin help question learning

  • file transfer!!!!!
    P Populate123

    It is not a good practise to use others code, specially for exam. But U can take a help. If you need any help to transfer file using ASP technology, then I can help you. You may mail me at himadrish@yahoo.com. I have very good codes which helps you a lot to transfer file over the internet or intranet. Himadrish Laha

    Web Development java question

  • UserConcurrency
    P Populate123

    Use application variable instead of session variable. Now U become free from session. Now check if page is refreshed by session variable. If the browser is refreshed and new session start then chk it on higher version browser, or better ie 5.5 and netscape 7.0, and I think this problem will not exist. If still exist then you have nothing to do. But I am sure the problem will not exist. Himadrish Laha

    Web Development question database security help

  • Textbox validation
    P Populate123

    use in this way, first store alpha charcater in string, and then chk character in this string. function isblank(s) { var c; var chkstring="a,b,c,d,e,f...."; for(var i=0; i < s.length; i++){ var c=s.charAt(i); if(chkstring.charAt(c) > 0) { alert("Can not enter a-z messages here"); return false; } } return true; } Himadrish Laha

    Web Development help question

  • operator overloding in VB
    P Populate123

    Is it possible to use operator overloading in visual basic. I just try to do it on vb6.0 using + operator(i.e to plus with numeric number and concatenate with string number). But this does not work properly. Any idea? ---------------------CODE--------------------- Private Sub cmdDo_Click() Dim ty If ((VarType(Me.txtInput.Text) = vbString) And (VarType(Me.txtOutput.Text) = vbString)) Then ty = Me.txtInput.Text & "--" & Me.txtOutput.Text MsgBox ty ElseIf ((VarType(Me.txtInput.Text) = vbInteger) And ((VarType(Me.txtOutput.Text) = vbInteger))) Then ty = (Me.txtInput.Text) + Me.txtOutput.Text MsgBox ty Else MsgBox "Unknow Format or mismatch data" End If End Sub ------------------------END CODE------------------- Regards, himadrish himadrish@yahoo.com:-O Himadrish Laha

    Visual Basic com question

  • .NET Servers IIS6 and ASP
    P Populate123

    Yes guy you can but must remeber is there any com component runnings which depends on old dll files. If the com componenets running sucessfully thne ok, otherwise convert them to .net languages and again make the com components. Another things you must changes webconfig, so that error can be handled easily.:):-D See my site Himadrish Laha

    ASP.NET csharp 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