No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: 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 | |
Re: [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: … | |
Re: :) 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 = … | |
|
The End.