| Thread | Last Post | Replies |
|
| putting 'dotnetfx.exe' on distribution CD | 14 Dec 2004 05:25 GMT | 3 |
I'm just about to try out my first application on a mythical friend, who's not very computer literate. I've followed the instruction in Halvorson 'Step by Step' and prepared the 'release' folder, containing the setup file, on CD, which my friend can manage.
|
| Using a time to trigger an event | 13 Dec 2004 22:04 GMT | 11 |
I'm trying to write a program which does something depending on the time. So I'm planning on getting the system time using the 'time' statement, then say every hour or half hour do something (i.e. Get it to display a message saying 'Hello' for test purposes, but the full
|
| Help on Queryunload event?? | 13 Dec 2004 20:30 GMT | 2 |
I don´t seem to be able to get the hang of the Queryunload event. Please help me with this one! As I understand the Queryunload event is supposed to be a boolean signal so when user "clicks" shutdown this signal goes True and I should be able to
|
| picturebox and scroll bars | 13 Dec 2004 18:38 GMT | 1 |
I am looking for an example in visual basic.net to scroll from scrollbars an image in a picturebox. Anyhelp would be welcome. Thanks
|
| WIN98 | 13 Dec 2004 16:00 GMT | 5 |
anybody can tell me (please) how can i insert a sysipaddress32 control in windows98???
|
| Launch IE from cmd button | 13 Dec 2004 13:03 GMT | 1 |
I would like the users of my program to be able to view a webpage upon the click of a button. How do I go about launching Internet Explorer and getting the required webpage to load up? (using VB6) Thanks
|
| Minimum Spanning Trees | 13 Dec 2004 10:07 GMT | 8 |
I have a problem where I have a large set of co-ordinates (several hundred) and I need to calculate the shortest route that connects all the points. I understand that this is solved with a MST, probably using Prim's
|
| Is it possible to create a paragraph? | 13 Dec 2004 08:40 GMT | 3 |
I am creating a project where the contents of a label are created on the load of the form (which contains code e.g. & Day(date)) and I wondered if it is possible to get the text of the label to go on to two lines insteed of one long line. Is that possible? If so could you
|
| Data Environment | 13 Dec 2004 08:16 GMT | 1 |
Is there any where i cud get this from as i wud like to add a vb front to an access database??
|
| Cannot delete controls on VB.NET 2003 Form when using TabControl | 13 Dec 2004 01:55 GMT | 1 |
I have a problem that I cannot delete components that are placed on a R\abbed page in Visual Basic.Net 2003. The form uses a Tab Control with several pages. I have a Panel on the page and then some combo boxes, labels and text boxes.
|
| MDI ScrollBars | 13 Dec 2004 01:13 GMT | 1 |
This is a .Net question. I hope its in the right group. Anyone know a good VB .Net news Group Is there a way to get rid of the ScrollBars on a MDI parent form? I have set the AutoScroll property to false but that won't work.
|
| extracting name to string and saving to a text file | 13 Dec 2004 01:13 GMT | 3 |
I've never worked with saving things to a file before and don't know where to start. I want it to read the entire file name of a file list box and convert those names to a string to be saved into a textfile of the users
|
| OK on CommonDialogue Returns Focus to Control #1 always | 12 Dec 2004 21:29 GMT | 5 |
This seems strange, but I am probably not resetting some flag or something. I have a series of textboxes which the user can go through and change the properties of text on any one of them by clicking an appropriate button. I use only one CommonDialogue control, which I
|
| Unzip in VB | 12 Dec 2004 19:06 GMT | 1 |
Can this be done ?: 1. I need to have a file unzipped to a dir when a program is started, without any interfering from user ( zip file is known and dir is static ) ?? 2. Anybetter, if I can extract an exact dir form within the zip file (dir
|
| "Ghost" windows | 12 Dec 2004 16:52 GMT | 5 |
I've just found a neat utility on the web called Tweak Window. One trick it does is producing "Ghost" windows. These are semi-transparent, always on top, but seem to be disabled in some way, but allows mouse activity to be passed to whatever window is underneath. Always on top ...
|