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
Ranked #2K
~5K People Reached
Interests
Windows Programming
Member Avatar for jp26198926

Hello guys.. my laptop always show this error error when i turn on. "Cmos checksum error default configuration used" i thought it is just a cmos battery so i changed it with new cmos battery but the problem still the same.. does anyone of u know the solution for this …

Member Avatar for katmai539
0
227
Member Avatar for JOSheaIV

Okay so I was pulling some hair off my motherboard and bumped the powercable that connects the PSU to the Motherboard (not the 4 pin one, the bigger one that is like 16-pin) any way the system all of a sudden just shut down all I can think is that …

Member Avatar for JOSheaIV
0
907
Member Avatar for rhydiansmith

Specs: Shuttle AK32A Motherboard Kingston 256MB RAM Maxtor 20GB HDD Nvidia GeForce MX440 500W PSU Amd Athlon CPU It's a custom-built PC, and when I powered it on for the first time, all the fans came on, the HDD's spun, and it seemed to be recieving power. But, I get …

Member Avatar for jameca
0
260
Member Avatar for 12"tool

Hi guys When I ask VB to display a date obtained from a field in Access I get a date that displays the day ok, the year okay but it displays the month as 00. In other words 20100029. Now, I have to evaluate the date difference between todays' date …

Member Avatar for AndreRet
0
84
Member Avatar for seena_srini

Hi I'm devolping a project in which backend is ms access and front end is vb 6.0. For security reasons i made the ms access as password protected. when i tried to connect the vb and access, the following message is displayed. How to handle it? Please help me.. [IMG]http://i48.tinypic.com/ddyge0.jpg[/IMG]

Member Avatar for bhrain
0
1K
Member Avatar for jp26198926

Hello Guys.. One of the LED indicator of our Samsung Sens V10 laptop is always ON even if i properly shutdown the unit... i tried to remove the battery then the LED did not light but when i put it back the battery again the LED was lights up too. …

0
28
Member Avatar for jp26198926

hello guys... my customer complain that the pc he bought from us was no display, no beeps but the cpu fan and LED are working.. but when he brought the unit in our shop.. its working fine... what possible cause with this problem? it could be a shorted of electricity? …

Member Avatar for Daniyal Taufeeq
0
59
Member Avatar for rhea may

hello.. i am looking for simple codes for searching will u pls give me some tips to came out with this problem

Member Avatar for jp26198926
0
57
Member Avatar for Frank6490

I have an ASUS M3N78-VM mobo with WD 350g SATA drive running Win XP. Everything has been good for about 7 months but I now have intermittent problems when powering up the machine. From a cold start the SATA drive is not recognized in the bios and I get a …

Member Avatar for splauber
0
448
Member Avatar for pytup

I have program: [CODE]Dim ItemCode(6) As String Dim Description(6) As String Dim price(6) As Currency Dim Quantity As Integer Dim SaleCost As Currency Dim item As String Dim position As Integer Option Explicit Private Sub Command1_Click() item = Text3.Text Quantity = Val(Text2.Text) If Option2.Value = True Then Call CodeSearch(item) Else …

Member Avatar for jp26198926
0
85
Member Avatar for pytup

can someone convert that to case statement: [CODE]Private Function Discount(curr As Currency) As Currency Dim temp As Currency If curr < 15 Then temp = 0 ElseIf (curr > 14.99) And (curr < 30) Then temp = 0.05 ElseIf (curr > 29.99) Then temp = 0.1 End If Discount = …

Member Avatar for jp26198926
0
82
Member Avatar for jp26198926

hello guys my computer freezing up during diplaying montherboard manufacturer's logo and i cannot even see the POST message.. is this a BIOS problem or any hardware problem? please helpp..

Member Avatar for jp26198926
0
206
Member Avatar for pytup

Hi, I have to do search engine for shop (my course assessment) it have to search produckts by code and description. I dont really know how to do it. Can someone help me? that what i have: [CODE]Private Sub Command1_Click() Dim code(6) As String Dim description(6) As String Dim price(6) …

Member Avatar for pytup
0
178
Member Avatar for johnson_cool
Member Avatar for TKSS

Hiya, Just curious as to what scripting tool you may use for creating vbscripts. Just curious...I do most of mine using a text editor, but I'd be willing to check out other resources. Anyone have any recommendations?

Member Avatar for jp26198926
0
123
Member Avatar for siu17

Hi I need the code in [COLOR="Red"]VB6[/COLOR] to display data from a database in a listbox i tried the following code but its not working Do While Not rec2.EOF List1.ItemData(List6.NewIndex) = rec2.Fields(4) rec2.MoveNext ' i even tried Do While Not rec2.EOF List1.ItemData rec2.Fields(4) rec2.MoveNext

Member Avatar for jp26198926
0
111
Member Avatar for gingank

I'm a newbie in VB i want to ask if have a vb form 1 if i press the command button "ADD" it will call out the form i do vb form 2 so what is the coding for it ah?? Help me thank you

Member Avatar for pmyk
0
119
Member Avatar for fernando82

Hi everyone! I'm desingning a database app... and need to fill a datagrid on runtime. I've checked some other post and the solution they propose are using: Set datagrid1.DataSource = rs But when i start the program the datagrid doesn't fill... i have put some textbox with references to the …

Member Avatar for fernando82
0
285