Search found 31 matches

by BongMong
Tue Aug 31, 2004 10:14 pm
Forum: Off Topic
Topic: hey hey 16k :p
Replies: 4
Views: 1601

hey hey 16k :p

by BongMong
Tue Aug 31, 2004 12:41 am
Forum: Coding Questions
Topic: Botz
Replies: 1
Views: 1042

Botz

Hello its been about 3mths,


Can anybody point me in the write way..
im looking to make a text BOT for a chat room with IRC rules
how would i go about sending my strings and enter them
into the chat

cursor and key control?
by BongMong
Tue May 11, 2004 8:38 pm
Forum: Coding Questions
Topic: GetSystemMetrics()
Replies: 1
Views: 929

GetSystemMetrics()

is it not on the demo version or do i need a libary? GetSystemMetrics()
by BongMong
Thu Apr 29, 2004 3:12 pm
Forum: Coding Questions
Topic: creating cd burning possible
Replies: 13
Views: 2757

Very simple to use with the runprogram() command

Nero SDK/API (Software Development Kit)
Record CDs and DVDs directly from your own application with Nero's Embedded API!
If you're a programmer or a software developer, you can now use Nero's Embedded API (Application Programming Interface) to add ...
by BongMong
Tue Apr 27, 2004 11:17 am
Forum: Coding Questions
Topic: SkinWin
Replies: 1
Views: 1050

SkinWin

im having trouble finding the skinwin lib.. does anybody have a link..
and when i get the lib and start to skin my project. do i skin over buttongadgets?
by BongMong
Fri Apr 09, 2004 10:48 am
Forum: General Discussion
Topic: MP3 MCi String
Replies: 0
Views: 924

MP3 MCi String

if anybody has created a mp3 player using MCi, check if you can play a .jpeg or .bmp,
by BongMong
Tue Apr 06, 2004 6:36 am
Forum: Coding Questions
Topic: window locks
Replies: 3
Views: 2061

thanks for the help people
:> :) :>
by BongMong
Mon Apr 05, 2004 8:25 pm
Forum: Coding Questions
Topic: window locks
Replies: 3
Views: 2061

window locks

Result = InitNetwork()
If Result = 0
MessageRequester("Error","No Connection Found",0)
EndIf

Enumeration
#Window_0
EndEnumeration

Ip$ = "127.0.0.1"

Enumeration
#Listview_0
EndEnumeration

OpenWindow(#Window_0, 329, 114, 219, 178, #PB_Window_SystemMenu | #PB_Window_TitleBar , "Scanner ...
by BongMong
Mon Apr 05, 2004 9:35 am
Forum: Coding Questions
Topic: Port monitor
Replies: 10
Views: 2561

Result = initnetwork()
if Result = 0
Messagerequester("Error","No Connection Found",0)
Endif

;---Strings

Ip$ = "127.0.0.1"

;---Loop

For A=1 To 65536 ;Ports
B = Opennetworkconnection(Ip$,A) ;Scanning
if B ;If port open
Messagerequester("Scanning","Port open: "+Str(A),0)
endif
next
by BongMong
Fri Apr 02, 2004 3:37 pm
Forum: Coding Questions
Topic: Version of windows / office
Replies: 6
Views: 1558

Audit
by BongMong
Fri Apr 02, 2004 12:08 am
Forum: Coding Questions
Topic: Version of windows / office
Replies: 6
Views: 1558

Version of windows / office

anybody know of any code for windows version?
maybe product key.
microsoft office version and product key.
by BongMong
Mon Mar 29, 2004 2:35 pm
Forum: Off Topic
Topic: Hardware problem, can anybody help?
Replies: 5
Views: 1830

im gonna run MaxBlast tonight, see what happens
by BongMong
Mon Mar 29, 2004 12:51 pm
Forum: Off Topic
Topic: Hardware problem, can anybody help?
Replies: 5
Views: 1830

Maxtor desktops XP180*

both drives are maxtors,
by BongMong
Mon Mar 29, 2004 11:18 am
Forum: Off Topic
Topic: Hardware problem, can anybody help?
Replies: 5
Views: 1830

Hardware problem, can anybody help?

i just bought a 120gb hard drive.
im running 120gb/5 partitions with a 60gb drive with single partition.
All 6 partitions are NTFS.
my XP Pro was on the C:\ of the 120gb (10gb partition)
i defragged my drive and then restarted and my windows was locking up.
my hard drive light stayed on.
after about ...
by BongMong
Thu Mar 25, 2004 10:59 pm
Forum: Coding Questions
Topic: #Scrolling_Image WindowID
Replies: 0
Views: 826

#Scrolling_Image WindowID

i added a #Scrolling_Image to my window, but it lags, while i click and hold the titlebar the #Scrolling_Image scrolls at normal speed.. and ideas where i went wrong?