中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式

發布時間:2021-08-27 11:06:30 來源:億速云 閱讀:156 作者:小新 欄目:開發技術

這篇文章給大家分享的是有關.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

一、目標樣式

.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式

我們要實現上圖中的效果,需要如下的操作:

1.從工具欄上的”Smobiler Components”拖動一個MicroBlog控件到窗體界面上

.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式

2.用代碼添加手機界面上顯示的內容

Load事件代碼:

VB:

 Private Sub TestMicroBlog_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  Try
   Me.MicroBlog1.DefaultUserName = "偉斌"
   Me.MicroBlog1.DefaultUserID = "偉斌"

   contentArray(0) = "把青春獻給身后那座"+ vbCrLf + "輝煌的城市" + vbCrLf + "為了這個美夢" + vbCrLf + "我們付出著代價"
   
   userarray(0) = "偉斌"

   picturearray(0) = 0

   InitialMicroBlogData()

  Catch ex As Exception
   MessageBox.Show(ex.Message, Sub() Me.Close())
  End Try
End Sub C#:
 private void TestMicroBlog_Load(object sender, EventArgs e)
 {
  try
  {
   this.MicroBlog1.DefaultUserName = "偉斌";
   this.MicroBlog1.DefaultUserID = "偉斌";

   contentArray[0] = "把青春獻給身后那座" + System.Environment.NewLine + "輝煌的城市" + System.Environment.NewLine + "為了這個美夢"+ System.Environment.NewLine + "我們付出著代價";
   
   userarray[0] = "偉斌";

   picturearray[0] = "0";

   InitialMicroBlogData();
  }
  catch (Exception ex)
  {
   MessageBox.Show(ex.Message, (Object s, MessageBoxHandlerArgs args) => this.Close());
  }
 }

其他代碼:
VB:

 Dim contentArray(4) As String
 Dim userarray(4) As String
 Dim picturearray(8) As String
 Dim voice(5) As String
 Private Sub InitialMicroBlogData(Optional count As Integer = 10, Optional ByVal insert As Boolean = False)
  Dim user As String = userarray(0)
  Dim picturerandomnum As Integer = 6
  Dim imageList As New List(Of String)
  imageList.Add(6)
  
  Dim item As New MicroBlogItem(user, user, contentArray(0), DateTime.Now.ToString)
  item.Pictures = imageList
  item.ILikes.Add(userarray(0), userarray(0))
  If insert = False Then
    Me.MicroBlog1.BlogItems.Add(item)
  Else
    Me.MicroBlog1.BlogItems.AddTop(item)
  End If
 Next
End Sub C#:
 string[] contentArray = new string[5];
 string[] userarray = new string[5];
 string[] picturearray new string[9];
 string[] voice = new string[6];
 private void InitialMicroBlogData(int count = 10, bool insert = false)
 {
  string user = userarray[0];
  List<string> imageList = new List<string>();
  imageList.Add("6");    
  MicroBlogItem item = new MicroBlogItem(user, user, contentArray[0], DateTime.Now.ToString());
  item.Pictures = imageList;
  item.ILikes.Add(userarray[0], userarray[0]);
  if (insert == false)
  {
    this.MicroBlog1.BlogItems.Add(item);
  }
  else
    this.MicroBlog1.BlogItems.AddTop(item);
  }
 }

二、手機效果顯示

.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式

.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式

.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式

感謝各位的閱讀!關于“.Net語言Smobiler開發之怎么實現仿微信朋友圈的消息樣式”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

晋江市| 淳化县| 汉源县| 富阳市| 敖汉旗| 赞皇县| 武胜县| 茶陵县| 东港市| 澄江县| 正镶白旗| 永顺县| 沁水县| 乐至县| 朝阳县| 枝江市| 九龙坡区| 滨海县| 乳山市| 宜良县| 巴马| 壶关县| 唐海县| 灵石县| 龙井市| 石泉县| 昭通市| 沅陵县| 台前县| 海安县| 秦皇岛市| 同仁县| 双桥区| 密山市| 鹿泉市| 易门县| 榆树市| 安塞县| 高青县| 昌吉市| 兴城市|