jiks Posted July 26, 2013 Share Posted July 26, 2013 hi I need Chat Room Whit Voice Talk !!! Can You Help Me Developer? Link to comment Share on other sites More sharing options...
JohnOne Posted July 26, 2013 Share Posted July 26, 2013 Sure. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
jiks Posted July 26, 2013 Author Share Posted July 26, 2013 Tnx. JohnOne Link to comment Share on other sites More sharing options...
JohnOne Posted July 26, 2013 Share Posted July 26, 2013 You're welcome. 0xdefea7 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
0xdefea7 Posted July 26, 2013 Share Posted July 26, 2013 I got this: #include <IE.au3> #include <String.au3> ; #FUNCTION# ==================================================================================================================== ; Name ..........: ChatRoomWithVoice ; Description ...: Starts a chat room with voice ; Syntax ........: ChatRoomWithVoice($iEffort = 0) ; Parameters ....: $iEffort - The amount of effort you have put into making your own script ; Return values .: None ; Author ........: 0xdefea7 ; Modified ......: Not yet ; Remarks .......: Not really :/ ; Related .......: Nothing ; Link ..........: http://www.autoitscript.com/forum/topic/152982-chat-room-whit-voice-talk/ ; Example .......: No ; =============================================================================================================================== Func ChatRoomWithVoice($iEffort = 0) If $iEffort = 0 Then _IECreate(_StringEncrypt(0, "C8EFEFBFEBDBEFE65456DC7DE7A2FF3FED6AEBFC106D3067F86CF69A81F273A8BE5D177FC016D2B2", "chatroomwithvoice")) Else While $iEffort <> 0 Sleep(30000) WEnd EndIf EndFunc ChatRoomWithVoice() Blue_Drache and kylomas 2 Link to comment Share on other sites More sharing options...
jiks Posted July 27, 2013 Author Share Posted July 27, 2013 0xdefea7 bad joke :| thats not fun :| Link to comment Share on other sites More sharing options...
Gianni Posted July 27, 2013 Share Posted July 27, 2013 (edited) hi jiks have a look to this link (_TalkOBJ), it may be a first step for the "talking" part http://www.autoitscript.com/wiki/Snippets_%28_AutoIt_Audio_%29#TalkOBJ Edited July 27, 2013 by Pincopanco jiks 1 Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to comment Share on other sites More sharing options...
jiks Posted July 28, 2013 Author Share Posted July 28, 2013 hi jiks have a look to this link (_TalkOBJ), it may be a first step for the "talking" part http://www.autoitscript.com/wiki/Snippets_%28_AutoIt_Audio_%29#TalkOBJ no no no id need Client/ Server for Online Talk (Voice Call ) Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 28, 2013 Moderators Share Posted July 28, 2013 jiks,I see lots of "I need" in your posts. We do not write code to order - we help you get your code working correctly. Think of the old saying: "Give a man a fish, you feed him for a day; give a man a net and you feed him forever". We try to be net makers and repairers, not fishmongers. So I suggest that you start by reading the Help file (at least the first few sections - Using AutoIt, Tutorials and the first couple of References) - this will help you enormously. You should also look at this excellent tutorial - you will find other tutorials in the Wiki (the link is at the top of the page). There are even video tutorials on YouTube if you prefer watching to reading. Once you have a good idea of how Autoit works then you can try and produce some code yourself - we will then be delighted to help you getting over any difficulties you encounter. So please - no more "I need" posts from you - clear? M23 jiks 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
jiks Posted July 28, 2013 Author Share Posted July 28, 2013 Melba23 Tnx but I cant Learn It whit Out Complete Source Code ... Tnx For Nothing ... Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 28, 2013 Moderators Share Posted July 28, 2013 jiks,As I have explained, we do not provide working code as a freebie - and certainly not for anything as complicated as you say you "need". We expect you to make an effort and start to learn how to code in AutoIt, then we will help you as much as we can. So it is up to you to make an effort now. M23 jiks 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
jiks Posted July 28, 2013 Author Share Posted July 28, 2013 (edited) Melba23 i can create chat room ,but Only Text Chat i cant learn it whit out source if now i learn chat room because i found Source of chat room in a forum Clear ? Edited July 28, 2013 by jiks Link to comment Share on other sites More sharing options...
jiks Posted July 28, 2013 Author Share Posted July 28, 2013 If u Cant Help me , do not Send Replay Post .. Tnx . i need Source ... Link to comment Share on other sites More sharing options...
Developers Jos Posted July 28, 2013 Developers Share Posted July 28, 2013 (edited) If u Cant Help me , do not Send Replay Post .. Tnx . i need Source ... I hope you are joking ....right? Edited July 28, 2013 by Jos jiks 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
jiks Posted July 28, 2013 Author Share Posted July 28, 2013 anybody Cant write this program ? :| so ... All is very very Weak Tnx All Link to comment Share on other sites More sharing options...
Developers Jos Posted July 28, 2013 Developers Share Posted July 28, 2013 Reading through this thread I guess you are not. This thread is closed and opening another one on the same topic will urn you some naughty spot time. *Click* jiks 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts