| Thread | Last Post | Replies |
|
| Reference VB6 to VB.NET DLL | 10 Mar 2008 19:03 GMT | 3 |
Does anybody know how to reference a VB6 project to a VB.NET DLL. Kind regards, JJ
|
| a class that cointains a collection of related objects.. | 10 Mar 2008 18:54 GMT | 5 |
I have a physical DB that includes two tables in a one to many relationship. When designing the business classes for this, I have a class for each of these tables - but I want the main class to include as one of it's properties the collection of the related classes (i.e. the ...
|
| Further help required on classes | 10 Mar 2008 15:49 GMT | 2 |
Firstly a big thank you for the help pointing me in this direction, I have managed to get this far ( section of code below) in reading a text file and creating an XML file from it.. code
|
| Adding data to a datagrid view cell by cell | 10 Mar 2008 07:20 GMT | 2 |
I am new to VB.net so at the moment I seem to be spending a lot of my time searching for solutions to problems online. However this problem has me stumped. I have written a little program that as a part of it pulls information out
|
| Should be a really easy if statement | 10 Mar 2008 07:16 GMT | 7 |
I need to evaluate the context of a textbox to see if it already contains a period. if it does then exit sub, else do this code. If me.txtbox.text contains a period then exit sub
|
| Determine if a Date is BETWEEN a date range. | 10 Mar 2008 06:43 GMT | 2 |
Hi. In my VB.NET application I need to identify whether or not a user-input date falls in between certain date ranges. For example, If I know my date range is 4/1/2008 - 5/1/2008, and a user inputs 4/3/2008, I would need a boolean TRUE indicating that the input date falls ...
|
| Programming MSAgent am unable to trigger IdleStart | 10 Mar 2008 03:18 GMT | 4 |
Hello, I have almost got a VB 2008 Express program working using MSAgent's Merlin character. The character pops up and says a few words and then enters the idle state. I can click a button on the form named btnQuit to exit the
|
| What is the equivalent VB syntax for this c# code? | 09 Mar 2008 23:00 GMT | 5 |
private const int RF_TESTMESSAGE = 0xA123; [DllImport("user32.dll", CharSet=CharSet.Auto, SetLastError=true)] public static extern int SendMessage(IntPtr hwnd, [MarshalAs(UnmanagedType.U4)] int Msg, uint wParam, ulong lParam);
|
| Get Property also runs Set?! | 09 Mar 2008 15:24 GMT | 12 |
While line by line debugging some code I noticed that whenever I run through Property Set it also subsequently calls Property Set with the having been Gotten data? Can anyone explain. A
|
| How to make default import | 09 Mar 2008 13:14 GMT | 2 |
Hi!!! I am importing a Mysql Data namespace into my VB.net application. Everytime I want to use queries, etc I need to have the Imports Mysql.Data.Mysqlclient on top of my form page.
|
| When RaiseEvent called, not firing | 09 Mar 2008 02:18 GMT | 11 |
On my vb.net 2.0 app I am loading an image to a picture box and auto resizing it to show as a thumbnail. As it find the correct size it calls RaisesEvent with the size percent. In the app I use that to show back to the person that is using the form.
|
| getting table adapter return values from stored procedures? | 09 Mar 2008 00:43 GMT | 1 |
The question is simply stated on the last line of this post, reading it first might save time. I am exploring the possibility of using typed datasets and table adapters as the basis for a data access layer. Using stored procedures as the table
|
| Programming MSAgent in VB Express 2008 | 08 Mar 2008 21:20 GMT | 2 |
Trying to get started programming MSAgent using Visual Basic 2008 Express. I have VB6 working code, but cannot figure out the new syntax for setting up the initial declarations to get MSAgent working. Can somebody get me started with a simple Form with a textbox and a button ...
|
| Show master column in details datagridview | 08 Mar 2008 19:41 GMT | 2 |
I've been searching quite a lot and can't find any answer. Let's put an example: I have 2 tables: Master:
|
| Passing Enumerator as Parameter - (ByVal myEnum AS ????) | 08 Mar 2008 17:58 GMT | 3 |
(See <--????? below in Sub Load_Enum for problem). I have looked and looked ... everyone speaks about how to use enumerators (thanks) but WHAT TYPE is it when passing as a parameter?
|