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
~592 People Reached
Favorite Forums
Favorite Tags
Member Avatar for saini balvinder

My client's pc is missing comdlg32.ocx. He recently formatted his hard disk. Due to this my program's installation file is not working and its giving message : 'ComDLG32.ocx or one of its dependencies not correct registered i dont want the user to type command manually in to register the control …

Member Avatar for Reverend Jim
0
171
Member Avatar for saini balvinder

Hello All, what is the best way to avoid conflict errors for dll & ocx files while creating setup using Package & Deployment Wizard. its a bit frustrating doing this as sometimes ur pc has files but client does not have it. check out the following link: [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;831491[/url] Any other …

Member Avatar for SCBWV
0
64
Member Avatar for saini balvinder

Hello , need some help on following code: HH = DateTime.DateDiff("h", "01/01/2008 12:30:00", "01/01/2008 15:00:00") MM = DateTime.DateDiff("n", "01/01/2008 12:30:00", "01/01/2008 15:00:00") SS = DateTime.DateDiff("s", "01/01/2008 12:30:00", "01/01/2008 15:00:00") MsgBox HH & ":" & MM Mod 60 & ":" & SS Mod 60 the result shows : 3:30:0 im expecting …

Member Avatar for saini balvinder
0
357