Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Name Removed

@Name Removed
About
Posts
17
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Second Hand Computer
    N Name Removed

    Go somewhere else with your stupid ads. :mad:

    The Lounge csharp com question

  • Terrorists win GOLD at the Olympics
    N Name Removed

    Perhaps people aren't going to the Olympics because they don't want to deal with going through all the elaborate security measures. Kyle

    The Back Room announcement

  • parallel port
    N Name Removed

    This article by Levent S. addresses controlling electronics with a parallel port. I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port Kyle

    C / C++ / MFC question

  • Creating the Spyware
    N Name Removed

    softp_vc wrote: please let me know about their functionalities. They annoy people to no end, and steal information. :mad:

    C# help

  • gdi+ problem
    N Name Removed

    Are you using the OnPaint event, and drawing it every time the form repaints?

    C# winforms graphics help tutorial question

  • Main Menu Item
    N Name Removed

    The MenuItem Class does not automatically support icons :(. You have to set .OwnerDraw() property to true, and handle the MeasureItem (setting the size of the item) and DrawItem (drawing the item) events. Instead of doing that for every MenuItem on your form, you can make a class inheriting from MenuItem, that automatically sets OwnerDraw to true, and draws the item with it's icon. Here is an example someone has posted to this site. Working with OwnerDraw Menus in VB.NET

    Visual Basic csharp

  • PictureBox Pan
    N Name Removed

    If you are meaning like scrolling around, try putting one in a panel and setting the panel's .AutoScroll() Property to true. Hope this helps

    Visual Basic question

  • Get index of selected item in Listbox
    N Name Removed

    Try the .SelectedIndex() property of the listbox. Hope This Helps Kyle

    Visual Basic question database

  • List Boxes
    N Name Removed

    Glen Conaway wrote: Additional information: Public member 'Text' on type 'String' not found. The objects in ListBox.Items() are strings, so just try ListBox.Items(1), instead of ListBox.Items(1).Text. Hope This Helps

    Visual Basic help tutorial question

  • Read a string
    N Name Removed

    There is a function in Microsoft.VisualBasic called Instr that can, given two strings, give you the number of times that string2 occurs in string1. Try using this function Function ContainsStr(Str1 As String, Str2 as String) As Boolean Return (Microsoft.VisualBasic.Instr(Str1, Str2) > 0) End Function Hope This Helps

    Visual Basic question

  • MScomm32.ocx
    N Name Removed

    Thanks. I don't like using other people's code, but I will write my own library using the methods discussed in the article. Kyle

    Visual Basic question discussion

  • MScomm32.ocx
    N Name Removed

    Dave Kreskowiak wrote: I take it your using VB6? No, I am using VB .Net. Thanks for the link to the article, but it was for VB6. I am trying to use the version of the library under Windows\System32.

    Visual Basic question discussion

  • MScomm32.ocx
    N Name Removed

    I am trying to use the use Mscomm32.ocx, but it gives me an exception stating that I don't have the liscense to use it, even after I use regsvr32 to register it. :confused: any thoughts?

    Visual Basic question discussion

  • business proposal
    N Name Removed

    PJ Arends wrote: If you're trustworthy If the person is trustworthy, would they help him rob a bank :laugh:? Probably not. It would take a pretty dumb person to fall for this one. What are they trying to accomplish by sending you this?

    The Lounge com business oop tutorial question

  • Manually disposing objects with API
    N Name Removed

    Thanks. Dave Kreskowiak wrote: What's wrong with the .Dispose() method? I was using a System.Resources.ResourceSet object for a large resource file, and when I called it's .Dispose() or it's .Close() method, it wouldn't free the memory used by it, even after GC.Collect() on then next line. I finally figured out to assign the value Nothing to it, which freed the memory used by it. Kyle

    Visual Basic json question

  • Manually disposing objects with API
    N Name Removed

    Is there any way to manually dispose of an object using Windows API?

    Visual Basic json question

  • Google Ads - let's clear the air
    N Name Removed

    I don't care about the adds, they don't bother me.

    The Lounge design adobe question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups