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!

All about programming (Specially c, c++, VB, Java)

Hello sir .. I need to Link the textboxes and ComboBox to a DataGridview.. PAnu po ba ung codes? nagresearh po ako kaso di ko tlaga magets..


Im using Microsoft VIsual C# 2008 edition express ,.. or pwde rin po

sa Microsoft VIsual C++ 2008 edition express or Microsoft VIsual Basic 2008 edition express if ever di kau marunong c#.

please i need a reply.. asap....


Heto po ung main problem para malinaw :

mag Enter ng values sa textbox at combox and then click ung save button then magAppear ung input sa DataGridview..

Nasa Attached file named "Sample" ung window form na example natin para maPractice ko.. cge na po tulong..

panu po ba un?? :(( please help..
 

Attachments

  • Sample.png
    Sample.png
    30.1 KB · Views: 9
sir patulong naman po sa C prog, kailangan namin gumawa ng prog na may username at password. dapat letters and numbers lng ang allowed, pag nag enter ng special characters e d gagalaw ung prog.

actually yan pa lang ang pinapagawa ng prof namin pero 1 wik nlng magdedefense na kami sa programming. :lol:

ang idea ko po e about sa registration sa skul yung pag enrollment ba.
sana matulungan nyo po ako.
salamat!:excited:
 
Last edited:
ok 2ng thread na toh ah. ^_^

beginner pla din po aq ahm STI ortigas cainta po aq ^_^.

simple lng po question q.

panu po un gngmit na codes pg mg iinput ka?

e2 po ung layout.


Input Your First Name:
Input Your Middle Name:
Input Your Surname:

(sir kah8 ung basic lng po na codes pra mkapag input bagohan plng po aq eh ^_^)

tapos panu din po palabasin un Initial Name nun tatlo

output:
kunwari ang name Jefferson S. Basalio dapat automatic lalabas un initial mo

Your initial is: JSB


sana po ma2lungan niu q.,salamat po sir hetero. School mate ^_^
 
otor, bka meron po kayo microsoft visual c++ 2006 version, eto po kasi gamit namin sa school,
 
hi poh s Lht.. . .

Help!!:help::help::help:

pede p 2Long??

encryption and decryption in vb6.0 ung nka connect poh access

ung may student information with grades ng student...if INC cLa Or wat?'

help me nmn pOh pLz.. . .anyOne know s about this....
 
ok 2ng thread na toh ah. ^_^

beginner pla din po aq ahm STI ortigas cainta po aq ^_^.

simple lng po question q.

panu po un gngmit na codes pg mg iinput ka?

e2 po ung layout.


Input Your First Name:
Input Your Middle Name:
Input Your Surname:

(sir kah8 ung basic lng po na codes pra mkapag input bagohan plng po aq eh ^_^)

tapos panu din po palabasin un Initial Name nun tatlo

output:
kunwari ang name Jefferson S. Basalio dapat automatic lalabas un initial mo

Your initial is: JSB


sana po ma2lungan niu q.,salamat po sir hetero. School mate ^_^



this is for VB6:

dim strInitials as string

strInitials = Left(txtFName.text , 1) & Left(txtMName.text , 1) & Left(txtSName.text , 1)

lblOutput.Caption = "Your initial is: " & strInitials

rename mo nlang ung mga textboxes mo, alam mu naman siguro yun..tsaka bale nasa loob yan ng command button mo na OK..


:thumbsup:
 
this is for VB6:

dim strInitials as string

strInitials = Left(txtFName.text , 1) & Left(txtMName.text , 1) & Left(txtSName.text , 1)

lblOutput.Caption = "Your initial is: " & strInitials

rename mo nlang ung mga textboxes mo, alam mu naman siguro yun..tsaka bale nasa loob yan ng command button mo na OK..


:thumbsup:

hmm mukang pang DOS pa yung naiisip mo anyway pede ka ding gumamit ng Input Box, ito syntax:

/variable/ = InputBox(<Prompt Message>,<Title of the Prompt>,<Default Value>)

*yung /variable/ yan yung sasalo ng value sa inputbox... and string datatype na nirereturn ng inputbox so make sure na icast mo to the appropriate datatype para maayos mo syang magamit.. anyway sa vb6 di naman strick regarding sa data typing but as an advice lang para maging standard coding mo...

input5.JPG
 
hi poh s Lht.. . .

Help!!:help::help::help:

pede p 2Long??

encryption and decryption in vb6.0 ung nka connect poh access

ung may student information with grades ng student...if INC cLa Or wat?'

help me nmn pOh pLz.. . .anyOne know s about this....

hmm miss.. regarding sa encryption... try to use MD5 hashing... sa .net alam ko kung pano gawin ito kasi sa vb6 di pa eh.. pero need mo ng active x para dito...

pero advice mo.. search mo na lang sa google about encryption sa MD5... may mga source code na din sila ready to use
 
i need help

can u make me a grading system program using JAVA APPLET? ? ?


COMPUTATION OF GRADE

(MG/FG) Grade
(used also as transmuted value based from the raw score) Grade Equivalent Remarks
95 – 100 1.0 Passed
94 1.1
93 1.2
92 1.3
91 1.4
90 1.5
89 1.6
88 1.7
87 1.8
86 1.9
85 2.0
84 2.1
83 2.2
82 2.3
81 2.4
80 2.5
79 2.6
78 2.7
77 2.8
76 2.9
75 3.0
74 & below 4.0 for MG Conditional
74 & below 5.0 for FG Failed
--- 7.0 Dropped



Formula:

MST = ((PE + ME)/2) x (60%)
FST = ((SFE + FE)/2) x (60%)

MCW = MTCW x 40%
FCW = FTCW x 40%

MG = MST + MCW
TFG = FST + FCW

FG = (MG + TFG + TFG)/3







Legend:

PE – Prelim Exam
ME – Mid-term Exam
SFE – Semi-final Exam
FE – Final Exam

MST – Midterm Summative Test
FST – Final Summative Test

MTCW – Midterm Total Class Work
(sum of all class works, prelim to midterm coverage)
FTCW – Final Total Class Work
(sum of all class works, semifinal to final coverage)

MCW – Midterm Class Work
FCW – Final Class Work

MG – Midterm Grade
TFG – Tentative Final Grade

FG – Final Grade


tnx. . .

pls.... pm me if u know how...
:)
 
Just newbie in Java help namn po how to distinguish the winner of this game if there's no winner the game is tie.
:pray::pray::pray:
Here is the Sample code:

import java.util.Scanner;
public class tictactoe
{
public static void main(){
Scanner bob=new Scanner(System.in);
char [] arr={'1','2','3','4','5','6','7','8','9'};
int x,y,sudlanan;
for (x=0;x<9;x++){
if (x==2||x==5){
System.out.println(" ["+arr[x]+"]");
}else{
System.out.print(" ["+arr[x]+"]");
}
}
System.out.println(" ");
for (y=0;y<9;y++){
if (y%2==0){
System.out.println("Enter a number for X: ");
sudlanan=bob.nextInt();
arr[sudlanan-1]='x';
}else{
System.out.println("Enter a number for O: ");
sudlanan=bob.nextInt();
arr[sudlanan-1]='O';
}
for (x=0;x<9;x++){
if (x==2||x==5){
System.out.println("["+arr[x]+"]");
}else{
System.out.print("["+arr[x]+"]");
}
}
System.out.println(" ");
}
}
}
 


Pwede po ba pa help kc po gagawa kami ng inventory sales system vb 5.0 po eh medyo d po namin masyado gamay..... pa help naman po kuya thesis na po kc namen medyo malpt na ...... pa help po sa codes ng maintinance ...... tq poh .... ym q po [email protected] para po madali salamt po ulet at mysql po gamet
 
kua pwede po explain ng kunti ung switch,case statement d ko kc maxado ma gets salamat...
 
Kuya,, help rin.. kz my project kmi sa skul. java2me ang pinapagamit sakin pra sa mobile application. mobile dictionary po ung gagawin q. peu ndi q pa alam kung pnu cmulan. nid q ng database dun ryt? database ng words and meanings.. anu po bang database pede q gamitin n sa java2me q? .dat po b ung extension name ng database n gagamitin q? help me plz. sana nagets nio po ung problem q.. tnx in advance.
 
AYos to, patulong naman po nd code sa VB6 that will output a diamond like figure


____*
___***
_*****
********
******** Ganito po output niya... Spaces mo yung line...
_*****
__***
___*
 
Last edited:
hi po mga ka-SB.. sino po pwede mgtutor sa akin bwt sa c++ coding.. ang hirap kasi ng program na pinapagawa sa amin ng teacher namin e.. i need external help.. naguguluhan kasi ako sa paggawa ng new data stucture ba yun... i need to make a program similar to those used by schools to enroll students.. medjo d ko lng talaga gets ung stuctures e.. pwede po pahelp?? anyone?? kung pwede po sana sa ym para mas madali.. peo if not kahit dito n lng sa SB.. sana po my response kagad.. thanks in advance..
 
:help: paano gumawa nito..

write a c++ program for cellphone pin number. if the user entered a correct pin code displays "Welcome to Smart... Simply Amazing". the cellphone user will enter his pin code three times, if on the first,second and third trial he failed to enter the correct pin code it will display "Invalid Pin Code" after the third trial will prompt the user to enter PUK secret code three times also. if the user still failed to enter PUK code will display "Sim Blocked".
 
boss.. e2 po prob ko.. panu ko po ba ccmulan 2.. mag iinput ako ng number then itratranslate niya ito sa WORDs... sana po matulungan nyo po ako.. JAVA po yan.. at ung sa ROCk paper, scissor din po... kahit IDEA lng po.. slamt po!!
 
kua problem ko pano mag create program kung saan ang OUTPUt ay
"Do you want to exit Yes/No:"
tapos kua pag nag Yes babalik sa prgram
pero pag no uulit ang tanong
SA C++ poh e2
help po
:pray::pray::pray::pray::pray::pray:
:weep::weep::weep::weep::weep::weep:
 
post your programming problems here....
tapos sample input and output...,,

i'll do my very best para po matulungan kayo

ang anyone who wants to help you're all welcome here...

welcome

:clap: :excited: :dance: :yipee: :beat:

pnu ko po mdedetermined if the number is a Prime # in java?

example output:
1 -Not Prime
2 -Prime
3 -Prime
4 -Not Prime
5 -Prime
6 -Not Prime
7 -Prime
8 -Not Prime
9 -Not Prime
10 -Not Prime
11 -Prime
12 -Not Prime
13 -Prime
14 -Not Prime
15 -Not Prime

using For loop.......
ito po gmit ko formula
for (i=2; i < num;i++){
(num%2==0)?i+" Not Prime":i+" Prime ";}
 
Last edited:
Back
Top Bottom