| Thread | Last Post | Replies |
|
| white space | 21 Feb 2005 08:02 GMT | 4 |
is there a way of reading in from a text file and ignoring extra white space in that text file??
|
| Listview, public / private modules and members | 21 Feb 2005 06:55 GMT | 4 |
i'm having a bit of trouble with the following code, i think it has something to do with using the Listview control as an argument, but can't figure out how to correct the error... it works fine when i declare the function to be a private function, but then i can't access it from ...
|
| Newbie... Multiline labels... | 21 Feb 2005 04:37 GMT | 7 |
Sorry if this seems really obvious but I need to display basic text in a windows form that is structured nicely. At the moment I have loads of single text labels which seems silly. I just want to be able to do multiline text which is surely easy???
|
| PC tablet | 21 Feb 2005 04:35 GMT | 2 |
Just a general question? Can I use vb6 to wriet appliation for a PC tablet and use the screen to accept input? Like create a bunch of check boxs and have a user check them on or off?
|
| need help with printing richtext | 20 Feb 2005 22:25 GMT | 3 |
I have a small program that has a richtext box.I have made my own printer dialog with certain features not found in the commondialog printer. Anyway, I need to find a way to print different pages, ie. if the text can take up 5 pages I want to be able to to print then 5th page only ...
|
| extracting text | 20 Feb 2005 19:01 GMT | 4 |
i have a string that holds a line of xml code. I want to extract values from it. Is there a way of doing this? I dont think the split() would be sufficient, but maybe. For example to extract "word" from msg bellow
|
| HeLp me i really Nid t0 know this one !! | 20 Feb 2005 18:38 GMT | 9 |
hi, everybody i know this is a silly question but i have to ask this one cuz i don't know the answer .. i'm just a newbie in programming and i don't refered to any that's why i don't know this one ... my question is WHAT is bug in visual basic , and how can i find bugs in my ...
|
| How can I read a file from a website ? | 20 Feb 2005 17:33 GMT | 8 |
How can I read a file from a website ? For example, I would like to read http://www.website.com/news.htm, can I do that ? Thanks.
|
| IsDate() function | 20 Feb 2005 16:03 GMT | 3 |
I don't know if anyone has a date routine configured already and I'm looking for a recommendation on how to handle and validate dates entered into a text box. The IsDate returns True for the following inputs (see below signature for more
|
| Refactoring and metrics | 20 Feb 2005 15:50 GMT | 1 |
Good morning people! I refactored a project and now I want to know the metrics, to compare this program before and now. Do you know some software that calculate the metrics of program (velocity,
|
| Jagged Edges on Shapes | 20 Feb 2005 12:23 GMT | 1 |
Hello Friends, I am working with some shapes and all is going well except for the jagged edges on circle shapes. Can these be smoothed out...? Thanks. :)
|
| End VB program with Sub Main | 20 Feb 2005 09:16 GMT | 17 |
I've created a short app that has a sub main. The main creates a new instance of a form and then calls the show method on that form object in a "modeless" manner. My question...
|
| Winsock send data from fast to slow | 20 Feb 2005 09:11 GMT | 1 |
We are using Winsock control to send a LOT of data to clients. The data is string, varies in size from 2.5 meg to 250 meg. We notice that when sending data, in the beginning of sending data, the data is being sent out
|
| DataSet Tables Loosing Columns. | 20 Feb 2005 06:02 GMT | 1 |
I have a routine that builds relational datasets. Just a little something to make my life a little easier. I have a test harness with a button I click. I click the button and it works great. It builds a three level relational dataset which I apply to a datagrid.
|
| Prefill Picturebox Control and Save As Image... | 19 Feb 2005 19:48 GMT | 3 |
As the subject says, I am looking for a way to place a filled in circle shape into a picturebox control and save the contents of the picturebox as an image. Currently I have been working with demos allowing me to draw inside a picturebox and then save the image. The problem I ...
|