473,540 Members | 11,338 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

3
881
thread by: Warex | last post Oct 31 '06 by: pvdg42
Hello, Can someone tell me if there are any updates for .net 2002 to get up to date with 2005? Or do I need to download express 205 / buy it again? Bought 2002, just dont see why i need to buy it again.....
7
1,093
thread by: TClancey | last post Oct 31 '06 by: TClancey
Hi all. I'm having some problems with a project I'm working on. I have a Class Library which contains several Component Classes, each working independantly. It seems that I can't have two Component Classes that Inherit the same standard vb control, ie PictureBox. Do I have to create a whole seperate Class Library for each Component...
7
1,216
thread by: TClancey | last post Oct 31 '06 by: TClancey
Hi all. I hope someone can give me a few pointers on 'best practice' for an app I'm about to start. I'm writing a small and simple label design application, users will define text fields on the label in a GUI, some data may come from a database. The application will be able to connect to any standard database in time, but for the time...
0
905
thread by: Gustavo Arriola | last post Oct 31 '06 by: Gustavo Arriola
In ASP.NET 2.0: How I add an attribute to the tag <body>? From already thank you very much! Gustavo Arriola
5
1,142
thread by: Jon Doe | last post Oct 31 '06 by: tomb
Hi Sorry for this OT post. What is the norm when you have to use 2 or more machines when you develop? I use a workstation as my main developer machines, but quite often I need to use my laptop instead for variouse reasons. How does people tend to handle the issue with saving y our source code. I guess that I could use sourcesafe on my...
5
8,700
thread by: Marcus Smaby | last post Oct 31 '06 by: Dick Grier
I have been a user of the Mabry FTP.NET control for a long time. When I go to their website www.mabry.com I get a page not found message. I have been doing this for 3 weeks now. I am hoping someone knows their status as I need to update some controls I have from them. I m hoping they have DotNet 2.0 versions. Also, Can I use controls...
2
6,348
thread by: sgr | last post Oct 31 '06 by: De Roeck
How do I search an user into the active directory from a vb.Net application? Thanks for all.
0
1,655
thread by: Mark | last post Oct 31 '06 by: Mark
I want to create a user control inherited from a TextBox with an associated label (let's call it a LabelTextBox). The trick is that I want the control to inherit from TextBox and have all of its properties available rather than the default properties of the user control. I also do not want to have to expose the Textbox properties one by one...
4
7,430
thread by: Justin Fancy | last post Oct 31 '06 by: ImageAnalyst
Hi everyone, I need to replace all instances of a double quote(") with two single quotes('') in a text file. I already have some replacements of strings going on, but I tried this one, but the syntax is being read wrong. Here is the code: lineFile1 = sr.ReadLine
1
1,662
thread by: surimca2002 | last post Oct 31 '06 by: ImageAnalyst
How do u copy multiple files from a lsbox to somewhere else? Does a CopyFile method work in this case? If so, how do I manage to copy multiple files? using vb.net pls give me solutions asap.
0
1,147
thread by: Matt | last post Oct 31 '06 by: Matt
Good afternoon all, I have a VB.NET 2005 application that I'm looking to add some functionality to. The basic idea is to have a place where the user can create a little sketch and save it. When the user saves it I need to (behind the scenes) save the picture file and the location of the picture file. I'm going to put the location of the...
1
1,011
thread by: Dave | last post Oct 31 '06 by: aaron.kempf
Hi folks - extremely new to this, so I've been hunting up online example to allow me to create a simple web front end to a SQL DB. I was doing well with a demo but I'm stuck and I'm not sure of the next step. This is the example in question: http://www.wherecanibuyit.co.uk/ASP/advanced_gridview_with_edit_and_insert.html Under "Adding a...
2
1,368
thread by: Paul | last post Oct 31 '06 by: The Grim Reaper
I'm sure this isn't a difficult question, but I've been struggling trying to insert the current date into a sql server field. I've tried numerous suggestions that I've seen in newsgroups and everything either gives an error or puts 1/1/1900 in the field. The code I'm trying is: Dim sqlCMD As New SqlClient.SqlCommand("Insert Into...
5
1,712
thread by: Esha | last post Oct 31 '06 by: Fred
I was asked by my boss to create representation of data by Graphs in VB 6 application. I checked the features of VB6 Graph control as well as Excel graphs. They are not good enough. I tried to find any third party ocx and all I found do not look good enough either. I found several .NET controls that look good. I was wondering if it is a...
3
1,862
thread by: Rich | last post Nov 1 '06 by: Tom Shelton
I am writing two programs that are part of a Bulletin board system. The program works right, but when information is downloaded, the server program refuses to send more than 9 Kilobytes of data to the client. How can this be fixed? The code is: Server (Running in a separate thread from UI): H: Const portNumber As Integer = 8000
4
1,321
thread by: Jeff | last post Nov 1 '06 by: susiedba
Hello, I recently lost my VB6 Enterprise CD during a move to a new location. I have VB6 installed on a family computer and have not taken that computer with me. Is there any way to transfer the VB6 program from that computer to my new computer?
1
944
thread by: Tim | last post Nov 1 '06 by: aaron.kempf
I am trying to access an MS SQL Server over a Novell network from a VB.net program and I can't get the connection string to work. It works on other clients that use Windows networks. Anyone know what I need to do differently for Novell. Thanks, Tim
2
1,471
thread by: Elmo Watson | last post Nov 1 '06 by: aaron.kempf
Can anyone point me to an example that shows how to interate through the file system, at a given starting point, listing files, plus Subdirectories, then, all the files and subdirectories in them also?
0
871
thread by: David Cox | last post Nov 1 '06 by: David Cox
In VB 2005 Express how do you bind controls to a query? For example say I have a table with three columns. Column1 is Gross Weight, Column2 is Truck Weight, Column3 is CropId. I would like to display the Net weight and the Bushels on a form. I can create a query, using the table tblWeights and the related table tblCrops, that has all the data....
2
5,015
thread by: TC | last post Nov 1 '06 by: TC
Hello, I need to build a very simple text editor. The requirement is that the input screen should be divided into 'm*n' cells ('m' rows, 'n' columns, with each cell of a fixed size). Whenever the user wants to input text, he will click on one of these cells, and then enter the text. The text should then be visible inside the cell. From...
0
711
thread by: Engineerik | last post Nov 1 '06 by: Engineerik
vs2005 I want to add undo and redo buttons to the toolbar in my app. I have added Edit_UndoHS.png and Edit_RedoHS.png to my imagelist with color depth set to 32bit. The nuttons look great in the IDE but run the app and the image on the button appears to be using a lower resolution so it looks very sloppy with unsmooth edges. Is there some...
1
1,134
thread by: Steve Long | last post Nov 1 '06 by: Nick Chan
Does anyone know is there is a way to automatically generate properties from the fields in a class in VB.NET 2003? So, I type in all of my private fields and now I want to populate the class with properties to match. Is there a code gen to do this or is there a macro I can write or something? Anyone point me in the right direction? Thanks...
0
1,068
thread by: Bob Roggy | last post Nov 1 '06 by: Bob Roggy
I would like to write transaction activity to a journal table, specifying Add, Update, or Delete and some information regarding each transaction when a user works in a datagridview. I have tried: Dim deletedChildRecords As dsVersaPress.RoutingDataTable = _ CType(DsVersaPress.Routing.GetChanges(Data.DataRowState.Deleted),...
4
6,359
thread by: John Dann | last post Nov 1 '06 by: Phill W.
I'm trying to implement a fairly simple Treeview procedure but running into problems. My Treeview has just two levels of nodes: top-level and one child level. I want a doube-click on the Treeview to do one of two things: If the double-click was on a top-level node then the default action of exapnding/collapsing the node should be allowed...
1
3,247
thread by: Shane | last post Nov 1 '06 by: Phill W.
Is there a way to change the HideSelection color in a treeview? I'm using the treeview as a replacement of a tab control. The grey background doesn't stand out well enough, when the treeview loses focus. I could just not use the HideSeletion property and change the node color when I Leave or Enter the tree control, but there are often more...

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.