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!

Exclusively for Visual Basic 6.0 Programmers Only!

kua pahelp aman sa case study namen,.. its all about sorting arrays.. peo ung value ng array is integer.. my 5 cells xa tapos fixed value n xa.. like sa nasa baba..

example

5
9
1
4
3

panu po ba isort yan.. using if-else condition and for loop lng sir... di ko lng poh alam simulan ung program ko.. salamat poh kung matutulungan nyo ako..

salamat parin khit ndi hehe..^^

pano ung sorting, from highest to lowest? or baligtad?
 
@Sir Eric

sir tanong ko lang po... ano po ba advantages ng Stored Procedures ng MS SQL or MySQL Query or VB6 lang mag.query? mas mabilis ba ang retrieve nya if mag.display akong mga data?

pwede paki explain sir....

sa access kc ang bagal kahit naka query na ako sa dbase nya
 
pano ung sorting, from highest to lowest? or baligtad?

anong language ba, ang ginagamit mo?

pwede mo konang nag logic yung sorting from
lowest to highest.
e reverse lang yung temporary variable value holder mo.
from highest to lowest...

Good luck


:slap::slap::slap:
 
Pa help po dit0 sa enr0llment system kc pg ng log in nka log in den biglang nag kaka err0r.
 
Last edited:
anong language ba, ang ginagamit mo?

pwede mo konang nag logic yung sorting from
lowest to highest.
e reverse lang yung temporary variable value holder mo.
from highest to lowest...

Good luck


:slap::slap::slap:

isa p to. hindi po ako humihingi ng help, nag-ooffer po ako.

@ the one above me:

post mo ung code mo and error message, mahirap manghula ng error.
 
ahmm pahelp ulit po. hehe
may dalawang txtbox po ako, ung txtbox1 at txtbox2 may value na binary, pano ko po gagamitan ng logical operator un? kunwari po and ung gagamitin ko sa kanila, pano po ung syntax para makuha ung sagot at ilalagay sa txtbox3.. hehe

thanks po :))
 
pde po pahelp ..

anu po ba yung code pag.maglalagay nang LOG EVENT sa isang program .. kunware pag mageexecute ka nang program na DOS . dapat lahat nang lines na written dun sa CMD ay automatic na susulat sa texbox ng program na ginawa mo ..

1st time ko lang po kasi eh .. yan nlng yung kulang sa program ko ..

Visual Basic po pala gamit ko ..
 
Last edited:
ahmm pahelp ulit po. hehe
may dalawang txtbox po ako, ung txtbox1 at txtbox2 may value na binary, pano ko po gagamitan ng logical operator un? kunwari po and ung gagamitin ko sa kanila, pano po ung syntax para makuha ung sagot at ilalagay sa txtbox3.. hehe

thanks po :))

sinubukan ko sya gawin.
ginwa ko nireverse ko each number para makuha ung dulo then compare
 
ahmm pahelp ulit po. hehe
may dalawang txtbox po ako, ung txtbox1 at txtbox2 may value na binary, pano ko po gagamitan ng logical operator un? kunwari po and ung gagamitin ko sa kanila, pano po ung syntax para makuha ung sagot at ilalagay sa txtbox3.. hehe

thanks po :))

sir paki detailed pa po yung request niyo.. di ko masyadong magets eh..sensya po..
 
pde po pahelp ..

anu po ba yung code pag.maglalagay nang LOG EVENT sa isang program .. kunware pag mageexecute ka nang program na DOS . dapat lahat nang lines na written dun sa CMD ay automatic na susulat sa texbox ng program na ginawa mo ..

1st time ko lang po kasi eh .. yan nlng yung kulang sa program ko ..

Visual Basic po pala gamit ko ..

vb c++ bah kuyah??
if vbc++ fstream function poh gamitin mo..
 
sinubukan ko sya gawin.
ginwa ko nireverse ko each number para makuha ung dulo then compare

ito pala para medyo hindi magulo.
ex.
value ng text1 = 1111
value ng text2 = 1001
use mod 10 para makuha ung dulo ng text1 at text2
1111 MOD 10 = 1
1001 MOD 10 = 1
then compare
divide by 10 para makuha mo ung value na sunod sa dulo
1111 / 10 = 111
1001/10 = 100
then loop
same process
 
Back
Top Bottom