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
E

elmahdy

@elmahdy
About
Posts
7
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to get the number of digits
    E elmahdy

    how to get the number of digits after the decimal point ex : Input : 5.1234 Expected Output : 4 i wrote this code but there are wornings.. what is wrong here ?? double input; int x=input; // so x=the integeral part of input int y=input-x; // so y=the fractional part while(y>0) {count++; input*=10; x=input; y=input-x; } plz help me !! elmahdy ahmed elmahdy

    C / C++ / MFC question help tutorial

  • how to get the number of digits
    E elmahdy

    how to get the number of digits after the decimal point ex : Input : 5.1234 Expected Output : 4 i wrote this code but there are wornings.. what is wrong here ?? double input; int x=input; // so x=the integeral part of input int y=input-x; // so y=the fractional part while(y>0) {count++; input*=10; x=input; y=input-x; } plz help me !! elmahdy

    C / C++ / MFC question help tutorial

  • How to associate a cursor with my App
    E elmahdy

    i have made a cursor.. with the extension *.cur i have an application with VB6 .. how can i add this cursor to my application ???? ahmed elmahdy

    Visual Basic question tutorial

  • how to perform that...
    E elmahdy

    how to get sounds effects to my programin VB6 example : when i press a button a song plays and so on BUT without running its program(winamp,windows media player,...etc) please reply to me ahmed ahmed elmahdy

    Visual Basic tutorial

  • How to suport my application with sounds
    E elmahdy

    how to get sounds effects to my programin VB6 example : when i press a button a song plays and so on BUT without running its program(winamp,windows media player,...etc) please reply to me ahmed

    Visual Basic tutorial

  • i want this function
    E elmahdy

    i use wav sort i want to display a sweety things when my program find music ... i will deal with sound ports ?? what is the best method ? thanks alot ahmed elmahdy

    Visual Basic help

  • i want this function
    E elmahdy

    i made an audio program But i need a function that tells me if the current audio contains music .. that to provide my application more features Really i need ur help thanks alot ahmed elmahdy

    Visual Basic help
  • Login

  • Don't have an account? Register

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