Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Detect scroll in a ListView
roidy - 4 Jul 2009 6:57 PM - 5 messages
How do I detect when a user scrolls a ListView control? Thanks Rob ...
Score OpenFileDialog and ApplicationSettings (FileName)
eBob.com - 4 Jul 2009 1:30 AM - 7 messages
In a very simple application I found that if I setup ApplicationSettings to remember FileName, InitialDirectory, FileFilter and FileFilterIndex, InitialDirectory seemed to be the only thing which was remembered across invocations. I just coded the most simple program I could imagine and setup the ...
Score How to Get a URL from a Shortcut in Favorites
Charles - 3 Jul 2009 4:59 PM - 3 messages
I want to get the URL from a shortcut, read from the favorites folder. Can anyone tell me how to do it? The purpose is to be able to browse to the URL programmatically, and also to extract the domain and other information. ...
Score HD Monitor
win - 3 Jul 2009 12:55 PM - 2 messages
I have a folder monitor and record all events in a file log. For example, changes and creation of files. How you can develop it? Thank you. ...
Score Problem with System.Drawing.Bitmap()
Anthony P. - 3 Jul 2009 6:09 AM - 3 messages
Hello Everyone, In my form_load() method, I have the following code: sPath = System.IO.Path.GetDirectoryName( _             System.Reflection.Assembly.GetExecutingAssembly().GetName ().CodeBase()) PictureBox1.Image = New System.Drawing.Bitmap(sPath & "\data\pic- ...
Score Encrytion Component
Samuel - 2 Jul 2009 9:58 PM - 3 messages
Hi I am looking for a library (dll) that will zip a string and encrypt that is good and not expensive. Thank you ...
Score Addin to trap email item open
John - 2 Jul 2009 5:40 PM - 3 messages
Hi I am trying to write an add-in in vs2008 for OL2003. Is there a way to trap the item open event i.e. when a mail item is opened by user? This is to give user choice of either opening the mail item as normal or allow the add-in to ...
Score structures in VB.Net
sid - 2 Jul 2009 3:42 PM - 12 messages
I am trying to use the vb.net upgrade wizard in vs5 to upgrade an old application. But the IDE shows some errors that I don't now how to fix. The wizard though an error: Normal      UPGRADE_WARNING: Couldn't resolve default property of ...
Score LINQ and Reflection
Evan Nielsen - 2 Jul 2009 3:03 PM - 2 messages
I have a piece code where I am traversing an objects properties to eventually get to a string property at the end of the tree. I am storing a string in the database that is formatted as such: <property name>.<property name>.<property name>.<property name> ...
Score Detect Default namespace (Unkown)
AGP - 2 Jul 2009 7:48 AM - 4 messages
I am trying to parse out an XMl file and have it all working except there are occasions whe the default namesapce will change and i need to account for it. The namespace can be xmlns="http://data.usgs.gov/mag/1.0" ...
Score Add Line Break to mail body
Elyaho - 2 Jul 2009 7:46 AM - 9 messages
i am trying to send mail through smtp it is working properly but the line breaks in the mail body are not displayed. if someone could help please ...
Score list of all files
win - 2 Jul 2009 7:37 AM - 6 messages
I have to write a list of all files of  hd in a text file with the file name, date, etc. .... Is there any mechanism or method known or ready and quick? Thanks ...
Score Re: serialport adn encrpyted data
friend - 2 Jul 2009 6:33 AM - 2 messages
On Jul 1, 2:38 pm, cloud <fren***@googlemail.com> wrote: > Hello All, > > Does the serial port can send send encrypted data to the remote > device. > > When I try send this my application gets blocked. > Do we need to convert all these characters into string and then > sending through serial port ?? > How can this be done ?? > > The data is something like this. > 》ㄡ⑯ᅃ遹越౫ங䀎ဠ驨郟骑蛟誐?⮋☺⸧吣⁁馐⻟舉 匞ٕ嘅䔈ĉ啋ᕕ獌℠琼㠿归豩톗㴠丕 䐁፴攏?貊蛟麚玍❵漻弩‘鞜掚 > Thanks to everyone solved.....thanks ...
Score Using Shell with Excel
BigRuss - 1 Jul 2009 10:20 PM - 3 messages
How do I use the Shell command to open an Excel file (named "MyFile.xlsx"), with  read-only status? Any help would be appreciated.  -- Russ ...
Score Serializing Custom Generic Collection (Of InterfaceType)
Mythran - 1 Jul 2009 4:42 PM - 5 messages
We have written a generic class NameObjectCollection(Of T) that inherits from NameObjectCollectionBase and implements IXmlSerializable.  We have an interface class IBaseCondition and several classes that implement IBaseCondition (StringCondition, NumericCondition, etc.).  We have another class (SearchCriteria) that has a property (Conditions) which is defined as ...
Score Inherited form: prevent the Load-event from firing for inheritors
Olaf Rabbachin - 1 Jul 2009 2:09 PM - 3 messages
Hi folks, I have a base-form that allows for canceling the loading of the form (during the Load-event). If loading the form actually is canceled, I simply issue a .Close on the base-form. However, the Load-event is still being fired for *inherited* ...
Score vb.net and Ms SQL Connection ?
Deasun - 1 Jul 2009 1:31 PM - 13 messages
Morning, I have a very strange probelm. In my code i set the SQLConnection objects connections str. Then I do Connection.open. The app never comes back or errors out when I know there is no connection. How long is the attempt suppose to take. ...
Score Using "Me"
Harry Strybos - 1 Jul 2009 6:24 AM - 15 messages
Hi all I use DevExpress CodeRush/Refactor Pro etc and I notice this suite advises against using the "Me" qualifier, claiming it is redundant. My concept was that full qualification of an object method was a good idea (in any project)? e.g: ...
Score DataGridView Event
John Wright - 29 Jun 2009 10:01 PM - 6 messages
I have a datagridview on my form that has two columns.  Column 0 is a checkbox, column 1 is a text field.  When a user checks or unchecks the checkbox, I need to get a count of all the checked items in the datagrid.  I ...
Score Add Code to support NON-Unicode
M.K - 29 Jun 2009 5:07 PM - 4 messages
Add Code to support NON-Unicode Hi all, please any one can help me to change the below application code to suport NON-Unicode language. The issue when i splite any CSV file by below application, i cant read the non english language ...
Score Web server is not running ASP.NET version 1.1.
BobAchgill - 29 Jun 2009 4:13 PM - 6 messages
I tried to start a new ASP .Net project and got this error. ERROR: Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1.  You will be unable to run ASP.NET web applications. ...
Score Bulk insert into vb6 res file
Michael G - 29 Jun 2009 2:30 PM - 2 messages
Hi . I am lookig for way to insert hundreds of strings into vb6 res file Thank you Michael G ...
Score Suggestion for Modbus control?
John Dann - 28 Jun 2009 9:38 AM - 3 messages
Can anyone recommend a cost-effective Modbus control for use under ..Net? Requirements are very simple - I just need to be able to read a few Modbus registers from within an application, so nothing elaborate needed at all. But because it's just a small part of the app, I don't ...
Score Using WPF with a "normal" windows app
Lloyd Sheen - 28 Jun 2009 12:06 AM - 9 messages
I was wondering if there is any way to incorporate a WPF form within an existing windows app. Have googled but this is the type of question that is hard to phrase to get results. Alternative if it won't work is to create a form with a browser control and ...
Next » 2 3 4 5 6 7 8 9 10