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 polens

  1. polens

    NEW: Hey Monster (SEA) - A Pokemon Ripoff Game

    Hindi niyo na check ung permissions sa android? phone id, messaging(Sent/Received) call (inbound/outbound) access to external memory(sd) etc... Hindi kayo nagtaka na bakit kaylangan ng game ung mga yan?
  2. polens

    MYSQL Function paano gamitin?

    DATE_FORMAT() eg. SELECT mDate FROM table WHERE DATE_FORMAT(mDate,'%M,%D,%Y') BETWEEN DATE_FORMAT(datefrom,'%M,%D,%Y') AND DATE_FORMAT(dateto,'%M,%D,%Y')
  3. polens

    [HELP]Period Date Database

    DateTime end=endDate.AddDays(-7);
  4. polens

    [HELP]Period Date Database

    DateTime.AddDays method
  5. polens

    [HELP] C# Windows Form Application Point of Sale System

    kapag nag enter ng 0 ulit yan hindi na tatanggapin... if index 0 ng string is ==0 then cancel keys or prompt... be to sure to check first if null or not empty..
  6. polens

    Help Web Automation VB.Net

    search mo na lng background thread... kung binasa mo maigi madali lng yan ma interpret pa puntang vb.
  7. polens

    Help Web Automation VB.Net

    Note start()--> function --> andito ung code para initialize chrome driver then start the process Thread startThread = new Thread(() => start()); startThread.IsBackground = true; startThread.Start();
  8. polens

    Help Web Automation VB.Net

    try to check chromedriver at selenium yan gamit ko sa webautomation.. madami na din ako na deploy.. example code private string findClickAudio(ChromeDriver cd, string mname) { restart: Helper.setLabelText("진행 상태", "잠시만 기다려 주세요", lbl_info); try...
  9. polens

    android-studio help

    This--> https://github.com/koral--/android-gif-drawable Madali lng iimplement..
  10. polens

    how to make a windows application na kailangan ng server.?

    android/ios + mysq/mssql server + socket.io(node.js) + windows app para real time lahat may push notifications hehehe
  11. polens

    Help Selenium Tutz

    hehe i only use selenium for webscrapping/crawling... hehe madali lng siya iimplement.. public IList<IWebElement> HtmlCollection(IWebDriver iwDriver, By by) { if(by!=null){ try { int timeOut = 10; if...
  12. polens

    (FOUND): FINGERPRINT SCANNER SDk ..

    Re: LF: FINGERPRINT SCANNER SDk .. asa office kasi... try ko isend free sdk and sample na din dun sa naimplement ko..
  13. polens

    How to store checkbox on Database MS access and view ??

    pwede mo isave as array,dictionary or list i serialize mo lng then save as blob sa access
  14. polens

    Vb.net Display Data on Database via textbox not datagridview help thanks

    use DATAREADER while reader.read tb_name=reader("name") end while or LOOP through your datatable/dataset for each row as datarow in datatable.rows 'do code here end for
  15. polens

    VB.NET Programming Corner!

    baka naman anchor lng kaylangan mo?
Back
Top Bottom