Home > Software engineering >  Open a specific QQ friends chat window
Open a specific QQ friends chat window

Time:10-21

I think every night 23:30 on time send a message to a friend's QQ, if you open the chat window will automatically send a message again after I have the (send information after I'm through the window), but also don't know how to automatically open the window of the chat with the friends, is there a way to not?

1: open the friends chat window (how this??????? )
2: after this day with friends chat window saying, send specific information (the OK)
3: close the window (the OK)

CodePudding user response:

CodePudding user response:


Now the QQ can not pull the friends to desktop, you dragged to the desktop, right-click properties, set up a shortcut key,
To be sent when the application was used to simulate press the shortcut to open

CodePudding user response:

There may also directly bring a SHELL target

CodePudding user response:

The shell "D: \ \ Program Files \ \ Bin \ QQScLauncher Tencent \ QQ. Exe"/uin: what's your QQ number/quicklunch: C3804C4BDA807D893FDE63A29501A9B2A1FC59E1A33275EE0549663818C67A09D6DF79481F750F8C like this

CodePudding user response:

Cattle B ~ ~ ~ ~ ~ can learn

CodePudding user response:

CodePudding user response:

QQ="HTTP://http://wpa.qq.com/msgrd? V=3 & amp; Uin=QQ number & amp; Site=qq& The Menu=yes "
ShellExecute 0, "", QQ, vbNullString," ", 3

Or in VB inside add a IE control WebBrowser1

WebBrowser1. Navigate (QQ)

So each other are friends just opened a temporary session can communication
  • Related