|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
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() ...
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] ...
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 ...
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. ...
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...... ...
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' ...
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." ...
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 ...
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 ...
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 ...
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" ...
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 ...
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 ? ...
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 ...
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 ...
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 : ...
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 ...
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] *** ...
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. ...
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 ...
Michael Courter -
26 May 2009 6:54 PM - 4 messages
anybody know how to add contacts to pocketmobile using vb.net? tia, mcnewsxp ...
dgk -
26 May 2009 6:14 PM - 3 messages
Does anyone have a recommendation (or non-recommendation) for 3rd party VB6 upgrade programs? ...
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 ...
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 ...
John -
26 May 2009 3:18 PM - 6 messages
Hi What is new in vs2010 for winform database apps developers? Thanks Regards ...
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 ...
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 ...
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 ...
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 ...
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? ...
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() ...
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;") ...
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. ...
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 ...
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. ...
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 ...
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? ...
|
|||||||||||||||||||||||