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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

icDavid

@icDavid
About
Posts
12
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • vbkeydelete got disable
    I icDavid

    Have anyone experience, delete key is not functioning on TextBox So weir, on other forms TextBox is working fine. Any comment?

    Visual Basic question

  • VB 6.0 (Code Mode)
    I icDavid

    WOW! Thanks a bunch!!! It works.

    Visual Basic question

  • VB 6.0 (Code Mode)
    I icDavid

    Hi, During the Code mode, my mouse Scroll is not functioning. is there anywahy how and make it works? icdavid

    Visual Basic question

  • Oracle question
    I icDavid

    Hi VB/Oracle expert!! How can I utilize VB to read Oracle database? Thanks a bunch, icdavid

    Visual Basic question database oracle

  • Query Tables Fiels name and type
    I icDavid

    using SQA type> EXEC sp_columns Definition: :-DReturns column information for the specified tables or views that can be queried in the current environment.

    Database database question

  • Query Tables Fiels name and type
    I icDavid

    Is there any way to query the Fiels name using T-Sql under SQA? Note: DB base on SQL 2000 Thanks;)

    Database database question

  • Question on VB
    I icDavid

    :)Is that any function can tokenize a string just like what C++ can do. Thanks, David

    Visual Basic c++ question

  • How to turn off the Windows Default Beep from the VB
    I icDavid

    Thank for your advise.;)

    Visual Basic tutorial question

  • How to turn off the Windows Default Beep from the VB
    I icDavid

    ;)Hi, How can I disable the Windows Default Beep sound from VB. Instead of going to Sounds and Audio Device under Ctrl Panel to remove the Program Event sound. Thanks, David

    Visual Basic tutorial question

  • how to creat a currency converter
    I icDavid

    Hmm, Depend what information did you get? for example you want to know for 50 USA is how much on money on RMB Frist you need to know 1.00 USD = 8.50 RMB then using the following equation A = 1.00 USD_ B = 8.50 RMB_ C = 50.00 USD_ X = ? RMB_ A (USD_) = B (RMB_) --> eq.(1) C (USD_) = X (RMB_) --> eq.(2) X = (B/A) * C You can create a Function to accomplish that. Hope it will help. If I am wrong please correct me.:doh:

    Visual Basic design tutorial

  • How disable Sound on VB project.
    I icDavid

    The sound from the speakers. like for example you Msgbox "Help", vbCritical David:^)

    Visual Basic question

  • How disable Sound on VB project.
    I icDavid

    Thanks. I like the 1st one. But the thing is for the Warning event you need to hear the sound. Plus the user need to listen the music as well. Thanks for the advise. David

    Visual Basic 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