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 #44.2K
Ranked #4K
~675 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for sutanu_halder

By URL images I understand you mean pictures uploaded onto the web? :s so like. "http://www.google.com.au/intl/en_au/images/logo.gif" Seems Like I hard one, using winsock, and saving to file, easily doable, :) if you need help with the code, I can help

Member Avatar for bhererros
0
325
Member Avatar for pardeep3dec

[url]http://www.vbexplorer.com/VBExplorer/vb_feature/august2000/using_crystal_reports.asp[/url] [QUOTE] 'Crystal Reports' is a popular third party package that is included with Visual Basic, which allows you to create reports for your application. The package consists of a designer - where you can design and test the reports, Crystal Reports API calls and Crystal Reports control.[/QUOTE] [QUOTE] Note: …

Member Avatar for debasisdas
0
92
Member Avatar for bprabhumdu

:) I have a regsubex function, and in that case all you would need to call, is [icode]regsubex(String,"\B",chr(44))[/icode] :-) [code=vb] Public Function regsubex(Text As String, Pattern As String, ReplaceVar As String) As String Dim myRegExp As RegExp Set myRegExp = New RegExp myRegExp.IgnoreCase = True myRegExp.Global = True myRegExp.Pattern = …

Member Avatar for bprabhumdu
0
146
Member Avatar for army88m2

The End.