473,626 Members | 3,310 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with RunTime Form Issue

I need to create a form from this web service
http://24.163.239.122/wsprojecttrack...erobjects.asmx
if you call getloginscreen there is a field called screendescripti on
that field screendescripti on has the form code I am trying to create at
runtime

the code that is in the field screendecriptio n is
Imports System.Windows. Forms
Public Class clsLoginScreen
Inherits System.Windows. Forms.Form
Public Sub New()
MyBase.New()
InitializeCompo nent()
End Sub
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

If disposing Then
If Not (components Is Nothing) Then
components.Disp ose()
End If
End If

MyBase.Dispose( disposing)
End Sub
Private components As System.Componen tModel.IContain er
Friend WithEvents NicePanel1 As PureComponents. NicePanel.NiceP anel
<System.Diagnos tics.DebuggerSt epThrough()> Private Sub
InitializeCompo nent()
Dim ContainerImage1 As PureComponents. NicePanel.Conta inerImage = New
PureComponents. NicePanel.Conta inerImage
Dim HeaderImage1 As PureComponents. NicePanel.Heade rImage = New
PureComponents. NicePanel.Heade rImage
Dim HeaderImage2 As PureComponents. NicePanel.Heade rImage = New
PureComponents. NicePanel.Heade rImage
Dim PanelStyle1 As PureComponents. NicePanel.Panel Style = New
PureComponents. NicePanel.Panel Style
Dim ContainerStyle1 As PureComponents. NicePanel.Conta inerStyle = New
PureComponents. NicePanel.Conta inerStyle
Dim PanelHeaderStyl e1 As PureComponents. NicePanel.Panel HeaderStyle = New
PureComponents. NicePanel.Panel HeaderStyle
Dim PanelHeaderStyl e2 As PureComponents. NicePanel.Panel HeaderStyle = New
PureComponents. NicePanel.Panel HeaderStyle
Me.NicePanel1 = New PureComponents. NicePanel.NiceP anel
Me.SuspendLayou t()
Me.NicePanel1.B ackColor = System.Drawing. Color.Transpare nt
ContainerImage1 .Alignment = System.Drawing. ContentAlignmen t.BottomRight
ContainerImage1 .ClipArt = PureComponents. NicePanel.Image ClipArt.None
ContainerImage1 .Image = Nothing
ContainerImage1 .Size = PureComponents. NicePanel.Conta inerImageSize.S mall
ContainerImage1 .Transparency = 50
Me.NicePanel1.C ontainerImage = ContainerImage1
HeaderImage1.Cl ipArt = PureComponents. NicePanel.Image ClipArt.None
HeaderImage1.Im age = Nothing
Me.NicePanel1.F ooterImage = HeaderImage1
Me.NicePanel1.F ooterText = "PureCompon ents NicePanel for .NET WinForms
V1.0."
Me.NicePanel1.F oreColor = System.Drawing. Color.Black
HeaderImage2.Cl ipArt =
PureComponents. NicePanel.Image ClipArt.PureCom ponents
HeaderImage2.Im age = Nothing
Me.NicePanel1.H eaderImage = HeaderImage2
Me.NicePanel1.H eaderText = "NicePanel1 "
Me.NicePanel1.I sExpanded = True
Me.NicePanel1.L ocation = New System.Drawing. Point(0, 0)
Me.NicePanel1.N ame = "NicePanel1 "
Me.NicePanel1.O riginalFooterVi sible = True
Me.NicePanel1.O riginalHeight = 0
Me.NicePanel1.S ize = New System.Drawing. Size(400, 264)
ContainerStyle1 .BackColor = System.Drawing. Color.FromArgb( CType(142,
Byte), CType(179, Byte), CType(231, Byte))
ContainerStyle1 .BaseColor = System.Drawing. Color.Transpare nt
ContainerStyle1 .BorderColor = System.Drawing. Color.FromArgb( CType(1,
Byte), CType(45, Byte), CType(150, Byte))
ContainerStyle1 .BorderStyle = PureComponents. NicePanel.Borde rStyle.Solid
ContainerStyle1 .CaptionAlign = PureComponents. NicePanel.Capti onAlign.Left
ContainerStyle1 .FadeColor = System.Drawing. Color.FromArgb( CType(217,
Byte), CType(232, Byte), CType(252, Byte))
ContainerStyle1 .FillStyle =
PureComponents. NicePanel.FillS tyle.DiagonalFo rward
ContainerStyle1 .FlashItemBackC olor = System.Drawing. Color.Red
ContainerStyle1 .FocusItemBackC olor =
System.Drawing. Color.FromArgb( CType(255, Byte), CType(255, Byte), CType(128,
Byte))
ContainerStyle1 .Font = New System.Drawing. Font("Microsoft Sans Serif",
8.25!, System.Drawing. FontStyle.Regul ar, System.Drawing. GraphicsUnit.Po int,
CType(0, Byte))
ContainerStyle1 .ForeColor = System.Drawing. Color.Black
ContainerStyle1 .Shape = PureComponents. NicePanel.Shape .Squared
PanelStyle1.Con tainerStyle = ContainerStyle1
PanelHeaderStyl e1.BackColor = System.Drawing. Color.FromArgb( CType(9,
Byte), CType(42, Byte), CType(127, Byte))
PanelHeaderStyl e1.ButtonColor = System.Drawing. Color.FromArgb( CType(172,
Byte), CType(191, Byte), CType(227, Byte))
PanelHeaderStyl e1.FadeColor = System.Drawing. Color.FromArgb( CType(102,
Byte), CType(145, Byte), CType(215, Byte))
PanelHeaderStyl e1.FillStyle =
PureComponents. NicePanel.FillS tyle.Horizontal Fading
PanelHeaderStyl e1.FlashBackCol or =
System.Drawing. Color.FromArgb( CType(243, Byte), CType(122, Byte), CType(1,
Byte))
PanelHeaderStyl e1.FlashFadeCol or =
System.Drawing. Color.FromArgb( CType(255, Byte), CType(215, Byte), CType(159,
Byte))
PanelHeaderStyl e1.FlashForeCol or = System.Drawing. Color.White
PanelHeaderStyl e1.Font = New System.Drawing. Font("Microsoft Sans Serif",
8.25!)
PanelHeaderStyl e1.ForeColor = System.Drawing. Color.FromArgb( CType(169,
Byte), CType(198, Byte), CType(237, Byte))
PanelHeaderStyl e1.Size = PureComponents. NicePanel.Panel HeaderSize.Smal l
PanelStyle1.Foo terStyle = PanelHeaderStyl e1
PanelHeaderStyl e2.BackColor = System.Drawing. Color.FromArgb( CType(102,
Byte), CType(145, Byte), CType(215, Byte))
PanelHeaderStyl e2.ButtonColor = System.Drawing. Color.FromArgb( CType(172,
Byte), CType(191, Byte), CType(227, Byte))
PanelHeaderStyl e2.FadeColor = System.Drawing. Color.FromArgb( CType(9,
Byte), CType(42, Byte), CType(127, Byte))
PanelHeaderStyl e2.FillStyle =
PureComponents. NicePanel.FillS tyle.VerticalFa ding
PanelHeaderStyl e2.FlashBackCol or =
System.Drawing. Color.FromArgb( CType(243, Byte), CType(122, Byte), CType(1,
Byte))
PanelHeaderStyl e2.FlashFadeCol or =
System.Drawing. Color.FromArgb( CType(255, Byte), CType(215, Byte), CType(159,
Byte))
PanelHeaderStyl e2.FlashForeCol or = System.Drawing. Color.White
PanelHeaderStyl e2.Font = New System.Drawing. Font("Microsoft Sans Serif",
9.75!, System.Drawing. FontStyle.Bold)
PanelHeaderStyl e2.ForeColor = System.Drawing. Color.FromArgb( CType(215,
Byte), CType(230, Byte), CType(251, Byte))
PanelHeaderStyl e2.Size = PureComponents. NicePanel.Panel HeaderSize.Medi um
PanelStyle1.Hea derStyle = PanelHeaderStyl e2
Me.NicePanel1.S tyle = PanelStyle1
Me.NicePanel1.T abIndex = 0
Me.AutoScaleBas eSize = New System.Drawing. Size(5, 13)
Me.ClientSize = New System.Drawing. Size(400, 273)
Me.Controls.Add (Me.NicePanel1)
Me.Name = "clsLoginScreen "
Me.Text = "clsLoginScreen "
Me.ResumeLayout (False)
End Sub
Private Sub clsLoginScreen_ Load(ByVal sender As System.Object, ByVal e As
System.EventArg s) Handles MyBase.Load
End Sub End Class

So that is the code that is being pulled out of the database
It is just a plain form with a nicepanel on it. Which intails need the
nicepanel assembly added.

Here is my code I am using to try to get the form to compile at run time
I make a direct call to the database rather then hitting the web service in
the code below.

Dim cn As OleDbConnection
Dim sConnString As String = _
"Provider=SQLOL EDB;server=vsde v;UID=sa;PWD=sa ;database=proje cttracker"
cn = New OleDb.OleDbConn ection(sConnStr ing)
Dim ds As New DataSet
Dim cm As New OleDbCommand("s elect * from tblscreen", cn)
Dim a As New OleDbDataAdapte r(cm)
cn.Open()
a.Fill(ds)
cn.Close()
Dim provider As Microsoft.Visua lBasic.VBCodePr ovider
Dim compiler As System.CodeDom. Compiler.ICodeC ompiler
Dim params As System.CodeDom. Compiler.Compil erParameters
Dim results As System.CodeDom. Compiler.Compil erResults
Dim scriptType As Type
Dim instance As Object
Dim rslt As Object
params = New System.CodeDom. Compiler.Compil erParameters
params.Generate InMemory = True 'Assembly is created in memory
params.TreatWar ningsAsErrors = False
params.WarningL evel = 4
'Put any references you need here - even you own dll's, if you want
to use one
Dim refs() As String = {"System.IO" , "System.dll ",
"Microsoft.Visu alBasic.dll", "PureComponents .NicePanel.Nice Panel",
"System.Windows .Forms"}
params.Referenc edAssemblies.Ad dRange(refs)

provider = New Microsoft.Visua lBasic.VBCodePr ovider
compiler = provider.Create Compiler
Try
results = compiler.Compil eAssemblyFromSo urce(params,
ds.Tables(0).Ro ws(0).Item("scr eendescription" ).ToString)
Catch ex As Exception

End Try
If results.Errors. Count = 0 Then 'No compile errors or
warnings...
mAssembly = results.Compile dAssembly
End If
'Get the type from the assembly. This will allow us access to
'all the properties and methods
Dim err As System.CodeDom. Compiler.Compil erError
For Each err In results.Errors
MsgBox(String.F ormat( _
"Line {0}, Col {1}: Error {2} - {3}", _
err.Line, err.Column, err.ErrorNumber , err.ErrorText))
Next
scriptType = mAssembly.GetTy pe("clsScreens. clsLoginScreen" )

'Set up an array of objects to pass as arguments.
Dim args() As Object = {""}

'And call the static function
rslt = scriptType.Invo keMember("Stati cFunction", _
System.Reflecti on.BindingFlags .InvokeMethod Or _
System.Reflecti on.BindingFlags .Public Or _
System.Reflecti on.BindingFlags .Static, _
Nothing, Nothing, args)
So as you can see I pull the form out of the database. It is a windows form.
But I think that I missing some stuff. When you create a form you get a .vb
file and a ..resx file which i am not createing the resx file.
I did not think that you needed to create that file.

If you have any thoughts please let me know
Thank you
CC
Nov 21 '05 #1
3 1332
That post is my ipaddess. think about what your saying.. And look at where
the ip addess is pointing to..

It is point to a web service...

Anyway the point being I have solved my problem.

Nexttime before you do your post Crouchie1998 make sure you have your
information correct.!!!
YOU HAVE BEEN WARNED!!!!!!!!! !!!!!!!!!
"Chris Calzaretta" <cc*********@ho tmail.com> wrote in message
news:eF******** *****@TK2MSFTNG P15.phx.gbl...
I need to create a form from this web service
http://24.163.239.122/wsprojecttrack...erobjects.asmx
if you call getloginscreen there is a field called screendescripti on
that field screendescripti on has the form code I am trying to create at
runtime

the code that is in the field screendecriptio n is
Imports System.Windows. Forms
Public Class clsLoginScreen
Inherits System.Windows. Forms.Form
Public Sub New()
MyBase.New()
InitializeCompo nent()
End Sub
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

If disposing Then
If Not (components Is Nothing) Then
components.Disp ose()
End If
End If

MyBase.Dispose( disposing)
End Sub
Private components As System.Componen tModel.IContain er
Friend WithEvents NicePanel1 As PureComponents. NicePanel.NiceP anel
<System.Diagnos tics.DebuggerSt epThrough()> Private Sub
InitializeCompo nent()
Dim ContainerImage1 As PureComponents. NicePanel.Conta inerImage = New
PureComponents. NicePanel.Conta inerImage
Dim HeaderImage1 As PureComponents. NicePanel.Heade rImage = New
PureComponents. NicePanel.Heade rImage
Dim HeaderImage2 As PureComponents. NicePanel.Heade rImage = New
PureComponents. NicePanel.Heade rImage
Dim PanelStyle1 As PureComponents. NicePanel.Panel Style = New
PureComponents. NicePanel.Panel Style
Dim ContainerStyle1 As PureComponents. NicePanel.Conta inerStyle = New
PureComponents. NicePanel.Conta inerStyle
Dim PanelHeaderStyl e1 As PureComponents. NicePanel.Panel HeaderStyle = New
PureComponents. NicePanel.Panel HeaderStyle
Dim PanelHeaderStyl e2 As PureComponents. NicePanel.Panel HeaderStyle = New
PureComponents. NicePanel.Panel HeaderStyle
Me.NicePanel1 = New PureComponents. NicePanel.NiceP anel
Me.SuspendLayou t()
Me.NicePanel1.B ackColor = System.Drawing. Color.Transpare nt
ContainerImage1 .Alignment = System.Drawing. ContentAlignmen t.BottomRight
ContainerImage1 .ClipArt = PureComponents. NicePanel.Image ClipArt.None
ContainerImage1 .Image = Nothing
ContainerImage1 .Size = PureComponents. NicePanel.Conta inerImageSize.S mall
ContainerImage1 .Transparency = 50
Me.NicePanel1.C ontainerImage = ContainerImage1
HeaderImage1.Cl ipArt = PureComponents. NicePanel.Image ClipArt.None
HeaderImage1.Im age = Nothing
Me.NicePanel1.F ooterImage = HeaderImage1
Me.NicePanel1.F ooterText = "PureCompon ents NicePanel for .NET WinForms
V1.0."
Me.NicePanel1.F oreColor = System.Drawing. Color.Black
HeaderImage2.Cl ipArt =
PureComponents. NicePanel.Image ClipArt.PureCom ponents
HeaderImage2.Im age = Nothing
Me.NicePanel1.H eaderImage = HeaderImage2
Me.NicePanel1.H eaderText = "NicePanel1 "
Me.NicePanel1.I sExpanded = True
Me.NicePanel1.L ocation = New System.Drawing. Point(0, 0)
Me.NicePanel1.N ame = "NicePanel1 "
Me.NicePanel1.O riginalFooterVi sible = True
Me.NicePanel1.O riginalHeight = 0
Me.NicePanel1.S ize = New System.Drawing. Size(400, 264)
ContainerStyle1 .BackColor = System.Drawing. Color.FromArgb( CType(142,
Byte), CType(179, Byte), CType(231, Byte))
ContainerStyle1 .BaseColor = System.Drawing. Color.Transpare nt
ContainerStyle1 .BorderColor = System.Drawing. Color.FromArgb( CType(1,
Byte), CType(45, Byte), CType(150, Byte))
ContainerStyle1 .BorderStyle = PureComponents. NicePanel.Borde rStyle.Solid
ContainerStyle1 .CaptionAlign = PureComponents. NicePanel.Capti onAlign.Left
ContainerStyle1 .FadeColor = System.Drawing. Color.FromArgb( CType(217,
Byte), CType(232, Byte), CType(252, Byte))
ContainerStyle1 .FillStyle =
PureComponents. NicePanel.FillS tyle.DiagonalFo rward
ContainerStyle1 .FlashItemBackC olor = System.Drawing. Color.Red
ContainerStyle1 .FocusItemBackC olor =
System.Drawing. Color.FromArgb( CType(255, Byte), CType(255, Byte),
CType(128,
Byte))
ContainerStyle1 .Font = New System.Drawing. Font("Microsoft Sans Serif",
8.25!, System.Drawing. FontStyle.Regul ar,
System.Drawing. GraphicsUnit.Po int,
CType(0, Byte))
ContainerStyle1 .ForeColor = System.Drawing. Color.Black
ContainerStyle1 .Shape = PureComponents. NicePanel.Shape .Squared
PanelStyle1.Con tainerStyle = ContainerStyle1
PanelHeaderStyl e1.BackColor = System.Drawing. Color.FromArgb( CType(9,
Byte), CType(42, Byte), CType(127, Byte))
PanelHeaderStyl e1.ButtonColor = System.Drawing. Color.FromArgb( CType(172,
Byte), CType(191, Byte), CType(227, Byte))
PanelHeaderStyl e1.FadeColor = System.Drawing. Color.FromArgb( CType(102,
Byte), CType(145, Byte), CType(215, Byte))
PanelHeaderStyl e1.FillStyle =
PureComponents. NicePanel.FillS tyle.Horizontal Fading
PanelHeaderStyl e1.FlashBackCol or =
System.Drawing. Color.FromArgb( CType(243, Byte), CType(122, Byte), CType(1,
Byte))
PanelHeaderStyl e1.FlashFadeCol or =
System.Drawing. Color.FromArgb( CType(255, Byte), CType(215, Byte),
CType(159,
Byte))
PanelHeaderStyl e1.FlashForeCol or = System.Drawing. Color.White
PanelHeaderStyl e1.Font = New System.Drawing. Font("Microsoft Sans Serif",
8.25!)
PanelHeaderStyl e1.ForeColor = System.Drawing. Color.FromArgb( CType(169,
Byte), CType(198, Byte), CType(237, Byte))
PanelHeaderStyl e1.Size = PureComponents. NicePanel.Panel HeaderSize.Smal l
PanelStyle1.Foo terStyle = PanelHeaderStyl e1
PanelHeaderStyl e2.BackColor = System.Drawing. Color.FromArgb( CType(102,
Byte), CType(145, Byte), CType(215, Byte))
PanelHeaderStyl e2.ButtonColor = System.Drawing. Color.FromArgb( CType(172,
Byte), CType(191, Byte), CType(227, Byte))
PanelHeaderStyl e2.FadeColor = System.Drawing. Color.FromArgb( CType(9,
Byte), CType(42, Byte), CType(127, Byte))
PanelHeaderStyl e2.FillStyle =
PureComponents. NicePanel.FillS tyle.VerticalFa ding
PanelHeaderStyl e2.FlashBackCol or =
System.Drawing. Color.FromArgb( CType(243, Byte), CType(122, Byte), CType(1,
Byte))
PanelHeaderStyl e2.FlashFadeCol or =
System.Drawing. Color.FromArgb( CType(255, Byte), CType(215, Byte),
CType(159,
Byte))
PanelHeaderStyl e2.FlashForeCol or = System.Drawing. Color.White
PanelHeaderStyl e2.Font = New System.Drawing. Font("Microsoft Sans Serif",
9.75!, System.Drawing. FontStyle.Bold)
PanelHeaderStyl e2.ForeColor = System.Drawing. Color.FromArgb( CType(215,
Byte), CType(230, Byte), CType(251, Byte))
PanelHeaderStyl e2.Size = PureComponents. NicePanel.Panel HeaderSize.Medi um
PanelStyle1.Hea derStyle = PanelHeaderStyl e2
Me.NicePanel1.S tyle = PanelStyle1
Me.NicePanel1.T abIndex = 0
Me.AutoScaleBas eSize = New System.Drawing. Size(5, 13)
Me.ClientSize = New System.Drawing. Size(400, 273)
Me.Controls.Add (Me.NicePanel1)
Me.Name = "clsLoginScreen "
Me.Text = "clsLoginScreen "
Me.ResumeLayout (False)
End Sub
Private Sub clsLoginScreen_ Load(ByVal sender As System.Object, ByVal e As
System.EventArg s) Handles MyBase.Load
End Sub End Class

So that is the code that is being pulled out of the database
It is just a plain form with a nicepanel on it. Which intails need the
nicepanel assembly added.

Here is my code I am using to try to get the form to compile at run time
I make a direct call to the database rather then hitting the web service
in
the code below.

Dim cn As OleDbConnection
Dim sConnString As String = _

"Provider=SQLOL EDB;server=vsde v;UID=sa;PWD=sa ;database=proje cttracker"
cn = New OleDb.OleDbConn ection(sConnStr ing)
Dim ds As New DataSet
Dim cm As New OleDbCommand("s elect * from tblscreen", cn)
Dim a As New OleDbDataAdapte r(cm)
cn.Open()
a.Fill(ds)
cn.Close()
Dim provider As Microsoft.Visua lBasic.VBCodePr ovider
Dim compiler As System.CodeDom. Compiler.ICodeC ompiler
Dim params As System.CodeDom. Compiler.Compil erParameters
Dim results As System.CodeDom. Compiler.Compil erResults
Dim scriptType As Type
Dim instance As Object
Dim rslt As Object
params = New System.CodeDom. Compiler.Compil erParameters
params.Generate InMemory = True 'Assembly is created in memory
params.TreatWar ningsAsErrors = False
params.WarningL evel = 4
'Put any references you need here - even you own dll's, if you want
to use one
Dim refs() As String = {"System.IO" , "System.dll ",
"Microsoft.Visu alBasic.dll", "PureComponents .NicePanel.Nice Panel",
"System.Windows .Forms"}
params.Referenc edAssemblies.Ad dRange(refs)

provider = New Microsoft.Visua lBasic.VBCodePr ovider
compiler = provider.Create Compiler
Try
results = compiler.Compil eAssemblyFromSo urce(params,
ds.Tables(0).Ro ws(0).Item("scr eendescription" ).ToString)
Catch ex As Exception

End Try
If results.Errors. Count = 0 Then 'No compile errors or
warnings...
mAssembly = results.Compile dAssembly
End If
'Get the type from the assembly. This will allow us access to
'all the properties and methods
Dim err As System.CodeDom. Compiler.Compil erError
For Each err In results.Errors
MsgBox(String.F ormat( _
"Line {0}, Col {1}: Error {2} - {3}", _
err.Line, err.Column, err.ErrorNumber , err.ErrorText))
Next
scriptType = mAssembly.GetTy pe("clsScreens. clsLoginScreen" )

'Set up an array of objects to pass as arguments.
Dim args() As Object = {""}

'And call the static function
rslt = scriptType.Invo keMember("Stati cFunction", _
System.Reflecti on.BindingFlags .InvokeMethod Or _
System.Reflecti on.BindingFlags .Public Or _
System.Reflecti on.BindingFlags .Static, _
Nothing, Nothing, args)
So as you can see I pull the form out of the database. It is a windows
form.
But I think that I missing some stuff. When you create a form you get a
.vb
file and a ..resx file which i am not createing the resx file.
I did not think that you needed to create that file.

If you have any thoughts please let me know
Thank you
CC

Nov 21 '05 #2
Your IP address is still in a Real Time Spam Blocking List. Why is that?

So, if it is your IP address then why not use your domain name instead?

I just checked up & you are still on the SBL.

In my experience, RR (road runner) has been used to send out a lot of SPAM
in the past & this is my 8th year in fighting SPAM. Besides, road runner has
SPAMMED many SPAM traps therefore proving that its SPAMMING addresses.

In the UK are laws against SPAMMING private e-mail addresses; 2 years in
prison &/or $9, 000 fine. What about America?
Nov 21 '05 #3
I have no idea why road runners ip address is blacklisted.
I do not do any type of services from this node of ip's
There is no mail server running. In fact the only type of server that is
running is a windows xp iis.
Which is behind a firewall.

So why my ip address is in the list I have no idea execpt to say that I have
only had this ipaddress for about 4 months.
"Crouchie19 98" <Cr**********@d iscussions.micr osoft.com> wrote in message
news:11******** *************** ***********@mic rosoft.com...
Your IP address is still in a Real Time Spam Blocking List. Why is that?

So, if it is your IP address then why not use your domain name instead?

I just checked up & you are still on the SBL.

In my experience, RR (road runner) has been used to send out a lot of SPAM
in the past & this is my 8th year in fighting SPAM. Besides, road runner
has
SPAMMED many SPAM traps therefore proving that its SPAMMING addresses.

In the UK are laws against SPAMMING private e-mail addresses; 2 years in
prison &/or $9, 000 fine. What about America?

Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
5462
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- Hello, I have a very simple problem but cannot seem to figure it out. I have a very simple php script that sends a test email to myself. When I debug it in PHP designer, it works with no problems, I get the test email. If
23
3259
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application to create certain textboxes, labels, and combo boxes? Any ideas would be appreciated. Thanks
22
4055
by: Jeff Louie | last post by:
Well I wonder if my old brain can handle threading. Dose this code look reasonable. Regards, Jeff using System; using System.Diagnostics; using System.IO; using System.Threading;
2
5852
by: Steve Pierce | last post by:
I am having some issues with a runtime dropdownlist in a datagrid. The issue is that I cannot get ViewState to fill the selected index of a runtime dropdown properly on postback. I do not want to use template columns as they seem to be a little difficult to create at runtime. Any assistance would be very greatly appreciated. private void DataGrid1_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if...
18
3349
by: James Radke | last post by:
Hello, We are currently using a user DLL that when working in VB 6.0 has a user defined type as a parameter. Now we are trying to use the same DLL from a vb.net application and are having some problems getting it to work and we don't know why. Basically the function is accepting the parameters, and then returning an error and never performing the update.
1
4551
by: Juan Pedro Gonzalez | last post by:
Helo, I'm having problems here with the input buffer.... Ive defined the API call as: <System.Runtime.InteropServices.DllImport("kernel32", SetLastError:=True)> _ Private Shared Function DeviceIoControl(ByVal hDevice As IntPtr, ByVal dwIoControlCode As Integer, ByVal lpInBuffer As IntPtr, ByVal nInBuffer As Integer, ByRef lpOutBuffer As IntPtr, ByVal nOutBufferSize As Integer, ByRef lbBytesResturned As Integer, ByVal lpOverlapped As...
0
2161
by: Yelena Varshal via AccessMonster.com | last post by:
Hello We have a shortcut for our MS ACCESS application that uses a /Runtime switch because we may have some users that use Runtime. The application worked fine in Access 2000 and was tested with 2003 in the spring. Now that we started to use it with MS ACCESS 2003 (Full version) we are getting the error on the last form close when exiting the application. We don't have this error if deleting /Runtime switch from the shortcut.. The error...
1
1879
by: Kevin | last post by:
Hi all, I clearly have an issue with some pointers, structures, and memory allocation. Its probably pritty basic, but I'm a little stuck. Any help would be greatly appreciated. I'd like to instantiate an arbitrary number of arrays of arbitrary size in function_a, copy the pointers, store the data, and free any unused memory. My basic structure is as follows:
15
2063
by: colemanj4 | last post by:
Here is what I have so far, it loops while the PW is incorrect, or until cancel is selected. I want it to lock the tables for adds, deletes, and edits when cancel is selected, and if the PW is correct. I want this to run when the DB is opened, I would also like the text box to be starred (*) out when text is input. Thanks for your help. ==============================
0
8205
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8644
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8370
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7206
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4208
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2632
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1817
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1516
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.