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!

VB.NET Programming Corner!

mga boss patulong namn panu gumawa ng pyramid na "*" gamit ang for loop,

ang display nya eh ganito,

*
**
***
****
*****
tapos isang code din po para dito

__________*
_________**
________***
_______****
______*****

wala yang underscore mga boss space yan.

paki sagot mga boss thanks
 
Last edited:
mga boss patulong namn panu gumawa ng pyramid na "*" gamit ang for loop,

ang display nya eh ganito,

*
**
***
****
*****
tapos isang code din po para dito

__________*
_________**
________***
_______****
______*****

wala yang underscore mga boss space yan.

paki sagot mga boss thanks

for prob.#1 eto po code
For i As Integer = 0 To 5
Dim j As Integer = 0
Do While j < i
Console.Write("*")
j += 1
Loop
Console.WriteLine()
j = 0
Next
 

For Prob #2


Code:
     For row As Integer = 0 To 5 ' for row
            For col As Integer = 5 To row Step -1 ' for spacing
                console.write(" ")
            Next
            For ast As Integer = 0 To row ' for asterisk
                console.write("*")
            Next
            console.writeline() for adding new row
        Next
 
Last edited:
may nakagawa na ba mag seset ng timer para kay client ? or iseset yung timer countdown para kay client tapos mag lolockscreen kapag tapos ng time ?

--REPLY--

cguro ganto nlng, onload ng application timer.enabled = true na tas.. set ka nlng timelimit para sa knya hardcoded mo nlng sya.
 
pa help po, any idea or content ng CMMS (computerized maintenance management system) thanks in advance..
 
Good day mga sir/maam ask ko lang po paano po ung codes ng show two tables in one data gridview?
 
possible po bang ma bago yung iprprint? tulad kasama yung menustrip at mag mukang form yung iprprint? thanks in advance
 
Good day mga sir/maam ask ko lang po paano po ung codes ng show two tables in one data gridview?

this is a broad question, pwede kasi join or union, pwede din kasi on client side mo e merge ang dalawang table. the answer is; it depends, please elaborate your tables and what output do you want.
 
Good day po mga master hinge po sana ako tulong sa thesis namin tungkol sa schedule management system.

Gumawa po ako ng user control sa loob nito mayroong table na naka cell(sa loob ng cells nilagyan ko ng labels named A1, B1, etc) tulad ng sa excel. gagawin ko sana tong tulad ng scheduler sa taas ung days(Monday, Tuesday, etc) sa gilid ung time (8-8:30, 8:30-9:00,etc) . Named ko ung usercontrol as TabExtra

Tapos ininherit ko xa sa class named tab.


sa main form ko naglagay ako ng tabcontrol sa bawat click ko ng button invoke ko ung class tab at lalabas ung tabpage na may design (TabExtra). Sa bawat tab may name ng class schedule dun.

Question:
Panu ko po ipopulate o papasok dun ung nakasave sa database. Bale ung naka save na room, subject at fculty lalabas sa cell kung saan naka sched xa sa bawat oras at araw.

Invoking lng po problem ko( panu ipasok ung data mula sa database sa mga cells sa tabpages sa tabcontrol in main form)

TY po sa makakatulong.
 
Last edited:
malabo ang tanong mo,
i think ang ibig mo sabihin ay vb.net at vb6

Visual Studio is the IDE
like MSOFFICE na meron MSWORD at EXCEL

VB.NET is the language

http://en.wikipedia.org/wiki/Microsoft_Visual_Studio

eto yung versions



WIN32
Visual Studio 97 (VB5, C++, etc)
Visual Studio 6.0 (1998) (VB6, C++, VFP)
NOT SUPPORTED BY Microsoft anymore




http://upload.wikimedia.org/wikipedia/en/6/6a/Visual_studio_logo.png

.NET FRAMEWORK
Visual Studio .NET (2002) (VB.NET 2002, C#, etc)
Visual Studio .NET 2003 (VB.NET 2003, C#, etc)
Visual Studio 2005 (VB 2005, C#, etc)
Visual Studio 2008 (VB 2008, C#, etc)
Visual Studio 2010 (VB 2010, C#, etc)


VB6 is a WIN32 development tool
meaning ginagamit to create applications in the Windows32bit platform using native windows library.

VB.NET (VB2005 - VB2010) is a development tool to create applications running under the .NET Framework


sana malinaw yan so that we know na IISA lang ang tinutukoy nating bagay.






Boss thank you..my dropbox po aq pashare naman po...
 
Hi Masters

ask ko lang po sana kung paano gawin itong tulad ng page natin na may bumabagsak na snow?

ang galing lng kasi..

TIA
 
@ericgmejia

Gumawa po ba kayo ng VPN Gui and how much po.
Need ko kasi VPN GUI developer.

Please help boss, txt me 0915 250 3337

Thanks
 
Pwede po ba ithesis ito mga kuys?
POS gmit na language is vb.net tpos ung inventory nya nsa android app pano po ung connection non? Phelp nmn po.
 
Good day po mga master hinge po sana ako tulong sa thesis namin tungkol sa schedule management system.

Gumawa po ako ng user control sa loob nito mayroong table na naka cell(sa loob ng cells nilagyan ko ng labels named A1, B1, etc) tulad ng sa excel. gagawin ko sana tong tulad ng scheduler sa taas ung days(Monday, Tuesday, etc) sa gilid ung time (8-8:30, 8:30-9:00,etc) . Named ko ung usercontrol as TabExtra

Tapos ininherit ko xa sa class named tab.


sa main form ko naglagay ako ng tabcontrol sa bawat click ko ng button invoke ko ung class tab at lalabas ung tabpage na may design (TabExtra). Sa bawat tab may name ng class schedule dun.

Question:
Panu ko po ipopulate o papasok dun ung nakasave sa database. Bale ung naka save na room, subject at fculty lalabas sa cell kung saan naka sched xa sa bawat oras at araw.

Invoking lng po problem ko( panu ipasok ung data mula sa database sa mga cells sa tabpages sa tabcontrol in main form)

TY po sa makakatulong.

e loop mo ang laman na objects sa loob ng tabextra mo at e feed mo doon ang data from database.

e.g.

tabextra.objControl1.cellWhatever.value = databaseRow("record1") ' or kung ano man ang tawag mo dun sa loob ng tabextra
 
pa BM po ako sir. newbie lang po ako salamat po sa pag-gawa ng thread nito at pagshare ng knowledge :thanks:
 
Back
Top Bottom