Search results for query: *

  • Users: Funger
  • Content: Threads
  • Order by date
  1. F

    Unmanaged Code: Need help defining output parameters

    Hi all! I have been beating my head against the wall for a couple of days now, and I was hoping that one of the wizards here would be able to help me solve my problem. I have an unmanaged dll written in C++ that I need to access from VB.NET 2.0. This is the definition of the function in C++...
  2. F

    Newer Version of Prerequisite installer

    Hi All, I am new to using Deployment Projects, and am having a heck of a time getting the "Visual C++ Runtime Libraries (x86)" to install as a prerequisite to my application. I set up the prerequisite correctly (I think) but the version that is included in my deployment project is older than...
  3. F

    Typed Dataset Insert problem

    Hi All, I am attempting to use my first Typed Dataset. I admit that it simplifies the data access code of my application, and appears to be nice so far. I can not, however, figure out how to get it to insert new records back into my database. My Dataset is called AppData. In it I've got one...
  4. F

    Access ASP.dll from VB.NET

    Hi All, I was wondering if it was possible to create an asp page during runtime, and then access the ASP.dll to parse it and return the result. I would appreciate any help with this! -Funger
  5. F

    Convert TextBox to a ComboBox in a DataGridView

    Hi All, I have a DataGridView control. When editing a row in it, I need the user to be able to select a value from a combo box. When the user is not editing a row, however, I need the column to display data that is potentially NOT in the list of items in the combo box. There were two...
  6. F

    Help with dynamic ContextMenuLists

    Hi All, I am creating and assigning ContextMenuList objects to individual TreeNode objects during runtime. When a ContextMenuItem.Click event fires, how do I access the TreeView Node that the ContextMenuList belongs to? Thanks in advance! -Jim
  7. F

    Converting a bitmap to byte array

    Hi all! I have a problem that has had me confused for a while. I need to be able to convert an array of bytes into a bitmap, and vice versa. I found this bit of code that takes a bitmap and converts it to a byte array. ' Load bitmap From File Dim file_name As String = "C:\temp.bmp" Dim bm...
Back
Top