小型Windows窗体聊天应用程序的想法?

发布于 2024-07-19 04:25:54 字数 195 浏览 6 评论 0原文

我有一个小应用程序,我正在其中构建聊天应用程序,到目前为止我具有发布消息的功能!

我不需要登录,因为只有少数用户,我将使用他们的 Windows 用户名进行识别。

有人做过类似的事情吗? 我还需要补充什么吗? 它不需要载歌载舞,因为它只适合在小型开发团队中使用。

任何想法都会很棒!

谢谢

I have a small application that I am building a Chat application into, so far I have the functionality to post messages!

I don't need a login as there will only be a small number of users and I will use their windows username for identification.

Has anyone done anything similiar? What else do I need to add? It doesn't need to be all singing and dancing as it is just for use within a small development team.

Any ideas would be great!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

塔塔猫 2024-07-26 04:25:54

聊天历史 ;)

支持 SSL 的通信

要求:它不应该给系统添加不必要的漏洞,因为它与 Windows 身份验证相关 + 有开放端口,所以很可能会出现问题。

Chat Histoty ;)

SSL enabled communication

Requirement : It should not add unnecessary vulnerabilities to the system, Since it a related with Windows Authentication + There are open ports So there is a good chance of going something wrong.

幸福还没到 2024-07-26 04:25:54

几个想法:

  1. 系统托盘图标,轻松隐藏/恢复等。
  2. 由于您有 Windows 帐户,如果他们离线,请向他们发送电子邮件(如果您有交换/广告电子邮件集成)。
  3. Windows 启动时自动启动
  4. 单击一次/自动更新
  5. 基于 Web 和/或基于移动的版本。
  6. 复制/粘贴(能够粘贴图像)
  7. 不确定它是否有用,但它会很酷:向给定的“机器人”发送消息...假用户名...例如分发组名称,发送向通讯组发送电子邮件,然后发送到该通讯组的电子邮件将发布到该对话
  8. “向其他用户显示我的屏幕”-> 迷你屏幕截图等。
  9. 源代码控制/错误跟踪感知。

只是一些随意的想法,让我知道结果如何。

Couple Thoughts:

  1. System Tray Icon, easily hidden/restored, etc.
  2. Since you have the Windows Accounts, send them an email (if you have exchange/ad email integration), if they're offline.
  3. Auto-start on windows startup
  4. Click-once / Auto Update
  5. Web-based and/or Mobile-based versions.
  6. Copy/Paste (with ability to paste images)
  7. Not sure if it is useful, but it'd be cool: sending a message to a given "bot" ... fake username... such as a Distribution Group Name, sends an email to the Distribution Group and then emails sent to that distribution group get posted to that conversation
  8. "Show other user my screen" -> mini screen-cap, etc.
  9. Source-Control / Bug-Tracking Aware.

Just some random thoughts, let me know how it turns out.

风透绣罗衣 2024-07-26 04:25:54

文件共享、网络摄像头、自动离开、时间戳!(这是 Live Messenger 最大失败的地方;)

filesharing, webcam, auto away, timestamp!(this is where Live Messenger fails big time ;)

圈圈圆圆圈圈 2024-07-26 04:25:54
  • 可搜索的聊天历史记录 - 可从桌面搜索
  • 能够在同一对话中与多人聊天
  • 状态通知为 /away 或 /busy
  • searchable chat history - searchable from the desktop search
  • ability to chat to multiple people in the same conversation
  • status notifications for /away or /busy
不羁少年 2024-07-26 04:25:54

在不窃取焦点的情况下引起用户注意的新消息会很有用,也许可以在 Snarl< 中实施挂钩< /a> 哪个消息传递程序类似于 Mac OS X 上的 Growl?

这确实意味着您需要在每个工作站上安装 Snarl 系统。

It would be useful to bring new messages to your users attention without stealing focus, perhaps implementing a hook into the Snarl messaging program which is similar to Growl on Mac OS X?

This does mean that you would need to have the Snarl system installed on each of your workstations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文