Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~311 People Reached
Favorite Tags
Member Avatar for what_5626

hi, as the title has saiad, if the user click "ok" for exp it will link to [url]www.google.com[/url] and if the user click "cancel" it will link to [url]www.yahoo.com[/url]. below is my code [CODE] function calcFunc(){ var val1 = document.calcForm.selectQuantity1.selectedIndex; var val2 = document.calcForm.selectQuantity2.selectedIndex; var val3 = document.calcForm.selectQuantity3.selectedIndex; var val4 …

Member Avatar for Graphix
0
111
Member Avatar for what_5626

Hi all, I'm now trying to link a .rtf file into a new form. Currently, there are 2 forms and on form1.vb, it has rich text box which i've successfully load the .rtf file and I would like to link it to form2.vb whenever I click on a button that …

Member Avatar for what_5626
0
77
Member Avatar for what_5626

hi.. I've created a Point of Sales(POS) system which will link to microsoft access and now I'm trying to create a mobile apps tht will be use in PDA to link to my POS system and access which is my database. Any idea of what type of method i should …

0
61
Member Avatar for what_5626

i was trying to print the content in the listbox but instead of printing, i come out with the saving button as document in m.word. how to print my content in list box when i click on my print button straight away.. this is my coding.. Private Sub Button5_Click(ByVal sender …

0
62