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
Ranked #4K
~988 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for mbrown686886

Hi Daniweb Community, I have a application that opens a pdf viewer and I would like to email the current(one in the pdf viewer) as an attachment in Outlook. I have listed the code below that opens the pdf viewer and I have listed the code to send an email …

Member Avatar for msrd
0
479
Member Avatar for kiryoku

[QUOTE=kiryoku;1331710]can anyone help me to figure out how to nest forms on visual basic?? example: i would like to link form1 to form2?[/QUOTE] You could use the inherits Method Try this Public Class Form2 Inherits Namespace1.Form1 Good Luck!

Member Avatar for mbrown686886
0
118
Member Avatar for nv136

[QUOTE=nv136;1322752]Hello everyone, i need a bit of help. On a click of a button i want to pay an audio file.... here is my code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox2.Text = "1" Then TextBox2.BackColor = Color.LawnGreen C:\Users\Nick\Desktop\good_work.play now for some reason …

Member Avatar for codeorder
0
149
Member Avatar for mbrown686886

I am trying to open two different forms depending on if I click yes or no from a message box. The code runs but both yes and no open the same form. Is it possible to open two different forms? My code is posted below. Both open Form3 when clicked. …

Member Avatar for mbrown686886
0
164
Member Avatar for mbrown686886

My name is Michael. I am currently enrolled in school for my associates in software development. I have experience with Visual Studio, Microsoft Office and 4GL programmers code development. My hobbies are fishing, hunting, four wheeling and racing my vintage 1986 IrocZ camaro. I enjoy software development and helping those …

Member Avatar for Lizaswadling
0
78

The End.