Search Results

Showing results 1 to 35 of 35
Search took 0.01 seconds.
Search: Posts Made By: coco86
Forum: PHP Aug 13th, 2008
Replies: 1
Views: 349
Posted By coco86
i hv problem installing apache + php + mysQL .. it seems that i fail to load PHP module in the httpd.conf

anyone can help me ? i am very pleased .. thank you
Forum: Visual Basic 4 / 5 / 6 Apr 27th, 2008
Replies: 3
Views: 2,082
Posted By coco86
hello , does anyone have a source code for character recognition using Support Vector Machines (similar to SVM)
Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2008
Replies: 4
Views: 949
Posted By coco86
hi, I wanna to calculate the total in currency format $00.00. But the coding doesnt seems to work . Can u help me ?

total = Cstr(total) + Request.Cookies("jumlah")
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2007
Replies: 2
Views: 553
Posted By coco86
thank you!! i'll have a try..

coco
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2007
Replies: 2
Views: 553
Posted By coco86
hello guys , i got a problem with string let's say:

i got a string like this :
dim Amount As string
no error Amount = 0000780080
error Amount...
Forum: Visual Basic 4 / 5 / 6 Aug 19th, 2007
Replies: 3
Views: 2,266
Posted By coco86
that's the things , how to come out from the creation procedure ? is it easier for me to delete the files that has been created ?

Set ts2 = fs.CreateTextFile(vtxt & "_" & Format(Date, "ddmmyy") &...
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2007
Replies: 3
Views: 2,266
Posted By coco86
hi .... im having trouble about how to not save text file...

'i create a textfile like this ..'
Set ts2 = fs.CreateTextFile(vtxt & "_" & Format(Date, "ddmmyy") & ".txt")

vsmg = "my text"
...
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2007
Replies: 7
Views: 807
Posted By coco86
thnx veena .... it works .... i use the 2nd one u gave me..... appreciate it....
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2007
Replies: 7
Views: 807
Posted By coco86
thnx veena , it works .... i use the 2nd one u gave me.... thnx alot.....
Forum: Visual Basic 4 / 5 / 6 Aug 14th, 2007
Replies: 7
Views: 807
Posted By coco86
thnx binoj_daniel..
Forum: Visual Basic 4 / 5 / 6 Aug 14th, 2007
Replies: 7
Views: 807
Posted By coco86
hi.. I have a problem on opening 2 file ... as below is my code... I want to open 1 file let's say .Dat file and it will trigger the other .Hdr file. the only different is the extension name ,...
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2007
Replies: 2
Views: 3,151
Posted By coco86
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2007
Replies: 2
Views: 3,151
Posted By coco86
anybody can teach me how to open an image using VB 6.0...jpg... or bit ... your help will greatly appreciated..thnx
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2007
Replies: 1
Views: 1,144
Posted By coco86
hi can I do pattern recognition using VB 6.0 ?? If yes can I know the step , component , references in VB 6.0 ...
Forum: Visual Basic 4 / 5 / 6 Aug 2nd, 2007
Replies: 10
Views: 1,702
Posted By coco86
ok i've used the above function, it can close my notepad but it still couldn't stop the process without pressing the stop button .... just wanna share ..
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007
Replies: 10
Views: 1,702
Posted By coco86
I've just received this ... they said it can stop it ...
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long...
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007
Replies: 10
Views: 1,702
Posted By coco86
wait now i can run it ..... but the same problem occured .... " continous output " mayb your r right , we cannot stop it without pressing the stop button...
thnx AV Manoharan
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007
Replies: 10
Views: 1,702
Posted By coco86
Av Manoharan

Thnx for your help n respond, but I somehow couldnt get the file open with %SystemRoot%\system32\ , what exactly does it do ? dumping memory ? an error runtime 53 occured when I...
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2007
Replies: 10
Views: 1,702
Posted By coco86
yea i think so . thnx... u 've answered it. anyway this is the code

Private Sub CmdChkFile_Click()

Dim fs As FileSystemObject
Dim ts As TextStream, ts1 As TextStream, ts2 As TextStream
Set fs...
Forum: Visual Basic 4 / 5 / 6 Jul 31st, 2007
Replies: 0
Views: 464
Posted By coco86
sry..... ok let me explain abit more detail , hopefully u can understand... i call a shell and it come out like this on 1 notepad...

***********************************************************...
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2007
Replies: 10
Views: 1,702
Posted By coco86
well i thought tat it would be easier since im not good in explaining.... anyway i 'll try.... the writing in the notepad is continous while i want it to be in two different notepad ... or i cannot...
Forum: Visual Basic 4 / 5 / 6 Jul 30th, 2007
Replies: 10
Views: 1,702
Posted By coco86
i have a prob, when the report is written in a notepad, i can only click on stop button then click play again to stop the the report to write in a sequence .... need help on it how to break the...
Forum: Visual Basic 4 / 5 / 6 Jul 26th, 2007
Replies: 2
Views: 887
Posted By coco86
it's actully look like this , but i dint realise it ...anyway ive already got it using trim()

334536999902920193
???????123 445465781

???? is my sub string but it's empty....
thanks veena
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 1
Views: 581
Posted By coco86
hello , im making a loop .... whenever i want to print the error it'll update my label , this mean it will print the last error record only...So how to print list of errors. Can anyone help me?I...
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 3
Views: 2,515
Posted By coco86
thnx both of you....

im using string and VB 6.0 , currently im using this method which is not so good

If Mfgno = " " Then lbl1.Caption = "Error line=" & line
If CardTran = " ...
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 3
Views: 2,515
Posted By coco86
something is not right with these code the Is True Then , pls help me to correct it....


If isEmpty(Mfgno) Is True Then
lbl1.Caption = "Error"

Else
lbl1.Caption = "NoError"
End If
Forum: Visual Basic 4 / 5 / 6 Jul 24th, 2007
Replies: 0
Solved: help is needed
Views: 542
Posted By coco86
Please help me!!! i've done somecode but it doesnt seems to match... error Out of stack space..

Public Function isEmpty()
Dim MyVar As String, MyCheck As String

MyCheck = isEmpty(MyVar) '...
Forum: Visual Basic 4 / 5 / 6 Jul 24th, 2007
Replies: 2
Views: 887
Posted By coco86
let's say 334536999902920193
123 445465781
Id = left(d,3)
location = mid(d,4,9)

as you can see that my substring is empty..... what's the proper code for it? If you can...
Forum: Visual Basic 4 / 5 / 6 Jul 24th, 2007
Replies: 0
Views: 546
Posted By coco86
let's say i want to read the substring and compare so i make a function

Public Function tracingFNHdr(h As String)

Left(h, 2) = Spid
Mid(h, 3, 5) = Loc
Mid(h, 6, 6) = TermType
Mid(h, 7, 8) =...
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2007
Replies: 2
Views: 818
Posted By coco86
veena thank you ...... millions of thank you
Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2007
Replies: 2
Views: 818
Posted By coco86
hello guys... im having trouble to open up the 2 files , i tried so many times , but i can't think what's the right directory should i put at the '??????' .... the purpose is to pass the value of...
Forum: Visual Basic 4 / 5 / 6 Jul 20th, 2007
Replies: 1
Views: 1,403
Posted By coco86
let's say i have a .dat file and .hdr file .... i have to compare both of them .... how can i open both of them at the same time and then compare them ? do you think is it prossible? pls help me?...
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2007
Replies: 7
Views: 885
Posted By coco86
im new to VB , now im in practical studies , so now i have to do this programming regarding open a batch file , read , and trace error as an output for the program.....
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2007
Replies: 7
Views: 885
Posted By coco86
thnx ..... im happy to join this forum....
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2007
Replies: 7
Views: 885
Posted By coco86
lets say i got a few string exp:

11111233NR+0001030 210NNR
99NR+001030 339NNE

each substring got dif meaning ....11111 for the ID , NNR for the location. etc

do you have...
Showing results 1 to 35 of 35

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC