| Thread | Last Post | Replies |
|
| How to consume webservices in vb6 | 21 Jul 2006 19:07 GMT | 3 |
We have to write a connector component in VB6. This connector will in turn consume some web services and fetch necessary information. There is an existing application (Written in Delphi) which will invoke this connector component (thru well defined entry points) to get the data.
|
| Classes in VB6 | 21 Jul 2006 18:57 GMT | 11 |
When we want to get the value from a variable from a class in Java, we make a public method (usually named) "Get_<something>". What do we usually do to get a variable from a class in VB6? Do I use Property? or should I follow the same Java standard to have a
|
| To create a container or a collection class for VB ActiveX DLL How to do it? | 21 Jul 2006 12:46 GMT | 3 |
I want to design a DLL that has more than one class with one master class having a command over other sub classes so that the access of the properties or function of that class becomes something like this : class1.subclass(2).add parameter1,parameter2 etc..
|
| Build Error | 17 Jul 2006 06:19 GMT | 2 |
I am new to VB dot net 2003. I am trying to create a Crystal Report within an application. When I try to debug the report I keep getting an error that states "Visual Studio cannot debug because the debug target
|
| wan adress | 15 Jul 2006 09:51 GMT | 3 |
Hello every body How can I read my IP and Wan adress with VB ? Thank you....
|
| Question About the INT() Function | 13 Jul 2006 04:59 GMT | 12 |
When using INT() to round a number like 1000.5, INT() will round the number down to 1000. If INT(1000.51), it will round it up to 1001. Is this a bug or is this normal?
|
| VB.NET and Microsoft SMS HELP | 11 Jul 2006 03:11 GMT | 3 |
To who may assist: I am looking at the possibility of creating an application (In VB.NET) that will allow our technical support teams to install SMS 2003 packaged applications at will without giving them anything but read access to the SMS
|
| convert to date, need a little help | 11 Jul 2006 01:15 GMT | 4 |
hello pros. i have a little problem, i would like to convert a simple strings into a date the below sample is what i want to convert:
|