473,539 Members | 8,653 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

10
1,523
thread by: kp | last post Nov 20 '05 by: Nak
Hey, I figured it out. reader.InnerXML. Yes, I'm a genius once again. God, I'm beautiful. >-----Original Message----- >Hi, >
6
2,960
thread by: Yavuz Bogazci | last post Nov 20 '05 by: Armin Zingler
Hello, the following code selects recursively the Outlook folders and shows these in a Treeview. Everything works nice. I have the following problem: I would like have a TreeNode a text and two more values assigned to this TreeNode e.g. an UserID and a Text. These two information should not be visible. But if a user selects the TreeNode...
4
6,690
thread by: I.Charitopoulos | last post Nov 20 '05 by: I.Charitopoulos
The reason I want to do so, is that I am sending to DOS and I am pretty certain that it will not work. Everything I've tried so far hasnt. In my test environment (Windows to Windows) this works perfectly, but not when sending to DOS: Private Function bytearray2string(ByVal input As Byte()) As String Dim output As String
3
3,316
thread by: Les | last post Nov 20 '05 by: Chris Dunaway
I have made an app with vb.net 2002 and compiled it in the XP environment. It works great in this environment but when I install it to a computer running win98, I cannot communicate with the printer. I know the printer is communicating with the OS because I can print text with notepad. Does this application need to be compiled under the...
5
1,337
thread by: | last post Nov 20 '05 by: Kevin Swarts
Hi! I post this text 1 year ago. But no one really could give me an answer. This is the text that I posted long time ago: I have a fundamental question about The way .NET handles the object orientated way of Persistence. I am coming from JAVA and WebObjects (Apple) World and I am looking for a convenient way of working
14
1,365
thread by: Kenneth P. Graci | last post Nov 20 '05 by: Nak
ok all you smart people and low level gurus how do i detect the close of a combbox's drop down list? there must be a way and i'm to dumb to figure it out.
2
4,029
thread by: Shayne H | last post Nov 20 '05 by: Shayne H
I wanted to create a type-safe collection by inheriting from CollectionBase. Public Class MyCollection : Inherits CollectionBase I found that IList.Add did not allow the setting of a "key" to identify an object added to the collection. So to implement a "key" similar to the parameter allowed by the standard Collection object do I have to...
1
992
thread by: alex | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi, could anyone tell me how I can switch the language of an application through a menu. e.g. english, german, french and how can I let the user set a default startup language. I localized the forms but they start up in the locale of the system. I would like to change this behaviour. Thanks Alex
3
3,208
thread by: Jim Heavey | last post Nov 20 '05 by: Jim Heavey
Is there some way for me to identify if a particular drive is a CDROM or a Floppy drive or a local or network drive? -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
4
2,119
thread by: Jim Heavey | last post Nov 20 '05 by: Nak
Hello, I am trying to create my own little dialog box. Prior to returning, I want to ensure the information keyed in my dialog box is correct. If not correct, then the user must correct or cancel out of the dialog box. I set the "Cancel" button "DialogResult" property to cancel. The other button I set the DialogResult property to OK, BUT...
2
4,881
thread by: K.K. | last post Nov 20 '05 by: Dick Grier
I am writing program that will recieve or sent data to selected port (users can select which port they want to recieve or sent) but I don't know how or whick object I can use.
2
2,249
thread by: Jim Heavey | last post Nov 20 '05 by: Armin Zingler
Just a couple of general questions about errors related to accessing drives. I seem to remember in VB6 there were a list of error numbers you could test for when you attempted to access a drive, such as "Drive not ready". In VB.Net do I have to test for the specific text or is there a list of these error code and meanings? When I look of...
1
2,950
thread by: David Schwartz | last post Nov 20 '05 by: David Schwartz
I have the HoverSelection property on my ListViews set to False and the selected item still changes when you hover the mouse over an un-selected item. Any ideas why? Thanks!
13
21,230
thread by: kathy | last post Nov 20 '05 by: CJ Taylor
How to get form handle in .NET? I can get it in VB6 by Me.hwnd
6
5,588
thread by: Li Pang | last post Nov 20 '05 by: Fergus Cooney
I'd like to display data in a datagrid horizontally instead of vertically (ie, rotate datagrid by 90 degree). Anyone knows how? Thanks in advance
4
1,337
thread by: Mr. B | last post Nov 20 '05 by: Mr. B
If I want to have many rows (say 100) and about 20 columns of data, and be able, via a double click on a 'cell' to change the 'cell' text (say In to Out) and it's background colour (Red to Green)... and vis-versa... What should I use... a ListView or Datagrid? (or maybe there is another one to use?) I'll be wanting to open a file (TXT...
1
15,865
thread by: Brian Conklin | last post Nov 20 '05 by: Matt Evans [MSFT]
Hello Eneryone, I am having a problem. I have written a little app that will take a text "pipe" delimited file and place all of the values in to an Excel spreadsheet. It works great on any of my XP Pro machines. When I install the app on a Win2K Pro machine, I get the following error message: ************** Exception Text **************...
1
2,712
thread by: Zachariah | last post Nov 20 '05 by: Eric Westrom
I created a Windows Service and part of its functionality is to move a PDF file from a location on the service's local drive stInPath (C:\PDF\) to a location on another server stOutPath (\\123.123.123.123\C\PDF\) with this line of code: fs.MoveFile(stInPath, stOutPath) For testing I've been using the same code in a windows Application...
10
9,626
thread by: Hello | last post Nov 20 '05 by: Fergus Cooney
Hello, How to prevent user from moving the form at run time. At the same time, I want to keep my control box and form border. Thanks, Douglas ^^
2
2,986
thread by: DirectorDobek | last post Nov 20 '05 by: Fergus Cooney
I am using VB .net on an asp .net page When executing this code: Dim x As String = "" x = Replace(x, "xxx", "yyy") x = x.ToUpper() I get "Object reference not set to an instance of an object" error because the Replace() function returns nothing. Acording to the documentation it should return a Zero-length string ("")
4
11,830
thread by: One | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
hi.. how to get function keys(F1 to F12) when they are pressed? Thankx
5
1,361
thread by: Benoit Martin | last post Nov 20 '05 by: Fergus Cooney
Hello, I am not expecting to get THE fix for my problem but I need help to get started in the right direction In one of my classes, I instantiate an object inherited from the System.Windows.Forms.Form class. Most of the time this works good but every once in a while, the application crashes and goes back to the VS.net or Desktop...
37
3,205
thread by: R Tirchet | last post Nov 20 '05 by: Nak
hi i'm looking for an example of localization using resource files
2
2,248
thread by: Frank D | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
I have a slight problem with writing the if statement of the event Here is a C# example protected virtual void OnClick(EventArgs e) { if (Click != null) { //Invokes the delegates.
6
13,037
thread by: Thomas Schoch | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
I want to add a combobox to the save file dialog, where the user can choose an additional option. How can this be done in VB.NET? Thomas

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.