What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Do you have any projects?

Do you have any projects?
Author: Message:
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Do you have any projects?
I just finished composing my song the day before yesterday... if you want a piece of example of the piano score, here it is:
[Image: C4004_Bar3_4.png]

And I also finished coding new version of Hopper (it will be released one day or two after Plus! 3). This is the part of code related to /xhopondl.
code:
//Delayed hop on
void CALLBACK TimerProc_HopOnDl(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime){
    IDispatch *pDispatch=NULL;
    IMessengerContact *Ct=NULL;
    long CtCount=0;
    ToUnblockContacts[idEvent%TE_SIZE].Contacts->get_Count(&CtCount);        //get count
    long Times;

    KillTimer(0,idEvent);

    //unblock every contact
    for(Times=0;Times<CtCount;Times++){
        ToUnblockContacts[idEvent%TE_SIZE].Contacts->Item(Times,&pDispatch);
        pDispatch->QueryInterface(IID_IMessengerContact,(void**)&Ct);
        pDispatch->Release();
        Ct->put_Blocked(VARIANT_FALSE);
        Ct->Release();
    }
    ToUnblockContacts[idEvent%TE_SIZE].Contacts->Release();
}


I'm also currently renovating my website too. It looks like the image below, and some part of the php codes are:
code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--Mnjul's Intimate Home VS 1110 Version 2-->
<html>
<head>
  <title>
   Mnjul's Intimate Home
  </title>
  <?php echohead(); ?>
  <?php echoframeenforce(); ?>
  <?php echomenuhead(); ?>
</head>
<body>
    <?php echomenu(); ?>
    <?php echocontent(); ?>
(blah blah etc, and close tags)

(I don't think this is helpful at all...they are all sub functions :P)

[Image: MIH_VS1110V2_PCB.png]



School affairs...
1. To film a 40-second commercial
2. Final term exam in late June
05-16-2004 03:55 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Do you have any projects? - by bach_m on 05-16-2004 at 03:29 PM
RE: Do you have any projects? - by TedoDude on 05-16-2004 at 03:35 PM
RE: Do you have any projects? - by Stigmata on 05-16-2004 at 03:52 PM
RE: Do you have any projects? - by fluffy_lobster on 05-16-2004 at 03:54 PM
RE: Do you have any projects? - by Mnjul on 05-16-2004 at 03:55 PM
RE: Do you have any projects? - by fluffy_lobster on 05-16-2004 at 03:56 PM
RE: Do you have any projects? - by TedoDude on 05-16-2004 at 04:13 PM
RE: Do you have any projects? - by KeyStorm on 05-16-2004 at 04:15 PM
RE: Do you have any projects? - by lylesback2 on 05-16-2004 at 04:16 PM
RE: Do you have any projects? - by KeyStorm on 05-16-2004 at 04:23 PM
RE: Do you have any projects? - by Tochjo on 05-16-2004 at 05:22 PM
RE: Do you have any projects? - by Vazza on 05-16-2004 at 05:55 PM
RE: Do you have any projects? - by dotNorma on 05-16-2004 at 05:57 PM
RE: Do you have any projects? - by GiantSpider on 05-16-2004 at 06:28 PM
RE: Do you have any projects? - by CodeChaos on 05-16-2004 at 06:39 PM
RE: Do you have any projects? - by Guido on 05-16-2004 at 07:35 PM
RE: Do you have any projects? - by matty on 05-16-2004 at 07:48 PM
RE: Do you have any projects? - by Banks on 05-17-2004 at 12:09 AM
RE: Do you have any projects? - by Dempsey on 05-17-2004 at 10:50 AM
RE: Do you have any projects? - by saralk on 05-17-2004 at 08:38 PM
RE: Do you have any projects? - by fluffy_lobster on 05-18-2004 at 07:44 AM
RE: Do you have any projects? - by Choli on 05-18-2004 at 09:53 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On