Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Passing a string
freddy - 29 May 2009 8:06 PM - 2 messages
I would like to enter aN ipaddress or computername in a textbox and pass it to a program like so:         Dim objProcess As System.Diagnostics.Process         objProcess = New System.Diagnostics.Process() ...
Score RE: ADO.NET Sucks
Cynical Coder - 29 May 2009 6:48 PM - 5 messages
Never Mind -- I had a bad where clause From [link] Posted via DevelopmentNow.com Groups [link] ...
Score VS.NET 2003 to VS.NET 2008 conversion
Amritha.Datta - 29 May 2009 2:10 PM - 5 messages
Hi -, We are planning to convert our current project which was developed in .NET framework 2.0 and VS 2003 to .NET framework 3.5 adn VS 2008. I am not much familiar with the advantages being converting the project to .NET 3.5. Only thing that I know is we will get MS support ...
Score Equality Test For Objects
Nathan Sokalski - 29 May 2009 3:48 AM - 11 messages
I have two objects that I need to compare the values of. The declaration of the object is: Dim mylist As New Collections.Generic.List(Of Integer) How can I compare the values of the Integers in the List? Thanks. ...
Score Local Authenication when AD Authenication Fails
Brian - 29 May 2009 1:51 AM - 2 messages
Hello, I've created a login form that authenicates with the active directory.  What I am trying to figure out is... when the AD is not there or the server is not operational,  I would like to authenicate with local creditials...... ...
Score Selecting dates in SQL Server
Kevinp - 28 May 2009 11:08 PM - 5 messages
I have a table with a date field and one of the rows has a date value of '2009-03-31 16:39:16.000'. I'm trying to use a SELECT statement like this: SELECT * FROM MyTable WHERE fldDate >= '01/01/09' ...
Score getting error on record duplication
Co - 28 May 2009 7:45 PM - 17 messages
Hi All, I have following code to duplicate records in a database table: When I duplicate one record everything works but when I try to add more records I get this error: "Conversion from type dbnull to type string is not valid." ...
Score automating ie or webbrowser control
Scott Baxter - 28 May 2009 7:35 PM - 4 messages
Hello, In VB 6 I could easily get to the document object of either internet explorer, or the web browser control, and get all the links, etc. through arrays. In VB.net I can't even seem to assign the document object to a variable ...
Score Define irregularly shaped area in UserControl where controls may be dropped
Olaf Rabbachin - 28 May 2009 3:21 PM - 4 messages
Hi folks, I have a UserControl that consists of two areas - a header and a content area. Users are to drop controls only in the content area. While this wouldn't be much of a problem if I added i.e. a panel control, the ...
Score store the data that is entered in the datagriview
friend - 28 May 2009 2:19 PM - 4 messages
hello all, I am filling the datagridview with a class containing 2 properties. sample code as below: Public Class DataGridData         Private mName As String         Private mName1 as string ...
Score Using the Cast Extension Method To Convert To String
Nathan Sokalski - 28 May 2009 7:51 AM - 2 messages
I have a variable declared as followed: Dim mylist As New Collections.Generic.List(Of Integer) I want to use the String.Join() method to get a String like the following: "1 3 5 7 9 2 4 6 8 0" ...
Score Visual Studio 2008 hogging memory
Steve - 28 May 2009 7:43 AM - 11 messages
Hi All I am using VS 2008 Professional (VB) and find several times a day I get an 'Out of memory' error when working in the design environment I have to close VS then restart When I check the processes (ctrl-alt-delete) it shows devenv.exe mem usage ...
Score Reng reng reng
imuaplease - 27 May 2009 4:58 PM - 4 messages
This is a phone ringing I just would like to kindly remind you That i have been around here for really too long When my lift off the country should have been earlier What do you think ? ...
Score store the data that is entered in the form
friend - 27 May 2009 3:32 PM - 3 messages
hello all, is it possible to store the data that is entered in the form for example 1. we have a datagridview in the form and we entered some values during run time 2. form is closed 3. when next time the form is loaded is it possible to have the values ...
Score exporting dataset to Excel is slow
BillE - 27 May 2009 3:11 PM - 4 messages
I am exporting data from a dataset to an Excel spreadsheet.  The datatable can contain thousands of rows. I have tried using Excel interop and writing the data cell by cell, and I have tried using ADO OLEDB, creating a table in an excel workbook and ...
Score partition numbers in four terms
Pascal - 27 May 2009 11:43 AM - 26 messages
hello all I try to find a class able to store in an array or a collection or something like that (I don't know what will be the best practice) all the different combinations of the partitions of any integer in four terms : ...
Score Converting from Access
John - 27 May 2009 4:50 AM - 4 messages
Hi Is there a utility that will convert an access app to either vb or vb.net? Many Thanks Regards ...
Score 32bit 64bit
Darin - 27 May 2009 1:12 AM - 4 messages
If i compile my VB.NET application for AnyCPU, is there a way at run-time to force it to run 32bit on a 64bit OS? Darin *** Sent via Developersdex [link] *** ...
Score My.Settings
pregis - 26 May 2009 11:04 PM - 2 messages
Hi, I recently had a great deal of information stored in various My.Settings variables.  Out of what seems like nowhere, the information in those variables has been cleared out.  The variables are still there, just empty.  ...
Score ListView - Caching Thumbnails?
Dale Atkin - 26 May 2009 7:26 PM - 7 messages
I'm using the listview control to display thumbnails for a number of relatively large images (~4MB each). I was thinking, it would speed things up if I could cache a thumbnail for each image, and display that, rather than the actual image. I'm not really ...
Score windows mobile pocketoutlook
Michael Courter - 26 May 2009 6:54 PM - 4 messages
anybody know how to add contacts to pocketmobile using vb.net? tia, mcnewsxp ...
Score VB6 to DotNet conversion/upgrade programs?
dgk - 26 May 2009 6:14 PM - 3 messages
Does anyone have a recommendation (or non-recommendation) for 3rd party VB6 upgrade programs? ...
Score System.IO.File.Copy + NTFS Streams + special ACLs
Peter Gibbons - 26 May 2009 5:29 PM - 8 messages
Hello, when I try to copy a file with System.IO.File.Copy I get a "System.IO.IOException: The operation completed successfully". File summary information was added to the file with then Windows XP Explorer file property page. It writes the information to an alternate ...
Score disabling MdiParent during load causes incorrect MdiChild to be ac
Karen - 26 May 2009 4:18 PM - 2 messages
Hi, I don't know if this is something that works as designed, or if this is an error... I have an MDI application that loads a few MDI Children on startup.  While it initially loads, I want to prevent the user from being able to click in ...
Score VS2010 for database developers
John - 26 May 2009 3:18 PM - 6 messages
Hi What is new in vs2010 for winform database apps developers? Thanks Regards ...
Score How to catch page redirect
Abc - 26 May 2009 12:22 PM - 4 messages
I have some code for loading HTML od web page: String Something = ""; System.Net.WebClient WC = new System.Net.WebClient(); Something = WC.DownloadString(txtSomeAdress.Text); txtResult.Text = Something So, what is problem. If some page is redirecting to another page, than I got ...
Score Get WMI Data using aspx
manfredfield - 26 May 2009 12:22 PM - 2 messages
Hi, I'm looking to create a web page where our users can go to so we can gather information about their PC to help our support staff. I need to get Processor, Memory and Office Version. I know i can use WMI but when I run it ...
Score System icons in Listview
Ty - 26 May 2009 11:06 AM - 4 messages
I am using the following code to add the system associated icons to a listview and seem to be having trouble. When the project is run it seems like there should be an icon as the text is moved to the right enough for where the icon would be, but ...
Score Help with Event handler, withevents, raise events
Ty - 25 May 2009 8:51 PM - 8 messages
I have a class that I have created that inherits the Treeview. It handles and raises an event. The event fires but the sub for the form never sees the event. Here is my code. CLASS Imports System.IO Public Class DirectoryTreeview ...
Score many listviews, one common context menu strip
Dean Slindee - 25 May 2009 1:13 PM - 3 messages
VS2008: I have one context menu strip connected to several listviews.  In the code in the context menu_Click , I would like to know which of several listviews was used to invoke the context menu item.  Is this possible? ...
Score save treeview state and call from another form
Co - 25 May 2009 1:07 PM - 9 messages
Hi All, As a follow up of my previous question concerning calling functions from another form I created this: Public Class TreeViewState     Inherits Explorer1     Private tt As New Dictionary(Of String, Boolean)     Public Sub RestoreTreeViewExpandedState() ...
Score ISAM not found
friend - 25 May 2009 1:06 PM - 3 messages
Hello all, Dim MyConnection As System.Data.OleDb.OleDbConnection Dim MyCommand As System.Data.OleDb.OleDbDataAdapter MyConnection = New System.Data.OleDb.OleDbConnection ("provider=Microsoft.Jet.OLEDB.4.0;data source='C:\test.xls';Extended Properties=Excel 8.0;HDR=YES;") ...
Score Bitmap from a file
John - 25 May 2009 4:31 AM - 7 messages
Hi How can I create a bitmap from a JPG file scaled to a certain height and width? I have checked in help and found Bitmap.Bitmap(Image, Size) constructor but can't seem to find an example on how to use it. ...
Score windows.forms.controls
Number Eleven - GPEMC! - 25 May 2009 3:05 AM - 6 messages
I'm embarrassed to admit that I seem to have lost "windows.forms.controls". I want to use it to plug an aplication into a spell checker. I'm using VS2005, with framework.NET v2.050727 to avoid ticking off ...
Score I'm looking for liberies to *.wav, or to speech
ptpwjp - 24 May 2009 5:30 PM - 2 messages
I'm looking for library having such functions or procedures: to stick several *.wav, to  do loud *.wav,  to change speed, tone, or something similar. I want to used  searched library in Visual Basic. The searched library must be free for individual user. ...
Score is it save to call functions from another form?
Co - 24 May 2009 10:24 AM - 13 messages
Hi All, I want to call a function from another page. I've made it Public but still it doesn't recognize it. called from form frmZoeken: Explorer1.AddFolder2Database(nodeID, sNewFolder) Explorer1.TreeView.Refresh() Marco ...
Score Bracketed types
Mike - 24 May 2009 9:19 AM - 28 messages
Can someone explain why/when someone would use a type with square brackets? For example im myArr As [String]() =  {"1", "2", "3"} vs im myArr As String() =  {"1", "2", "3"} Whats the difference? ...
Next » 2 3 4 5 6 7 8 9 10