473,543 Members | 1,807 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

1
2,189
thread by: John | last post Nov 20 '05 by: Sven Groot
I have a collection of properties from a WMI query and I want to recreate the collection and exclude duplicates and then enumerate. In VBScript I used the "Scripting.Dictionary" object and the "exists" method to weed out the Dups. Should I use the Idictionary in VB.NET or is there a more efficaint way? Don't see many IDictionary examples...
3
2,482
thread by: Mike Fellows | last post Nov 20 '05 by: Piedro
I want to use a datetimepicker to selct both Date and Time - but i cant find out how to let me select both it seems to me that it is either one or the other. If this is the case what can i use to select a Date AND Time quickly (getting the user to type them in isnt really an option as there guarenteed to type it all in wrong (dd/mm/yyyy...
1
641
thread by: CJ Taylor | last post Nov 20 '05 by: OHM
Alright, I cannot figure out what I'm doing wrong here. As some of you know I've been stripping out C1 out of my current project, and going back to native .NET controls. However, on one of my grids I have the following code... ....
2
3,674
thread by: Meena | last post Nov 20 '05 by: Meena
Hi every Body, I am using Crystal Reports with vb.net interacting with front end every thing fine, I still Have a doubt of the report is refreshing really or not. Dim crReportDocument As New rystalDecisions.CrystalReports.Engine.ReportDocument Dim strRecodSelectionFormula As String crReportDocument.Load("Report1.rpt")
4
1,934
thread by: LCAdeveloper | last post Nov 20 '05 by: Phill. W
I have had to move to Visual Studio.NET Pro. from Visual Basic 4.0 and am now starting to re-write our code. I was a bit surprised to find that Visual Basic.NET no longer supports fixed length strings, which is a pain as we use our own database format with specific, user-defined data types and random access files. An example module content would...
2
903
thread by: newbie | last post Nov 20 '05 by: newbie
Hello, suppose I have: Class A with property which is overridable 'paramA' Class B inherits from class A Overrides Property paramA() as Integer
3
933
thread by: SS | last post Nov 20 '05 by: Steve McLellan
Hi, How can I compile only the page/class that I am currently working on in VS.NET and not the entire project?. Thx Sal
1
1,068
thread by: news.online.no | last post Nov 20 '05 by: Armin Zingler
Hi Does anyone know where to find info on Aktive X controll for Windows media player. Howe to use propertyes, methode and events and so on. Regards Vidar Martinsen
2
1,142
thread by: Heatland | last post Nov 20 '05 by: Armin Zingler
Hi I have not done anything like this using VB. I need to draw many round shapes on a rectangular. Can anyone point me do a right direction on where to start or give me some example code? Thanks very much in advance.
2
1,170
thread by: frojask (frojask | last post Nov 20 '05 by: Armin Zingler
I have a problem assigning a control with index to an object type variable with SE no problem at all when the control isn't a member of an arra obviously, because of my application purpose, can't refeer explicity to the objec Objects in Form1 - Option1(0 - Option1(1 - Option Dim WithEvents MyOption As VB.OptionButto
0
733
thread by: Max | last post Nov 20 '05 by: Max
Hi guys, Anyone knows how to implement firing event to windows service program from a windows application or other windows service program in vs.net environment? Any response will be useful. Thanks. Max
11
2,321
thread by: Dave | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi. Could someone please tell me how I should correctly dispose of the CreateMeasurementGraphics reference to stop the memory leak in the following code: For x = 1 To 10000 Dim PrintDocument As New Printing.PrintDocument Dim g As Graphics =
2
966
thread by: amber | last post Nov 20 '05 by: amber
Hello I can't get my update command to work.. I've used the sqlDataAdapter wizard to create a dataAdapter sqlDA_CB_LP, and it created the 'UPDATE' code as follows Me.sqlDA_CB_LP.UpdateCommand = Me.SqlUpdateCommand Me.SqlUpdateCommand4.Connection = Me.SqlConnection Me.SqlUpdateCommand4.Parameters.Add(New...
3
1,839
thread by: TJS | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
need some help converting this to vb. -- won't compile on "HtmlTextWriter " ========== C# code ========================== protected override void Render(HtmlTextWriter writer) { private const string vMessage = "message goes here" //*** Render the page and retrieve into StringBuilder
1
1,799
thread by: Scott Meddows | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Does anyone know where I can get a winform control that can display TIFFs and somehow to display the pages by setting a property? Open source is appreciated. Thanks Scott
1
966
thread by: Stefan Richter | last post Nov 20 '05 by: Ken Tucker [MVP]
I need to check if all digits entered in several textboxes are numbers smaller then 100.000 When there is at least on error, I want to display an error message. When all errors are fixed, the message should disappear again. An errorcounter doesn't work, because 2 valid numbers would "delete 2 errors. Have I got to use an errorvar for every...
1
2,631
thread by: msnews.microsoft.com | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Does VB.NET support XML Documentation Comments like C#?
1
1,312
thread by: Brian Barnes | last post Nov 20 '05 by: Brian Barnes
Basically I am trying to syncronise a MS Access database with a MS SQL server Database and I am trying to use guid's via a VB (.NET) application (will eventually be a web service) to see weither a row is in the database or not. This is currently done by filling 1 dataset with the data from MS Access, and filling another dataset from MS SQL...
4
2,446
thread by: Dean Slindee | last post Nov 20 '05 by: Peter Huang
I would like to provide a menu item that the users can click that launches the same "Windows Security" window that doing a Ctrl+Alt+Delete launches, but thru a Process.Start. Is this possible, and what is the name of the ..exe and it's location? Thanks, Dean Slindee
4
952
thread by: Raymond Lewallen | last post Nov 20 '05 by: Steven H
Does anyone recommend a good source code control software other than Visual SourceSafe that integrates well with VS2003? One specific requirement we have is to require that comments be entered on an edited file before it can be checked in, which through our experience, VSS does not have a configuration for that kind of requirement. Thank...
2
1,181
thread by: Parveen | last post Nov 20 '05 by: Parveen
I have a data grid that's bound to a table in my dataset. After inserting a new row into the grid and populating it with data, I go to save my changes. My data adapter update command returns an error telling me that the last field that I populated has a value of NULL. If I wait a few seconds and try to save my changes again, then everything...
1
952
thread by: Peter | last post Nov 20 '05 by: Armin Zingler
Is there a simple way to list the contents of a system folder into an array?
6
1,136
thread by: CJ Taylor | last post Nov 20 '05 by: ron
Hey does anyone know of a program that can take an executable and turn it into a windows service... not xyntservice please... didn't work for us. Thanks, CJ
3
5,699
thread by: Max | last post Nov 20 '05 by: Max
Not sure exactly how to describe this or if it's even possible, so I'll do my best and would appreciate some suggestions. I'm currently working on a service that will allow me to automate some file and folder manipulations. While this question is not concerning the primary purpose of the program, I think it would be a nice addition. What...
3
1,132
thread by: David Vestal | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
How can I create and use a .NET System.Collections.Queue from within VB6 code?

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.