| Thread | Last Post | Replies |
|
| comp.lang.basic.visual.misc and VB.NET | 03 Jun 2004 22:45 GMT | 13 |
Dear members of this NG, Sometimes I get the feeling that I'm joining a Helpdesk for people with room-heating on coal, while the whole world has central-heating on gas. The questions about VB.Net in this NG increase and all we do is a standard
|
| Printable area | 03 Jun 2004 19:00 GMT | 3 |
Hi, can someone help please? I am using VB5 How can I get the printable area from the printer. I am printing reports and on some printers (Epson and HP ink jets usually)
|
| Detecting Microsoft Word on user's system | 03 Jun 2004 15:06 GMT | 1 |
How can I use Visual Basic to detect whether or not a user has Microsoft Word installed?
|
| Form1 not the startup object | 03 Jun 2004 14:40 GMT | 3 |
Something happened to my setup and now starting a new project results in a can't find sub menu and no Form1 window opens. I have reinstalled etc to no avail. I have a call in MS that is going on day three. Any ideas how to change the startup object back to Form1 on new
|
| What is the best sampling rate for using mcisendstring ? | 03 Jun 2004 12:20 GMT | 1 |
I am using mcisendstring to play a group of short mp3's . In order to keep the installation package as small as possible I have resampled the mp3's to 16 bit mono , sample rate 22050 Hz , 60 kbs CBR Bitrate. I would have liked to go lower if possible.
|
| DLL Backwards Compatability - Worse on XP??? | 03 Jun 2004 05:13 GMT | 5 |
Are VB programs distributed from an XP development platform more likely to encounter DLL problems on a range of target user's systems? I have been distributing applications developed in VB5 and VB6 for a couple years now. Recently I switched my development from a Win'ME platform ...
|
| Launching IE from VB? | 02 Jun 2004 21:42 GMT | 6 |
Hi. Just a simple question. I know how to launch the user's default browser w/ parameters. Is there a reliable way to launch only IE? It is possible that some of our clients have set their default to something else.
|
| Simple question about - Inheritance with Constructors in VB.Net | 02 Jun 2004 21:24 GMT | 1 |
Let's assume I have a class animal with two constructors. Public Sub New() Me.Name = "" Me.Weight = 0
|
| Please help: Path system variable and CreateProcess | 02 Jun 2004 19:35 GMT | 3 |
I'm using CreateProcess from within my VB app to start a second VB app. During testing I simply supplied "calc.exe" as the command line argument when calling the function, e.g. lngSuccess = CreateProcess(strNull, _
|
| controlling scrolling in a form programatically? | 02 Jun 2004 18:20 GMT | 1 |
I am currently trying to write a simple game using vb.net the form I am working on is 800*600 (this is set as the maximum size) and autoscroll is set to true. The user moves around the screen by moving a picturebox (sprite) with the cursor keys.
|
| How to Split a XML file to multiple small XML Files using VB.net | 02 Jun 2004 18:20 GMT | 1 |
Hello, I am trying to split a XML file to multiple small xml files in vb.net and am trying to get the best possible approach to this. Any help on this will be great... Sample example on what I am trying to do...
|
| Hanging vb-app. after termination | 02 Jun 2004 12:46 GMT | 4 |
i develop with vb6 and mysql 4.x. after compilation i work with the programm without any problems. when i finish the programm it remains in the taskmanager. this is the first app. with mysql (before i worked with .mdb without
|
| VB3 | 02 Jun 2004 12:04 GMT | 2 |
I'm desperate to get hold of a copy of Visual Basic 3.0 Pro Edition. Anyone have a copy they'd be willing to sell me? I've checked EBay and nothing doing. Regards
|
| User Defined Types and DWord alignment | 02 Jun 2004 09:53 GMT | 2 |
Please somebody clarify this following for me: I am writing my own data packets to a binary file. Each packet I write to the file is of equal length and format. For example each packet will be 50 bytes in length and I know that the first byte of each
|
| Using the 'Like' operator | 02 Jun 2004 08:55 GMT | 4 |
Is it possible to define the 'Like' operator with a patterns which represents (a) Zero or One (b) One or more
|