Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for fujilec

hi, i already reach to the end of my project, however there are still minor features i want to add in for the upload. When the user upload their pictures, i need to create a folder for that particular user and store the picture inside, means different user for different …

Member Avatar for Qyla21
0
2K
Member Avatar for fujilec

Lets say i do this to count the number of that particular hour: [code]If vDateTime.Hour > 0 And vDateTime.Hour < 24 Then Dim hour As Integer = vDateTime.Hour If hour = 0 Then hour = 24 End If count(hour, 0) = count(hour, 0) + 1[/code] Refer to the data below: …

Member Avatar for waynespangler
0
130
Member Avatar for fujilec

Em, how to convert a blank data to INTEGER? I use the code as shown below: [code] MP1T(hour, 0) = Convert.ToInt16(rs.Fields("MP1T").Value) [/code] but then the field MP1T is previously in VARCHAR format. It runs smoothly until it found out that the field is blank and cannot be converted. How can …

Member Avatar for selvaganapathy
0
160
Member Avatar for fujilec

I'd implemented what i need for the project but i found that the code is lengthly and not well practice... Some more i found that the code keep repeating in some kind of format..... However, at the moment i still thinking on the way to simplify it...Thanks if anyone can …

Member Avatar for fujilec
0
124
Member Avatar for fujilec

I think i need some idea on this....where mac() is a dynamic array, so instead i use UBound to get its number of elements. However, i need the number of charts equal to the size of the array, so i think to use the code shown below: [code] B = …

Member Avatar for selvaganapathy
0
66
Member Avatar for fujilec

Using rs.open (bla bla bla........) then i need to streamreader each line from MySQL....how can i implement it? thanks

0
72
Member Avatar for fujilec

erm, i am learning on how to make the data table. Hence i get a complete source code from the internet together with the files needed, this include the.aspx file and . aspx.vb file that need to be executed. However, when i run it using browser, it show nothing. May …

Member Avatar for majestic0110
0
80
Member Avatar for fujilec

Anything wrong with this code? [code]If DropDownList1.SelectedItem.Text = "xxxxxxx" && RadioButton1.Checked == True Then.....[/code] problem solved, however, how can i make the radio button can only be checked once, and then unchecked? Because once i already checked it, it cant be uncheck again..help..thanks

Member Avatar for ericstenson
0
59
Member Avatar for fujilec

hi..i put a datagrid into my main form, and i put 2 buttons for show and hide it. How cn i implement it? I know if for the form is using the command below: Form5.show However DataGrid cant use tht...hw can i implement it? thanks

Member Avatar for Jx_Man
0
50
Member Avatar for fujilec

hi....i had used mouse API to emulate the mouse.....without using mouse, just using ascii code. However when there is a message box pop up, it seems like malfunction...it cant move. How can i solve this problem? Thanks.....

0
65
Member Avatar for fujilec

problems for the mouse API...i declared this : [code] Dim Position As POINTAPI Dim Mystring As String Private Type POINTAPI X As Long Y As Long End Type Dim PosX As Long Dim PosY As Long Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, …

0
79
Member Avatar for evios

hi...i am working on visual basic 6 and i need to pass the value to the database MySQL via ODBC, it is working fine juz leaving a small bug here, the code shown below: If player X wins, data below will be stored at MySQL: [code] blnAddMode = True rs.AddNew …

Member Avatar for fujilec
0
122
Member Avatar for fujilec

hi....i got one simple question...how to make the caption background transparent? and, is it possible to have animation GIF on message box? hihi thank ya

Member Avatar for choudhuryshouvi
0
65
Member Avatar for fujilec

hi....does vb6 has any class or module work exactly like a mouse? using the four directions, left and right click? i m currently working on a game and need it as joystick using only keyboard, thanks

0
59
Member Avatar for fujilec

halo, i am the newbie here. I got sumting to ask regarding the approvement and deletion for my database. I'd created a database, and the database contain data that need approval and delete from the admistrator. I use looping to retrieve all the data. PHP code as shown below: [code] …

Member Avatar for fujilec
0
113