Search found 1 match

by Sagar
Wed Sep 04, 2013 6:41 am
Forum: Inetlab.MMS.MM7
Topic: Unable to connect Remote server
Replies: 1
Views: 75276

Unable to connect Remote server

Hi

This is my code

private void bSend_Click(object sender, EventArgs e)
{
if (tbUrl.Text.Trim().Length == 0)
{
MessageBox.Show("Please specify MMSC url.");
return;
}

string filePath = Path.Combine(GetCurrentDirectory(), tbMMSFilePath.Text);
if (!File.Exists(filePath))
{
MessageBox ...