| Thread | Last Post | Replies |
|
| Crap .NET lol | 14 Mar 2006 19:58 GMT | 16 |
add a picturebox to the form and set the sizemode to autosize and u becomes hadicap, the handle to resize the control goes away. lol this is funny, is this some kind of a new AI ? i am not buying you pea.NUTS, and will push/use VB6 to the most
|
| Richtextbox control array dragdrop failure | 14 Mar 2006 19:06 GMT | 4 |
I have a tabbed form that holds an array of richtextboxes, each within its own tab. Each one is an independant editor. If I try to drag and drop existing text in any of the richtextboxes the dragdrop fails. This is not draging between richtextboxes but from one line to another in ...
|
| How can I create a large text file is an efficient way? | 14 Mar 2006 18:41 GMT | 2 |
I 've coded a subroutine to create a text file (in this case a xml file) which sometimes holds a size of 500 - 900 KB. While the subroutine works efficiently for small file size (up to 50 KB) I noted a worse efficiency in case of large file size (up to 10 minutes of calculation ...
|
| how to override the URL for a SOAP service | 14 Mar 2006 16:10 GMT | 1 |
I am using the SOAP toolkit version 3.0. From what I can see, the SoapClient30 class reads the URL of the server to connect to from the WSDL file. Is there any way of overriding this at runtime, or do I have to build a WSDL
|
| Runtime Error 53 : File not found | 14 Mar 2006 10:00 GMT | 4 |
A small problem..... I have a App that has pictures stored in app.path/pictures. Based on a user query the app searches for a picture in this folder and if it does not find it I would like to display a default picture
|
| Intel Motherboard and Hard drive | 14 Mar 2006 03:58 GMT | 1 |
Is there a way in VB6 to read the temperature of the CPU (Intel), Motherboard (Intel) and hard drives?
|
| dynamicaly set color on text | 14 Mar 2006 01:46 GMT | 7 |
I wrote a function where you pass the IP address and returns a boolean value. There is a label on the main form that lets you know the status of a device. What I want to accomplish is based on the boolean value display "Online" as
|
| Full Computer Name | 13 Mar 2006 21:55 GMT | 7 |
How do I get VB6 (WinXP) to return the computer's name that is stored in Control Pannel | System | Computer Name | Full computer name? Thanks, Trent Argante
|
| Add dynamic existing forms to a new VBproject | 13 Mar 2006 21:13 GMT | 3 |
Hi, all, I want to add existing VBForms to a new VBProject. Is it possible to add existing forms (from another project) to a vbproject in the code of VB.
|
| Reading in an ASP page with VB? | 13 Mar 2006 21:07 GMT | 5 |
I just did a search and didn't really see anybody talking about this. I am familiar with FSO, but would it be possible to read in an ASP file (as text) from a webserver via Visual Basic as long as the application has permissions to that folder/file via the network (not from an HTTP
|
| Nested collections not iterating | 13 Mar 2006 18:53 GMT | 2 |
I have a parent class with 3 collections all pointing to collection classes, they are private to the parent and accessed via parent.col (Orders, orderlines type of relations). Anyways, they build fine, look great in the locals but every item has the same data even though each ...
|
| Converting string to int | 13 Mar 2006 15:28 GMT | 4 |
I'm trying to convert a string to an integer.. but it's not working.. I've tried Val() and Cint(). Val("040") returns "0" Cint('040") returns 1
|
| Password Change | 13 Mar 2006 15:18 GMT | 5 |
im pretty new to the whole coding aspect of vb im in a bit of a prob im creating a simple database program,listing inventions of the victorian era-but thats niot important
|
| Find full stop in string | 13 Mar 2006 15:08 GMT | 2 |
Hey all, I have a string coming from a db, how can i find the length of it up until the first full stop (there are a souple of sentences).. is there some argument that len function takes perhaps ?
|
| Using the replace command, please help | 13 Mar 2006 15:03 GMT | 4 |
In the following script I use the replace command to change R to 1 in a string variable so that replacing Rdgpc-test = 1dgpc-test, and this works fine Dim strcomputer, strcomputer1
|