Forum: Monitors, Displays and Video Cards Jul 25th, 2009 |
| Replies: 8 Views: 458 Modern windows builds will be syncing but still the CMOS battery if drained out will send time back to original date. lost Moreover all other BIOS settings get changed. |
Forum: C++ Feb 22nd, 2009 |
| Replies: 11 Views: 533 anyways the problem is now solved so make the thread as solved |
Forum: C++ Feb 22nd, 2009 |
| Replies: 11 Views: 533 no problem with the for loop as well
maybe sallem gave the coment as u missed the barces of the for loop in your first code |
Forum: C++ Feb 22nd, 2009 |
| Replies: 11 Views: 533 hey excuse me but the above code is absolutely fine,i dont find an error it is running fine |
Forum: Java Feb 22nd, 2009 |
| Replies: 13 Views: 752 Yes,use object man............thatz the way to do it |
Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2008 |
| Replies: 8 Views: 1,261 Ya , rite that is the way to do the program. the code works fine |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 8 Views: 1,261 u try the code snippet:
Private Sub cmdSwitch_click()
if picture1.picture ="D:\hehe\Winter.jpg" then
picture1.picture = LoadPicture("D:\hehe\Sunset.jpg"
else
picture1.picture =... |