Im having a bit trouble so i'll go straight to the point I have 4 queries...

1. My 1st Question is
'---------------------------------------------------------------------------------------
' If Text1.Text And Text2.Text Contains/Has a TEXT Then Form2.Show
' But If Text1.Text And Text2.Text doesnt contain a TEXT Then Form3.Show
' My Code is Popping 2 Forms at the same time i just wanted one at a time please help...
'---------------------------------------------------------------------------------------

Private Sub Command1_Click()
If Text1.Text And Text2.Text = Value4 Then
Form2.Show
End If
If Text1.Text And Text2.Text = "" Then
Form3.Show
End If

End Sub



2. How to VB Text Boxes Going/Sends to an Email??
' -MS Socket Control 6.0 (Winsock)?
' -MS Internet Control (WebBrowser)?
' -MS Internet Transfer Control 6.0 (Inet)?
'W/c One Is Effective/Reliable and how? help will be appreciated



3. My AV detects "Kewlbuttonz.OCX" as a virus i just want WinXP Button Styles on my program like PrjChameleon.OCX is another great button object similar to Kewlbuttonz.OCX..

Well anyways, i just wanted to know what are the substitute to the said ActiveX Controls, what are the alternates of Kewlbuttonz.OCX & PrjChameleon.OCX??



4. Is it possible to compress/bind a Dynamic Link Library or an ActiveX Control on an executable file, my concept is running a single exe file independently, for example

ActiveSkin Module has it's own .skn file which is the skin for ActiveSkin.. How can i bind/compress the .skn file on the executable file?
if this can be done as well with .dll or .ocx, kindly let me know...

Is it possible to do so. then how. Help will be appreciated.


Any code posted to help me/i use will be duly credited.
Any output is much appreciated
Thanks in advance
More Power... VBForums