all groups > vb.net > june 2007 > threads for friday june 15
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Send simple EMail
Posted by Tony M at 6/15/2007 11:46:04 PM
VS 2005 - XP media - VB .net - winforms - .net 2.0
Just trying to send an email, here is the code and the error message that I
get. I can't figure out how to fix it?
'create the mail message
Dim mail As New MailMessage()
Dim smtp As New SmtpClient("http://m... more >>
excel interop - how to avoid late binding?
Posted by GS at 6/15/2007 11:27:36 PM
I have installed the ms PIA for ofc XP, and followed the article
http://support.microsoft.com/kb/247412/
trying to paste into a worksheet
However I got late binding not allowed errors
....
webOCWraooer,Copy // get the desired data into clapboard
'Create a new workbook in Excel
D... more >>
issues with FindFirstFile API call
Posted by Comcast Newsgroups at 6/15/2007 9:54:07 PM
Hello everyone,
I am programming in Visual Studio 2002, VB.net. I typically stick to
version 1.0 of the framework for compatibility reasons. Recently, I ran
into an issue that I couldn't solve with the framework. I am working with
file paths that exceed that MAX_PATH ANSI limitati... more >>
Identify JPG files
Posted by Mobileboy36 at 6/15/2007 2:29:05 PM
I'm searching a way to identify jpg files from a digital cam
Let's say we have 2 digital cameras C1 and C2 and 2 files JPG001.jpg from C1
and JPG001.jpg from C2. Is there a way to distinct the 2 files from each
other, reading a certain position in the stream of bytes? Or better, does
anyone... more >>
SendMessage WM_SETTEXT Issues
Posted by Necromis at 6/15/2007 1:17:46 PM
Ok, I have gotten my head around things better regarding SendMessage
and FindWindow functions. However, I am running into an issue with my
code still. The program I am working with is EXTRA! by Attachmate. It
is a mainframe terminal. Here is the issue and strange part of it. It
is accepting send... more >>
Passphrase to hexadecimal WEP keys
Posted by IPProblen NO[at]SPAM aol.com at 6/15/2007 10:37:06 AM
Does anyone know the algorthims that converts a Passphrase to
hexadecimal WEP keys. my card cannot do it and when Ii travel it is a
PITA
TIA
... more >>
any way to control frontpage
Posted by GS at 6/15/2007 2:05:46 AM
from vb .net, how can I control FrontPage (2002, and possibly 2003, 2007)
open an instance of FrontPage
paste into a new document
save as html but setting the image action to not save
why?
not good at html parsing and don't have time to learn , code and debug such
rather complex... more >>
Setting the System's ShortDate Format in RunTime
Posted by Connull at 6/15/2007 1:19:01 AM
Can anybody assist me on the code to set the System's ShortDate format to
yyyy/MM/dd at runtime?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Weird problem with connection strings
Posted by Harry Strybos at 6/15/2007 12:00:00 AM
Hi All
I have a really strange problem occurring in my application. When I read in
the application settings for connection strings the following happens:
Here are my connection string settings -
<connectionStrings>
<add name="TRM8.UI.My.MySettings.TRM8" connectionString="Data
Source=SQ... more >>
|