No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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.
[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 …
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 …
The End.
rmk108