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!

buti nalang mabilis ang reply.. :salute: haha salamat..
flash din kasi ang FLV pero sige stick na lang ako sa swf para mas sure pero tatry ko pa din kung pwede yung FLV.. feedback later..

pero pag hindi pwede convert mo nlang yung flv to swf using video converter
 
help po dito!:help::pray:

Dim time1 As Date
Dim time2 As Date
Dim total As Double
time1 = Format(DTPicker1.Value, "dd/mm/yyyy hh:nn:ss")
time2 = Format(DTPicker2.Value, "dd/mm/yyyy hh:nn:ss")
If time1 > 12 Then
MsgBox ("PM")
Else
MsgBox ("AM")
End If
'MsgBox (DTPicker1.Value)
'MsgBox (DTPicker2.Value)
'total = DateDiff("n", "time1", "time2")
'Text2.Text = total / 60
End Sub


bakit po type mismatch??

gusto ko po makuha kasi is yung timediff ng pm to am??
vice versa. . .

salamat po...
 
help po dito!:help::pray:

Dim time1 As Date
Dim time2 As Date
Dim total As Double
time1 = Format(DTPicker1.Value, "dd/mm/yyyy hh:nn:ss")
time2 = Format(DTPicker2.Value, "dd/mm/yyyy hh:nn:ss")
If time1 > 12 Then
MsgBox ("PM")
Else
MsgBox ("AM")
End If
'MsgBox (DTPicker1.Value)
'MsgBox (DTPicker2.Value)
'total = DateDiff("n", "time1", "time2")
'Text2.Text = total / 60
End Sub


bakit po type mismatch??

gusto ko po makuha kasi is yung timediff ng pm to am??
vice versa. . .

salamat po...

property dapat ng dtpicker mo sa format "2 - dtpTime" tapos ang magiging code mo

time1 = Format(DTPicker1.Value, "h")

ang value ng time1 ngaun ay 0 - 23..

'nakatulong ba ako?? hehe
 
mga sir!, patulong naman oh, simpleng system lang, billing/cashiering sytem.! :help:
 
anu po code sa pagpapath ng flash?


Private Sub ShockwaveFlash1_OnReadyStateChange(newState As Long)
ShockwaveFlash1.Movie = App.Path & "\newswf\buttons\login.SWF"
End Sub

wala padin kasi lumalabas e
 
Yung gagawa ng class record kailngan mo ng database yun ang ibig sabihin nun...
Hanap ka sa Youtube madami yun...

Mga Sir and Maam hingi naman po sana ako ng tulong kasi gumagawa ako ng system kaso medyo sablay po ako dito kasi kailangan ko po i set yung text sa loob ng text box into all caps kunwari may lima akong tetx box kailangan ko i set yung text nung 3 text box into all caps... pede kayang gawng function yun?!? :slap:

Pwede ka gumamit ng GOTFOCUS o LOSTFOCUS double Click mo yung textbox mo makikita mo yan explore mo siya anu Logic nila :)

Example:
Private Sub Text1_LostFocus() 'Try mo GOTFOCUS anu mangyayari ^^
Text1.Text = Trim(StrConv(Text1.Text, vbUpperCase))
End Sub

Private Sub Text2_LostFocus() 'Try mo GOTFOCUS anu mangyayari ^^
Text2.Text = Trim(StrConv(Text2.Text, vbUpperCase))
End Sub

Private Sub Text3_LostFocus() 'Try mo GOTFOCUS anu mangyayari ^^
Text3.Text = Trim(StrConv(Text3.Text, vbUpperCase))
End Sub


Dinagdagan ko lanang.

Trim = Para alisin ang mga spaces na hindi naman kasama sa text box mo sa right and left ng tinype mo.

StrConv = String Convert, Strconv( <textbox mo>,<function na gagamitin mo> )

Pwede mo explore yan gawin mong lowercase lahat, pwede din propercase try mo :)

Sana nakatulong. :thumbsup:
 
Last edited:
pa help po ulit, cnu po may idea tungkol sa video preview sa vb, ex. pag start nung form may makikita kang video or teaser ng isang movie, ang tanung ko po panu po maglagay ng video sa vb, salamat po sa makakatulong kailangan lang sa thesis.


Try mo din Lagay ka WINDOWS MEDIA PLAYER sa Form mo kung saan ka magpapalabas ng video. tapos Click mo ung Mediaplayer na nilagay mo, lagyan mo sa Property niya sa right side yung "URL" Click mo un tapos hanapin mo video na ipapalabas mo :)

Makikita mo yung "Windows Media Player" sa Toolbox mo, right click ka ung nasa right mo tapos "Components" tapos "Windows Media Player".

Magpplay ung mag isa pag niload mo yung Form mo kung saan nakalagay ung video mo.

Hope nakatulong kahit konti :)

ENJOY CODING :thumbsup:
 
Last edited:
sir may example grading system file po ba kayo jan? (visual basic) pde po ba makahinge ? thx....


:excited:

tol wlang magbibigay sau nang codes dito...y not you will start coding the grading system then if you encounter a problem post mo dito para matulugan ka...
 
mga sir meron ba kayo jan na login system na pwede mag create ng new user at may admin level din po?
 
guys pa help nman noob ako sa C++ kung pwede sana gawin nyo to DLL file plss pa upload na din sa MF... thanks

#include "stdafx.h"

#define ADDR_GM 0x1075C48
#define ADDR_AOE 0x10C62FC
#define ADDR_RANGE 0x10C62F8

void Start();

BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReason, LPVOID lpReserved)
{
if (ulReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
}

return TRUE;
}

void Start()
{
while (1)
{
if (GetKeyState(VK_F11) < 0) // Turn On
{
*(DWORD*)ADDR_GM = 2;
*(DWORD*)ADDR_AOE = 100;
*(DWORD*)ADDR_RANGE = 7;
}

if (GetKeyState(VK_F12) < 0) // Turn Off
{
*(DWORD*)ADDR_GM = 0;
*(DWORD*)ADDR_AOE = 0;
*(DWORD*)ADDR_RANGE = 0;
}

Sleep(1);
}
}
 
Mga bro sino ang may alam sa inyo ng Visual Basic Commands for LAN Messenger? or kahit yung IDEA lang.. kelangan ko makagawa nang yung may Notification na lalabas sa specific na IP Address kpg may nadagdag na file sa Database...

so bale ang problem ko now hindi ko alam ang Commands nag magnonotify sa isang pc kpg may nadagdag na file dun sa database system...
wala din akong makita sa google eh .. Visual Studio 2010 gamit ko now.. yung dating NET SEnd na command medyo malayo about dito sa notification..
sana po may makasagot about dito.....maraming salamat kaSB..
 
Last edited:
ganda naman ne2.. gusto ko po ma22 ne2ng VB6 .help anyone . where will i start? taz download link po ng VB6.. tnx a lot po .. maraming mraming salamat :)
 
guys need help about savesettings and getsettings function ng vb6
actually naiintindihan ko na panu xa gumagana kaso
nalilipat kaya sa ibang pc un??
i mean if nag save settings ako d2 sa pc na to
tapos binuksan ko sa ibang pc.. ma get settings ko kaya un??
 
help naman dyan sa mga vb programmer.

Question:Open system Application, the first panel that you should see is the Search and Reserve Facility tab.

Gamit ko dito tab1(Search and Reserve Facility) at tab2(Data Grid) gusto ko kapag ni-run ko ang system automatic liltaw ang seach and reserve tab..paano yun?ginawa ko na sa properties tab pero wala parin.

kung ano kasi kin-clik ko kapag ko irun ang system siya ang lumilitaw.example clik ko ang tab1(Search and Reserve Facility) tapus ni -run ko ang program,Search and Reserve Facility tab ang lilitaw.kapag kin-clik ko naman ang datagrid tab,tapus run ko ang program datagrid ang lilitaw..

GUSTO KO SANA KAPAG NI_RUN ANG SYSTEM SA Search and Reserve Facility tab ang una lilitaw..


PLEASE HELP ME
 
Back
Top Bottom