473,544 Members | 2,322 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

3
5,913
thread by: Peter Neuburger via .NET 247 | last post Nov 20 '05 by: Ken Tucker [MVP]
(Type your message here) -------------------------------- From: Peter Neuburger Hi Everybody, I need some help with the WMI Terminate Method. I have a Listbox where I get all the Process Information using the WMI Win32_process
3
7,958
thread by: keali | last post Nov 20 '05 by: keali lim
for example: A1 = 123 A1=123000 <- final result A1 =1234 A1=123400<- final result A1=1 A1=100000<-final result
2
1,001
thread by: Nice Chap | last post Nov 20 '05 by: CJ Taylor
We are experiencing problems during data binding. If the text property of the control is bound to a datacolumn, when the user clears the field and tabs out, the textbox puts the original value back. This is particularly for Date and numeric fields. I feel that the datarow is rejecting the value being passed ( which would be string.empty? and...
3
1,305
thread by: Support | last post Nov 20 '05 by: Anand[MVP}
Hello: I have done some research on the following but still not clear as what mechanism is preferable PROBLEM: In a VB.NET environment, I will have two applications. Application (A) will do some windows/database stuff which results in a value being "returned" Application (B) contains a text field and a button which opens application (A)
2
1,017
thread by: Jeff | last post Nov 20 '05 by: Jeff
Greetings, Ho do I get a handle to an application's instance in VB.net? Thanks, Jeff -------------------------------- Jeff Morhous
8
4,186
thread by: JC | last post Nov 20 '05 by: Cor Ligthert
I have created a data adapter (CheckVacationHrsDataAdapter1) and generated a dataset (CheckHrsVacDataSet1) in the form designer. What I would like to do is query this dataset, find the sum of TotalVacationHrs per EmployeeID, and put this sum in a text box. How do I load my dataset at runtime in order to query it? Here is my query...please help ...
5
921
thread by: Michael Riggio | last post Nov 20 '05 by: Cor Ligthert
Hi, I was wondering if there was a way to create (not convert) visual basic projects in visual studio .net that does not use the .net framework (i.e. a traditional vb 6 project). Thanks! -Mike
10
8,614
thread by: Tom | last post Nov 20 '05 by: Cor Ligthert
I want to be able (at run time) to center a control (like a text box) inside a group box. Whats the best way to calculate this? Is there something in the framework that tells you the area INSIDE a group box? And how does one account for the wierd groupbox margins? (i.e. the top line, where the name is, seems bigger than the rest of the...
1
1,101
thread by: Tom | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi I have a usercontrol that inherits from System.Windows.Forms.Usercontrol. As the Text property is not visable in the IDE by default i am shadowing the property because i want ot use it on the control. This works fine and within the IDE i can set the text property, however whenever i build the control this property is set to an empty...
3
932
thread by: Brian Henry | last post Nov 20 '05 by: Brian Henry
Hi, I am trying to build a font style like this Dim currStyle As Drawing.FontStyle currStyle = Drawing.FontStyle.Regular currStyle += Drawing.FontStyle.Bold
5
1,193
thread by: Art | last post Nov 20 '05 by: Cor Ligthert
Hi -- I'm claiming once again that I'm new to this -- and I really am, it's just taking a long time to pick up what I need. I'm reading through Dobson's book on VB.net and MS Access. I can connect to a database as follows: Dim m_DB As New ADODB.Connection Dim m_COB As New ADODB.Recordset m_DB.Open("Provider=Microsoft.Jet.oledb.4.0;" & _...
1
875
thread by: Agnes | last post Nov 20 '05 by: Jorge
Mycode shown as the following:- it is very simple code. However, I got an error on "daExBL.Fill(dsExBL) " Is there problem onmy syntax or on my SQL server ? Dim conSea As New SqlClient.SqlConnection() Dim strSelectExBL As String = "select * from BillLadingHeader number where ='CGL03060010' " Dim strConnSea As String = "data...
5
13,411
thread by: SiD` | last post Nov 20 '05 by: Phill. W
when starting a windows service writte in vb.net, a messagebox appears: cannot start service from the command line or a debugger. A windows service must first be installed using installutil.exe and then startede with the serverexpl, windows services or the NET START command. tryed also installing with installutil: it says there is no...
5
7,611
thread by: oz | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
Hi, Where can i find code examples of connecting with MQ from VB.net(not using msmq bridge) BR Oz --- Outgoing mail is certified Virus Free.
4
1,016
thread by: Peter | last post Nov 20 '05 by: Peter
I'm looking to pass two variables from an asp page to vb.net dll. IE. intA= 1 intB = 4 The dll should add these two integers together and return 5. I know this is a simple example that could be done within asp easily but I'm trying to understand how the DLL communicates with asp.
1
1,201
thread by: Agnes | last post Nov 20 '05 by: William Ryan eMVP
in my tables, there are 20 fields, 15fields are bind to the textbox. however, some fields won't shown in the textbox , but I need to update it also. For example, i will increment the version , userid, savedate behind the form (not shown in the textbox) How can I do that ? Thanks
15
1,259
thread by: IAmIronMan | last post Nov 20 '05 by: CJ Taylor
You are Captain Aceveda hahahahah, I am just kidding of course!! Do you watch "The Shield"? You and Aceveda are a lot alike you changed teh web page (http://kjmsolutions.com/datasetarray.htm) but it still is not understandable. In fact it is even worse now You are pretending to be a programmer on their? Who really does the work? I bet you...
7
963
thread by: Jorge Schrauwen | last post Nov 20 '05 by: Tom Shelton
Is it posible to code a simple web server in vb.net?(only get), i've seen samples in c#, but i don't under stand them kind regards Jorge Schrauwen
0
1,105
thread by: Gurmukh | last post Nov 20 '05 by: Gurmukh
Hello, We are working with VB.net and crystal reports with sql server2000 as database,the problem is that when we open a report and export it via default utility in crystal reports it works fine but once we close that report and open report again it gives error on line where we load the report?? Gives error as loadsave reportexception:...
2
1,335
thread by: Merlin | last post Nov 20 '05 by: Merlin
Hi I have a control that allows embeddable editors, so for example I can set a property of controlsEmbeddableEditor =me.TextBox1 on my form, no problem here - what I want to do is the same thing but from a string variable. i.e. I have 14 controls that have a name which is a permutation of 4 characters, my program selects which control to...
2
1,208
thread by: Brian | last post Nov 20 '05 by: Brian
If I wrote a VB.Net program for another person then is there an install program that comes with VB.net that allows me to add the NET framework so that when my program is installed by another person then the NET framework is also installed on his computer? What size is the NET framework? Regards Briahn
5
1,637
thread by: Greg Vereschagin | last post Nov 20 '05 by: Cor Ligthert
I'm trying to figure out a regular expression that will match the innermost tag and the contents in between. Specifically, the string that I am attempting to match looks as follows: ....<table>...<table>...>Final<...</table>...</table>... I want to match: <table>...>Final<...</table> from this example. The string could also, of course,...
1
953
SSL
thread by: scorpion53061 | last post Nov 20 '05 by: Ken Tucker [MVP]
Anybody have tutorials or links I can study to learn how to do telnet connections that are secure.
5
1,277
thread by: anon | last post Nov 20 '05 by: Chris R. Timmons
I need a little clarity in the NameValueCollection. Within the MSDN .NET 1.1 Framework help is says: "This collection is based on the NameObjectCollectionBase class. However, unlike the NameObjectCollectionBase, this class stores multiple string values under a single key."
2
1,062
thread by: John D. | last post Nov 20 '05 by: Tiraman
Hi Guys, I am trying to write a shared assembly following the procedure in "CodeNotes for VB.NET" on page 104, chapter 5. I was instructed to create a VB Class Library and make it sharable by right clicking on the project in Solution Explorer and selecting properties. There is supposed to be a property called "Strong Name" under the common...

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.