Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~186 People Reached

3 Posted Topics

Member Avatar for rmk108

Hi, Does any body worked on sending and recieving fax from vb.net app. I got some thing called GFI fax maker. but i don't know to implement that in my .net app. Any body who has worked on FAX related stuff pls guide me. Any help highly appreciated. Thanks Kiran.

0
66
Member Avatar for rmk108

[code] function newCC() { var modalUrl; var vID; modalUrl = 'ccNew.aspx'; modalFeatures = 'dialogWidth:48; dialogHeight:29; status:0; help:0'; var vID = window.showModalDialog(modalUrl, 'UDI', modalFeatures); if(vID != 'Close') { document.getElementById('txtGoID').value = vID; document.getElementById('txtGoTgt').value = 'ccNew'; __doPostBack('lnkbtnGo',''); } } [/code] hi, In the above code i am usind " window.showModalDialog()" which will redirect …

0
55
Member Avatar for rmk108

Hi, Can i print a page or form from my web application? I am using vb.net 2003. If so pls send me the related info. If not pls tell me what are the work arounds. i heard that we can do printing in windows app. can i be able to …

0
65

The End.