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
Populate123
Posts
-
Pls explain my query -
Bush in 30 secondsHi 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
-
Help! Connection Stringdownload it from http://himadrish.cjb.net Himadrish Laha
-
uploading files, ASP?I have this code but the price in $ 25 only. Himadrish Laha
-
ASP - DATE questionif 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
-
ASP Session againUse the below <% @LANGUAGE = VBScript%> This will also help you to get rid from unimportant error. And be COOL. Himadrish Laha
-
file transfer!!!!!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
-
UserConcurrencyUse 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
-
Textbox validationuse 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
-
operator overloding in VBIs 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
-
.NET Servers IIS6 and ASPYes 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