Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Recent content by hmx_ryan

  1. hmx_ryan

    OLD Pips, where are you?

    This is really nostalgic. I wonder if the old guards were still active.
  2. hmx_ryan

    [OFFICIAL] HTC ONE (M7) Thread - Tambayan

    Oy... Marami na rin palang naka M7 dito sa symb... For a start, you might want to check this out for your wallpapers: https://plus.google.com/photos/104038829895955267970/albums/5827631835240725697 https://www.dropbox.com/sh/vjsv9rh2bcbumgt/QP4ogtZdHp#/ Thanks
  3. hmx_ryan

    VB.NET Programming Corner!

    I'd like to suggest that when connecting or joing a string, use ampersand "&" instead of plus "+"... It would increase performance...:)
  4. hmx_ryan

    Programming Guides, Tutorials, Web Resources, and E-books Compilation

    Trap the Keypress Event of the textbox Like this, just modify a little to suit your need Public Function LettersOnly(ByVal myChar As Char) As Boolean Dim allowedStr As String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ. " If allowedStr.IndexOf(myChar) > -1...
  5. hmx_ryan

    VB.NET Programming Corner!

    You could use CheckListBox..:)
  6. hmx_ryan

    Share your GUI Designs

    Madali lang... Add ka lang ng Report item under the Reporting ng Visual Studio... Then para mas madali, add ka rin ng dataset sa project mo then gawa ka ng table dun... This table will serve as a temporary data storage to be used by your Report Item... Then add ka ng ReportViewer sa Form then...
  7. hmx_ryan

    Share your GUI Designs

    @nearaw :salute: The best ang designs mo using a JAVA...:clap: Very Nice.. I hope one of this days, I could go back to JAVA again... Hopefully if I finished my Project this year...Very Nice GUI.. Here's another GUI Design using VB.Net... Added a Preview Pane to my Document Library... Here, the...
  8. hmx_ryan

    Share your GUI Designs

    Toinks...:lol: Ok lang sa akin... Hehehehe...
  9. hmx_ryan

    Share your GUI Designs

    Yup...It's like the Modified Tab that I posted...Once you compile it,it would be present on the Toolbox..:) :upset::upset::upset::upset::upset::upset::upset: Ok then... I'll share it na lang...Hahayyyysssss:slap: Just download the DLL, add it to your project... You can all use it... Make...
  10. hmx_ryan

    Share your GUI Designs

    I use a customized user control here.. I call it Command Link... Kagaya ng nasa Windows Vista/7 na Control Panel Buttons... Na may Large Icon with Header and Description... Pero button inhireted ang properties..
  11. hmx_ryan

    Share your GUI Designs

    I bend to disagree... if you use a .Net you would understand that doing this, is not just for the cometic appeal in you API, but also, you are improving the memory utilization of your program... If you properly Dispose your objects, you won't have a probelm with speed..:)
  12. hmx_ryan

    Share your GUI Designs

    I'm sorry but I can't do that bro..:( Just think of it as if you were in my shoe..:( I'm sharing my GUIs to give you some insights what you can do with the native controls on the VB.net and not to relly on third party controlls... You can also do it... All we have to do is be imaginative..:)...
  13. hmx_ryan

    [UPDATED!] Pinoy Programmers League - like us on Facebook!!!

    Re: Pinoy Programmers Leauge - join us with Facebook! I'd like to join kaso wrong spelling ang Leauge... Turn down agad... Pa-correct naman po ng spelling TS.. Sakit sa mata... Please change the title to League... And also please change "join us with Facebook!" to join us on Facebook!
  14. hmx_ryan

    Share your GUI Designs

    Its a combination of Picturebox and Panels... Both are dynamically created with Handlers... Basically, what I did is to take a snapshot of the file page by page and load their correspoding thumbnails on the left pane and if the user clicks a thumbnail, it will show a preview on the right which...
  15. hmx_ryan

    Share your GUI Designs

    Hi, maybe few of you here,like me, has project on document archiving system... I'd like to share to you my current design... I'm almost done with GUI on adding a document to the database... If you do have a suggestion, please let me know..
Back
Top Bottom