| Thread | Last Post | Replies |
|
| Setting LocalEndPoint to "any" IP address? | 28 Nov 2004 02:37 GMT | 2 |
Is there a way I can make a TCPListener's LocalEndPoint accept connections to any IP? Currently if I try to connect to "localhost" or "127.0.0.1" it doesn't work. If I try "192.168.0.4" then it works fine.
|
| help required for: Copy / Paste command | 28 Nov 2004 02:26 GMT | 2 |
Im trying to build a calculator for an assignment! (due wednesday) im having trouble finding any code for creating Copy/Paste menu buttons (just need the "doing" code) can anyone help?
|
| new to pc development | 27 Nov 2004 23:35 GMT | 3 |
what is the difference between coding in a class item versus a component item? This is where you add a new item to a project. thanks, mattie
|
| single form instance | 27 Nov 2004 22:38 GMT | 1 |
How can i do (and test) a single instance of my form ? thanks, Maileen
|
| How to change tab size in a TextBox | 27 Nov 2004 22:31 GMT | 1 |
Can this be done in VB.NET? I need tab stops of 12 spaces to format columns of plain text.
 Signature http://www.soundclick.com/chrisdevol
|
| login screen after VB.net installed | 27 Nov 2004 22:31 GMT | 2 |
 Signature hello After installing VB.net standard and using Access with it. I know get a login screen with WinXP(home) after it has been idle after a while . It gives
|
| MDI form | 27 Nov 2004 21:54 GMT | 1 |
I have a MDI form in which i want to display some other forms. but i would like to customize a little bit these childform. for example, when i open childform : - it should be maximized.
|
| using PageSetupDialog | 27 Nov 2004 21:04 GMT | 6 |
Dim PageSetupDialog As New PageSetupDialog With PageSetupDialog .Document = mPD ...snip
|
| VB.Net and LockWindowUpdate | 27 Nov 2004 20:51 GMT | 2 |
I have used the API Function "LockWindowUpdate" in my VB 6 applications and was curious if this API function still exists in VB.Net. I have spent 4 hours surfing the 'net for an example but found nothing that seems to work. If "LockWindowUpdate" is still valid in VB.Net could ...
|
| store several strings | 27 Nov 2004 20:49 GMT | 4 |
I would like to do something like in C++. I would like to store several strings, integer,... in something which should be like a vector, or list. ex :
|
| text of listview | 27 Nov 2004 20:45 GMT | 2 |
how can i retrieve the text of an item(first column) in a listview when i check the checkbox. the index is no problem, but the text isn't. thanks Maarten
|
| Q: Progress control in a subform | 27 Nov 2004 19:55 GMT | 3 |
I posted a question yesterday but didn't get any replies - probably because I didn't give enough information to what I'm trying to do, so here we go again but this time with a bit more detail: In my main application form, I am performing some lengthy calculations.
|
| Property... why? | 27 Nov 2004 19:45 GMT | 62 |
Someone can explain me why to use property get and property set to access a value in a class, insted of access the value directly? What's the usefulness of property statements in VB.NET? Thanks
|
| How to change size of tab stops in a TextBox control | 27 Nov 2004 17:03 GMT | 1 |
Can this be done in VB.NET? I need tabs of 12 spaces.
 Signature http://www.soundclick.com/chrisdevol
|
| database access | 27 Nov 2004 16:39 GMT | 6 |
 Signature hello I have VB.net standard. I thought this version has no data access but I have data controls .
|