| Thread | Last Post | Replies |
|
| linking toolbar to menus | 31 Jan 2006 00:59 GMT | 3 |
I'm new to VB.NET development and am wondering how do you go about linking the toolbar buttons execution code to execute the code from the menu bar items? This is probably a simple query but been looking and am now scratching my head a bit.
|
| Fatal Error | 30 Jan 2006 23:51 GMT | 4 |
I have VB.NET 2003 installed that I used in a recent college course. It worked fine. This week I started another class and when I went to open a project, I got a fatal error. I tried to reinstall VB.NET and got the same error.
|
| create directory using UNC path | 30 Jan 2006 21:52 GMT | 3 |
I am having difficulty with achieving the following: I have a UNC path, say \\machine\dir1\dir2\dir3 I want to: 1. check if it exists
|
| Binary Compatibility - Please help! | 30 Jan 2006 21:46 GMT | 2 |
I have a confusing problem with VB binary compatibility that I am unsure how to solve. Here's the scenario: I have a ActiveX class library (DLL) called DLLproject1, that contains amongst other things a class - called for the sake of simplicity
|
| multiline tooltip class is slow | 30 Jan 2006 20:28 GMT | 2 |
I'm using as class to create multiline tooltips. I have a screen with more than 1000 little frames and they all have a multiline tooltip. Because of the tooltips the program is very slow. I'm creating the tooltips at the start of the program. Is there a way to make it faster? ...
|
| Ascertain number of fields in a user defined type | 30 Jan 2006 19:38 GMT | 5 |
Is there a way to ascertain at run time how many "fields" are in a particular user-defined type? For example: Public Type DrugSummaryItem ProcedureNumber As String
|
| VB crash on .PopupMenu .zmnuDemo Defaultmenu | 30 Jan 2006 19:24 GMT | 4 |
I have used the following code to create an icon in the systray and have a popupmenu underneath the icon. Now I want to have the defaultmenu item in Bold but if I add the next line the whole thing crashes:
|
| ANSI 97 SQL (MS ACCESS) | 30 Jan 2006 16:52 GMT | 6 |
I'm working on a VB 6.0 application that uses DAO 3.51 to connect to an MS Access 97 database (I know it's quite old, please save your comments) My problem is in Access's SQL syntax. The program is suppossed to automatically bluid the queries (they are all SELECT statements). I ...
|
| Passing data from a dll to the main VB program | 30 Jan 2006 15:31 GMT | 4 |
I am trying to make a contribution to an open VB6 program. As the program was written it sets up a FlexGrid where the columns are time intervals and the rows are individual light channels. A cell is set to one for a channel to be one during a time interval and set to 0 for a ...
|
| Why Randomize() won't work? | 30 Jan 2006 15:30 GMT | 7 |
This code found at the Reference page of Randomize() at MSDN won't run om my installation ' Initialize the random-number generator. Randomize()
|
| Can a dll make a call to the program calling the dll? | 30 Jan 2006 15:24 GMT | 3 |
I am trying to make a contribution to an open program that was written in VB6. The main part of the program sets up a flexgrid, which gets filled with values of 1 or 0. The program then uses wmp to output the data to a dll which then outputs the data to a bit on the parallel ...
|
| Removing a row from ListView | 30 Jan 2006 14:27 GMT | 7 |
Hi, why is it that when i try and remove a row from the ListView using the following code, ListView1.ListItems.Remove (ListView1.SelectedItem) I get the error: Run time error 35601 - Element not found.
|
| Help - What is the best approach? | 30 Jan 2006 13:00 GMT | 6 |
Hi there. I have 2 separate applications right now, one that contains a grid and the other contains a browser component. What I want to do is replace both apps with just one that displays either the browser or the grid depending on a setting.
|
| can't use a function from dll built in delphi | 30 Jan 2006 10:46 GMT | 3 |
hi.. i got a dll wrapped in com which was written in delphi, although i can use in dotnet , trying to access a specific function in vb6 gets me:
|
| Text Box Problem | 30 Jan 2006 09:38 GMT | 4 |
Hi, can anyone tell me why the following line of code does not work. It works for example whenever the txtAmount > 1. but if i enter enter anything below 1, the code does not perform the way i want. the code does not work when i play around with decimal numbers.
|