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
M

mamirbalouch

@mamirbalouch
About
Posts
7
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TAPI UNIMODEM CALL DISCONNECT NOTIFICATION PROBLEM
    M mamirbalouch

    I have developed a TAPI application using voice modem (UNIMODEM TSP). The application is working fine except that when the person on other side (receiver) disconnects the call, TAPI application is unable to prompt the disconnection. After some research, it came in to my knowledge, that is a limitation of UNIMODEM TSP, which does not forwards the message to TAPI. Later, after having a conversation with my modem vendor, he told me that the only way to know when the receiver disconnected the call is to activate the modem's Inactivity Timer. Which will automatically disconnect the call if there is no conversation for a given time. To activate this timer, i have to pass this AT command to my device. AT+VIT=60 The question is, how can i pass this command to modem, when i am using TAPI, or can i open comm connection in parallel to tapi.

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    C# question help

  • scrolling two controls with one scroll bar
    M mamirbalouch

    i am creating an admin section of Media Schedular Application which shows schedules in schedule controls in detail section and the header contains a ruler bar to show the scale in minutes. this schedular shows records for one month and of all four quarters of screen.

    i have two panel controls named pnlHeader (no scroll bars) and pnlDetail (both vertical and horizontal scroll bars). when a user scrolls vertically up and down on pnlDetail, there is no effect on pnlHeader but when user will scroll horizontly on pnlDetail the other panel named pnlHeader will also scroll accordingly.

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    Windows Forms

  • Scroll on two controls
    M mamirbalouch

    what i am trying to create is not exactly an excel sheet. basically it is an admin section of Media Schedular Application which shows schedules defined in schedule controls in detail section and the header contains a ruler bar to show the scale in minutes. this schedular shows records for one month and of all four quarters of screen.

    i have two panel controls named pnlHeader (no scroll bars) and pnlDetail (both vertical and horizontal scroll bars). when a user scrolls vertically up and down on pnlDetail, there is no effect on pnlHeader but when user will scroll horizontly on pnlDetail the other panel named pnlHeader will also scroll accordingly.

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    C# help

  • Insert multiple rows into Database
    M mamirbalouch

    Suppose: Text Box = tb List Box = lb Pseudo code : for(int i=0; i

    C# database sales help

  • Scroll on two controls
    M mamirbalouch

    i am trying to create an excel like interface where headers must remain still verticaly and the detail section can be scrolled. but when user will scroll detail section horizontly, header section must also scroll accordingly. i have put bot in different rows of tableLayoutPanel and a panel control is containing headers and another panel is containing detail section. i have also wrote some code in OnScroll event procedure but still unable to achieve my goal. need help!

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    C# help

  • Problem in inserting the same number?????
    M mamirbalouch

    as far as i understand, if every time of post back, a new random number is generated, it simply means that you are calling randomBillNo() function in page load event. to solve this problem add a condition before calling the function (i.e.) if(!isPostBack)
    randomBillNo();

    still this function can return duplicate bill IDs therefore you must also check for duplication before saving the record.

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    Database sales help question lounge

  • Query
    M mamirbalouch

    www.forums.c#.net2.0 may b...

    ************************* SetNewGoal: while (GoalNotAchieved){} goto SetNewGoal; *************************

    C# csharp database
  • Login

  • Don't have an account? Register

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