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 mayance03

  1. mayance03

    VB.NET Programming Corner!

    Dim arrbyte() As Byte Dim ms As New MemoryStream Saving: PictureBox1.Image.Save(ms, PictureBox1.Image.RawFormat) arrbyte = ms.GetBuffer To Database >> Pic = arrbyte Retrieving: ms = New MemoryStream(arrbyte) To PicBox >> PictureBox1.Image =...
  2. mayance03

    VB.NET Programming Corner!

    Dami naman sa GOOGLE eh..:slap: DLL Injector Google
  3. mayance03

    VB.NET Programming Corner!

    Bakit mo gagalawin ung image eh gagawa ka lang nmn ng parameters para sa filtering??.. Kasi iffilter mo muna bago mo iload sa Report.. Eto sana makatulong.. String Parameter Integer Parameter
  4. mayance03

    VB.NET Programming Corner!

    Ang CrystalReport automatic nagcoconvert ng ImageByte into Image.. Drag and Drop mo lang ung Image Field mo..
  5. mayance03

    VB.NET Programming Corner!

    Meron naman ata Print Button ung CrystalReportViewer..
  6. mayance03

    VB.NET Programming Corner!

    Use CrystalReportViewer Tool.. then ilagay mo sa Form.. Bind mo ung datasource mo sa CrystalReportViewer Then ung Form nalang ang tatawagin mo in runtime..
  7. mayance03

    VB.NET Programming Corner!

    Panung Auto Update?.. Make single instance para isang beses mo lang sya ma open..
  8. mayance03

    VB.NET Programming Corner!

    Dim cn As New MySqlConnection Dim cmd As New MySqlCommand cn.ConnectionString = "server=servername;User Id=root;password=*******;database=sampledb" cmd.Connection = cn cmd.CommandText = "INSERT INTO personinfo(Name_,Address,Age) VALUES('mayance','Philippines','23')"...
  9. mayance03

    VB.NET Programming Corner!

    Simple Database Application using MySQL database and ADO.NET Video DL Link: http://www.mediafire.com/?w3tr46ijqmqeyn5 MySQL .NET Connector DL link: http://www.mysql.com/get/Downloads/Connector-Net/mysql-connector-net-6.5.4-src.zip/from/http://cdn.mysql.com/
  10. mayance03

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Gamitin mo ung anchor property ng button.. Iset mo kung san mo gustong side sumunod ung button.. Pede top-left, top-right, Pede lahat.. Try mo, magegets mo agad un..
  11. mayance03

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Try this: http://www.codeproject.com/Articles/196537/Deploying-Windows-applications-using-ClickOnce-Vis Update: Or this: http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/
  12. mayance03

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Mas madami ka matututunan sa Self Study.. Explore lang ng explore.. Kung may experience ka na in programming, kahit anung PL kaya mo pagaralan khit self study lang.. Ako JAVA una kong natutunan pero basics lang, tapos explore lang ako.. Lam ko na din...
  13. mayance03

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Windows Authentication?.. Kapag ganyan, everytime na lilipat ka ng PC dapat palitan mo ung server name sa connection string mo.. Ilagay mo ung SQL server name ng gamit mong PC.. Data Source=-mayance-;Initial Catalog=DBICMS;Integrated...
  14. mayance03

    VB.NET Programming Corner!

    Ganun ba sir?.. kakainstall ko kasi ulit nyan.. ganun parin.. Di sya nagana kapag wala config.. Try ko magDL ulit..
  15. mayance03

    VB.NET Programming Corner!

    Hanap ka nalang ng Torrent nun.. sa kat.ph tingin ka.. di kasi ako nagddl ng ganun kalaki..
Back
Top Bottom