Click here to Skip to main content
15,919,749 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Null handling Pin
Rulle3-Oct-02 23:17
Rulle3-Oct-02 23:17 
GeneralRe: Null handling Pin
Nick Parker4-Oct-02 2:28
protectorNick Parker4-Oct-02 2:28 
Questionhow we can refresh reports in Data Report Pin
Raza_langrial3-Oct-02 10:48
sussRaza_langrial3-Oct-02 10:48 
AnswerRe: how we can refresh reports in Data Report Pin
Alan Chambers8-Oct-02 2:08
Alan Chambers8-Oct-02 2:08 
GeneralRanges in Excel Pin
Anonymous2-Oct-02 22:26
Anonymous2-Oct-02 22:26 
Generalprob in calling crystel report from vb.net Pin
vaibhav_sd2-Oct-02 21:32
vaibhav_sd2-Oct-02 21:32 
GeneralTelephony Pin
SuperGeek2-Oct-02 9:11
SuperGeek2-Oct-02 9:11 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 9:48
Ray Cassick2-Oct-02 9:48 
SuperGeek wrote:
A program that will let the user dial in to his/her voice mail and access all of the features of the voice mail throught the computer.

If by this description you mean that the user should be able to pick up his phone and use the computer program to dial VM and interact with it via the DTMF menus that the user would normally press then it is not too difficult. Depending upon the OSs that you need to support, take a look at Tapi (V2 or V3). V3 places a COM wrapper around Tapi making it a bit more VB friendly that V2 was. V2 was/is very difficult to use via VB because of it's extensive use of pointers, variable length structs (requiring much use of memcopy) and callback functions.

If by this description you mean that you want to make messages left in a users mailbox available via some GUI interface, then things can get much prettier or much uglier, depending on the VM system you are working with....

If the VM stores it's messages in a open store (DB or directory structure) and in some format that you can get a coder to play, then it might not be tooooo difficult. These types of systems are called 'Unified Messaging’ (UM), and generally are developed as part of the VM platform itself as a value-added feature (to get more money). You might not be able to get things too tightly coupled if this is your intent unless the VM maker has designed the system to be open and extensible (don’t know many that do).

If low cost UM is what you are after, you might just be better off writing your own from scratch. Trust me when I say this.. I help folks do things like this for a living. It MIGHT just be simpler to start over Big Grin | :-D
GeneralRe: Telephony Pin
SuperGeek2-Oct-02 10:25
SuperGeek2-Oct-02 10:25 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 14:27
Ray Cassick2-Oct-02 14:27 
GeneralRe: Telephony Pin
SuperGeek3-Oct-02 15:46
SuperGeek3-Oct-02 15:46 
GeneralRe: Telephony Pin
SuperGeek16-Nov-02 6:05
SuperGeek16-Nov-02 6:05 
Generalvb.net Drive & Folder tree object required Pin
44Class1-Oct-02 17:12
44Class1-Oct-02 17:12 
GeneralRe: vb.net Drive & Folder tree object required Pin
Ray Cassick1-Oct-02 20:05
Ray Cassick1-Oct-02 20:05 
GeneralRe: vb.net Drive & Folder tree object required Pin
Zulfikar Ali4-Oct-02 9:42
Zulfikar Ali4-Oct-02 9:42 
GeneralNew MSDN article (flaw?) Pin
Ray Cassick1-Oct-02 4:44
Ray Cassick1-Oct-02 4:44 
GeneralRe: New MSDN article (flaw?) Pin
Paul Riley1-Oct-02 14:06
Paul Riley1-Oct-02 14:06 
GeneralRe: New MSDN article (flaw?) Pin
Daniel Turini3-Oct-02 22:47
Daniel Turini3-Oct-02 22:47 
GeneralError BC30311. Can't convert Pin
sybux200030-Sep-02 10:49
sybux200030-Sep-02 10:49 
GeneralRe: Error BC30311. Can't convert Pin
Vipul Bhatt1-Oct-02 2:29
Vipul Bhatt1-Oct-02 2:29 
GeneralRe: Error BC30311. Can't convert Pin
sybux20001-Oct-02 12:39
sybux20001-Oct-02 12:39 
Generalstart page Pin
FreJa30-Sep-02 7:13
FreJa30-Sep-02 7:13 
GeneralNetServerEnum Pin
Vipul Bhatt29-Sep-02 20:08
Vipul Bhatt29-Sep-02 20:08 
GeneralRe: NetServerEnum Pin
Richard Deeming30-Sep-02 1:28
mveRichard Deeming30-Sep-02 1:28 
GeneralRe: NetServerEnum Pin
Vipul Bhatt27-Oct-02 22:50
Vipul Bhatt27-Oct-02 22:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.