Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for shashikanth

I am new to VB.net. I want to start with small project on VB.net. User will we working on client system. Please help me how to start.

Member Avatar for formulav8
0
265
Member Avatar for shashikanth

I have a time values in MS Access database 4:30 2:15 3:20 4:45 I want to sum the time using VB code .The sum of the time should be 14:50 hrs not 14:10 hrs. Please help

Member Avatar for debasisdas
0
2K
Member Avatar for abhay_fgr

[QUOTE=techniner]API DECLARTIONS [code] Option Explicit 'API Structures Type TIME_OF_DAY_INFO tod_elapsed As Long tod_msecs As Long tod_hours As Long tod_mins As Long tod_secs As Long tod_hunds As Long tod_timezone As Long tod_tinterval As Long tod_day As Long tod_month As Long tod_year As Long tod_weekday As Long End Type 'NetAPI Calls Public …

Member Avatar for shashikanth
0
459

The End.