| Thread | Last Post | Replies |
|
| stuck in stream.read plz help.. | 29 Nov 2005 14:42 GMT | 1 |
hi guys.. im writing an application that uses windows service to listen (as a tcplistener) for any data sent (by a tcpclient) ... one kind of the requests might be a file sent by client and the service
|
| QUERY: auto clean VB editor | 29 Nov 2005 14:23 GMT | 1 |
Is there any way to auto clean indent the VB code? If not, anyone know an additional 3rd party program to do so? Such cleaning eg. removing trailing whitespace, formating/correct indentation, etc.
|
| How to connect VB with Access | 29 Nov 2005 13:54 GMT | 1 |
Here i m enclosing my code which i have used for connection this is basically for DAO (Data Controler) connectivity but in case of recordsource this gives an error like unrecogonized database Private Sub Form_Load()
|
| animation Effects | 29 Nov 2005 13:53 GMT | 5 |
Hi all ,, just curious for about the animation effect about vb As i was playing card game i have noticed the animation of the game .. I have tryed a lot to create an smoot animation effect like this one
|
| changing lable backcolor | 29 Nov 2005 13:06 GMT | 13 |
I wanted to change the back color of the label which im using instead of button what i want is to change the back color of the label whenever mouse is over it
|
| How to check what is left | 29 Nov 2005 12:37 GMT | 1 |
i run my application in debugging mode. when i close the application, the application is not fully stopped even all forms is unload... is there any thing like recordset or unshown form i haven't closed. But
|
| Overflow error | 29 Nov 2005 12:20 GMT | 2 |
tmrScript.Interval = 65000 causes overflow error. According to Microsoft the maximum is 65,535 Why is then such error? Jack
|
| Put UDT's into classes | 29 Nov 2005 12:17 GMT | 10 |
I'm contemplating putting my bas module UDT's into a class module. Did a lot of research but very confusing. I need some guidance here. A typical UDT Type stcParam
|
| How to determine a default field value during runtime | 29 Nov 2005 11:36 GMT | 5 |
Hi, i am using the function below (visual basic 6) to determine several properties of each field in a recordset (SQL server) and all is working well. My problem is that I
|
| Windows Taskbar interfering with MDI Form | 29 Nov 2005 10:20 GMT | 2 |
I have an MDI project where an MDIForm is loaded (with the WindowState Property set to Maximized) and the user is prompted to open a data file. A Child form is then opened and resized to fill the entire area of the MDIForm, as follows:
|
| What object do I use to query a Server disk space details? | 29 Nov 2005 06:45 GMT | 1 |
I want to write a function that will query a Server and output the following details: Total Space: Free Space
|
| How to write data to an existing file on a certain offset | 29 Nov 2005 03:21 GMT | 2 |
I'd like to write some data to an existing file on a certain offset. (always 20 bytes) How can i do this (binary access with put ??) Regards,
|
| MS sued over VB | 29 Nov 2005 00:37 GMT | 24 |
I was reading about how sony have 5 class action lawsuits against them for releasing an audio CD that did dodgy things to a persons computer. It got me thinking, in comparison to what MS did with vb6 it's fairly minor. Why didn't MS get sued?
|
| Calling a Function or a Procedure | 28 Nov 2005 22:41 GMT | 13 |
Please help me out in finding a the difference between two statement (1st statement and 2nd Statement)in Visual basic 6.0 ,while calling any procedure 1st Statement : call AnyProcedureName (Parameters 1,Parameter 2,Parameter 3)
|
| Export Information from Word to Excel | 28 Nov 2005 21:45 GMT | 1 |
Although there seems to be plenty of ways to move data from Excel to a Word doc, I need a script that would move some selected field information from a Word doc to an Excel spreadsheet (notably, 4 or 5 cells within a single row in Excel)
|