Jump to content
mohdfadly

Programming Guna 2 Monitor

Recommended Posts

Ada tak sesapa kat sini yang buat programming guna dua monitor? Ala, yang macam citer Swordfish tu la. Tapi swordfish tu banyak sangat. Cuma nak tahu je apa advantage kalau kita buat multi-setup macam tu. Lebih memudahkan kijer ke?

Share this post


Link to post
Share on other sites

Guna multiple display? Macam dalam gamba ni?

285468722_fd8d201fc3.jpg

Geng meebo tgh duduk programming..Yng guna 3 lcd tu Sandy..

Bagi aku, kalau guna banyak display lagi mudah nak buat kerja..Lebih2 lagi bila banyak windows nak kena pantau..Tak perlu la nak susah2 nak lompat windows..Alt+Tab la ke apa..

Share this post


Link to post
Share on other sites

dulu masa kat univ.. kat lib tuh ada setengah pc yg derang letak 2 monitor.. aku suka jaa pakai sbb senang satu monitor guna utk coding .. satu lagik guna utk search for reference or benda2 sampingan seperti ym or msn messenger.. hehehehe.. senang laa.. sbb windows utk coding tuh takyah nak switch2 or minimize.. leh fokus utk bt coding semata2.. tapi tuh zaman blajar dululaa.. skrang takda dah... huhuhu

Share this post


Link to post
Share on other sites

setting kat propeties jekk

display

Betul, dan ko kena ada graphics card yg support dual monitor/dual display (ada dua header utk sambung monitor).

Guna mouse drag je windows ke tepi, advantagenya ialah cam amer cakap, takyah alt+tab and stuffs, company yg aku hook dulu ramai engineers + programmers di rnd and materials dept pakai dual display ni, operator pengeluran di production lines pun guna gak keupayaan dua monitor ni. Penting utk meningkatkan output dan produktivi company katanya :D

Share this post


Link to post
Share on other sites

Thanks spirit... betul-betul terima kasih dengan link tu....

Aku dah pun buat dual monito seperti gambar di bawah. Kelihatan aku buka ie laman web putera pastu aku tolak sikit ke monitor yang lagi satu jadi separuh separuh:

monitor2.jpg

Share this post


Link to post
Share on other sites

If you using Microsoft Visual Basic 2005, after from load code you just simply put this code for example:-

Private Sub frmContactProperties_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load

Me.Location = New System.Drawing.Point(1100, 200) ' You just put this source same for monitor seetings!

End Sub

* Note : All form you must insert this Me.Location = New System.Drawing.Point(1100, 200)

Share this post


Link to post
Share on other sites

ha'a.. macam tu la yg aku maksudkan

saudara... macam mana saudara boleh timbul idea nak tanya soalan macam ni? hehehehehe.e..e.e teringin gak nak buat cam tu hehehe.e.e. kalau saudara dah expert nanti... boleh la ajar aku nanti yek hehehehe.e. :D

Share this post


Link to post
Share on other sites

If you using Microsoft Visual Basic 2005, after from load code you just simply put this code for example:-

Private Sub frmContactProperties_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load

Me.Location = New System.Drawing.Point(1100, 200) ' You just put this source same for monitor seetings!

End Sub

* Note : All form you must insert this Me.Location = New System.Drawing.Point(1100, 200)

Dr Johnz minta tolong sket.. aku pakai VB6. Problem camni.. pernah pergi pusat karaoke 'jamban'? Dari ape yg aku tengok, 1pc guna 2 screen (1 monitor / 1 tv). Satu screen tu untuk list lagu², Yang 1 lagi Gambar Video karaoke la.. Prob aku camne nak coding VB6 untuk menghasilkan benda ni.. boleh tolong?

Edited by AtokHead

Share this post


Link to post
Share on other sites

huhu masa aku prsent projek ari tu utk FAT kat gov aku pake komp 3 multi display best gile memang puas hati laaaaaaa..

tringin je create 1 pc mcm tu... hehehhe memang nampak mcm die hard 4.0 plak tapi die pake 4 monitor... :(

Dr Johnz minta tolong sket.. aku pakai VB6. Problem camni.. pernah pergi pusat karaoke 'jamban'? Dari ape yg aku tengok, 1pc guna 2 screen (1 monitor / 1 tv). Satu screen tu untuk list lagu², Yang 1 lagi Gambar Video karaoke la.. Prob aku camne nak coding VB6 untuk menghasilkan benda ni.. boleh tolong?

hurm... ni cadngan teori je lah tapi try try la...

ang create 2 form..

1form tuk bideO(katakan form1) 1 tuk playlist(katakan form2)

[form1]

buat kat formload()+ form resize

me.windowstate = 2 ' maximize kan dia

end sub

[form2]

buat kat formload() + form resize

me.left = (screen.width / 2) + 10 'andai kata screen.width tue dia amik lebar 2 monitor guna yg nie (screen.width / 2) + 10 || kalu screen.width tue amik lebar 1monitor ja amik nie (screen.width) + 10 ' @ screen.scalewidth aku x ingat

:D cuba je lah

Edited by Anti_BaiRusT

Share this post


Link to post
Share on other sites

huhu masa aku prsent projek ari tu utk FAT kat gov aku pake komp 3 multi display best gile memang puas hati laaaaaaa..

tringin je create 1 pc mcm tu... hehehhe memang nampak mcm die hard 4.0 plak tapi die pake 4 monitor... :(

hurm... ni cadngan teori je lah tapi try try la...

ang create 2 form..

1form tuk bideO(katakan form1) 1 tuk playlist(katakan form2)

[form1]

buat kat formload()+ form resize

me.windowstate = 2 ' maximize kan dia

end sub

[form2]

buat kat formload() + form resize

me.left = (screen.width / 2) + 10 'andai kata screen.width tue dia amik lebar 2 monitor guna yg nie (screen.width / 2) + 10 || kalu screen.width tue amik lebar 1monitor ja amik nie (screen.width) + 10 ' @ screen.scalewidth aku x ingat

:D cuba je lah

Ok cantek gak tu.. ade juga fikir camtu. Terima kasih nanti cuba. Ada perkembangan aku info nanti. Keep in touch.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...