vb .net, registry, HKLM\System\CurrentControlSet, Security
Fri, 02 Jul 2010 19:37:46 +0200
Hello
I'm writing a small program un vb.net 2005, and i need a read access to
the keys of HKLM\System\ControlSet\Enum.
It's working under Windows2000 and probably XP, but not with Vista and
Seven, where the securities are stronger.
It must work for regular users
Here the piece of code, and i have a secur ...
|
vb.net forms error
Thu, 1 Jul 2010 15:04:49 -0700
When I am debugging a vb.Net 2008 windows application and click on the
'next' button, I am getting the following error:
'An unexpected error has occurred. The 'Microsoft.jet.oledb.4.0'provider is
not registered on the local machine'.
I think that I may need to change some setting I have in the v ...
|
Final Reminder - Microsoft Responds to the Evolution of Community
Thu, 01 Jul 2010 12:35:28 -0700
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past ...
|
SmtpClient authentication
Thu, 1 Jul 2010 12:01:46 -0400
Hi
I'm trying to add simple email capability to a program I wrote but when I
send the mail the responce from the server indicates thet I need to use
authenticain.
I have no clue as to how to do that. Here is the code I'm using. Can anyone
help please?
Thanks
Mickey
Public Sub SendMail(ByVal strFrom A ...
|
GridView set BackColor dinamically ERROR!
Thu, 01 Jul 2010 10:43:49 +0200
Hi all,
as specified in the subject. I get this errore message:
"DataBinding: 'System.Data.DataRowView' does not contain a property with
the name 'date_es'"
I don't know what it could be! :(
Any help would be appreciated, thanks in advance.
MC.
*** ASP.BET ***
I'm trying to set BackColor din ...
|
Write to excel with odb
Wed, 30 Jun 2010 17:58:29 -0500
net newb here...
i found this intro but dont' know where to go from here
Sub WriteExcelFileWithJet()
'If your purpose of use Excel is only to store data in a sheet, you do not
need to run Excel application at all. Simply use MS Jet OLDDB driver and
.NET System.Data.OleDb name space (OleDbConnection) to quer ...
|
SMTP: Bad Sequence of Commands
Wed, 30 Jun 2010 08:22:18 -0700
Hi,
I'm trying to generate an email programmatically, by sending it to our SMTP
server. However I get the following error:
Bad sequence of commands. The server response was: Bad sequence of commands
Here's the code snippet I'm using to send the message:
Public Sub SendMail(ByVal strFrom As String, ...
|
|
|
Prerequisite in Setup projects...
Wed, 30 Jun 2010 05:01:16 -0700
Hi all,
I done a project that uses .net Framework 3.5 Client Profile. I done a new
installation project that refers to that project.
I setted .net Framework 3.5 Client Profile and Windows Installer 3.1 for
Prerequisites into the setup project. When I try to run the setup into a PC
with Vista, it installs t ...
|
Good bye
Tue, 29 Jun 2010 22:57:01 +0200
Hello,
since MS will close this newsgroup on July 1st, I would like to say good
bye to you. I got good help in this newsgroup and I would like to thank
you all again for it.
FYI: For some time I have been using the Community NNTP Bridge and can
be found in MS's forums (more reading then writing though). ...
|
For cycle and Extension attribute
Tue, 29 Jun 2010 02:37:25 -0700
Hi,
1.
In VB2010 the type (T) of the control variable of a For...Next cycle must
have the following operators:
Public Shared Operator >= (op1 As T, op2 As T) As B
Public Shared Operator <= (op1 As T, op2 As T) As B
Public Shared Operator - (op1 As T, op2 As T) As T
Public Shared Operator + (op1 As T, op2 ...
|