20,284 Topics

Member Avatar for
Member Avatar for Bele

How the hell do you get a label to display an integer without needing an event to trigger it. So that as soon as the program starts, the integer is displayed... ?

Member Avatar for Jx_Man
0
33
Member Avatar for Fatboy58

Is it possible to add value to a string in combobox, instead of using the index as reference. For example [CODE]me.combobox1.items.add ('" this book cost " value) [/CODE]

Member Avatar for iamthwee
0
61
Member Avatar for ashblynn02

I am trying to create a phone book program in Visual Basic. I have so many phone numbers, I thought this would be a neat way to handle the overflow lol. I want it to read the information from a text file with the following data: First name, last name, …

Member Avatar for ashblynn02
0
302
Member Avatar for pankaja123

Hi, I m using Crystal report 8.0 and i wanted to knw how to hide tool tip text when mouse is over on the report field. whether it is possible to hide through coding it is better for me because i have lots of reports in my project. Thanks In …

0
54
Member Avatar for Annex

hello! i have this code Private Sub rb_W_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rb_W.CheckedChanged Dim opt As Integer, d As Integer opt = Int(Me.TXT_r.Text) - 110 If Me.TXT_v.Text = opt Then Me.lbl_res.Text = ("Excellent") End If If Me.TXT_v.Text < opt Then d = opt - Me.TXT_v.Text Me.lbl_res.Text …

Member Avatar for Annex
0
113
Member Avatar for kidjl

i f i want to randomize a series of buttons back colors, how should i do it?? For example , I create 9 buttons , and each of them is either red or white. However, i set the buttons under form1_Load at runtime. If i want each of them to …

0
72
Member Avatar for purplegerbil

Hi, I have a class that runs an external ap using shell then waits till the app is quit before carrying on. Does anybody know if it is possible to start an app say by clicking a button then be told when the app has closed. The app can be …

Member Avatar for purplegerbil
0
117
Member Avatar for Jade_me

hi all, im a newer in vb.net i want to alleviate two different date. im using two datetimepicker in this case. if i just to alleviating with pus the year of each dtpicker i can't to get detail result. ex : 02/12/2007 - 01/11/2007 = 1 month 0 days thx, …

Member Avatar for Jade_me
0
91
Member Avatar for Mr Brownstone

Hi my Name is Ryan and I am currently doing a college project in VB.net I have wrote a few programs in VB.net but for this current project I really need help... Is there anyway of ending processes (such as explorer) from a click of a button in a VB.Net …

Member Avatar for Mr Brownstone
0
83
Member Avatar for rohit gupta

:) i want to give only .exe file. PLZ anyone can tell me ,how can i get .exe file of vb.net and asp.net.

Member Avatar for waynespangler
0
57
Member Avatar for mCardos

Hello VB Experts I need assistance in programming radio buttons and an apply button. I am at the point in the program where I am able to open a text file and display it a multiline text box however I need assistance in the programming the radio buttons. I have …

0
62
Member Avatar for kidjl

would some one please help me with this?? i 've got an assigment from my professor which is in a University level (p.s i am still in college, and this class suppose to be the"introduction of programmng") However, in the game we suppose to create a "BlackOut Game", which we …

Member Avatar for kidjl
0
97
Member Avatar for pokahantos

Hi, I have written a program that binds controls on a form to fields of a table in a Microsoft Access database.One of the controls on the form is a combo box that is binding to table called Type_T which contains one column called Type. i need to update the …

Member Avatar for pokahantos
0
153
Member Avatar for sisey

when a user logs in i want assign a particular form to him depending on the user name he entered. that means different forms for different users.im using oledbdataadapter to connect to sql. i will appreciate your help.thanks

Member Avatar for Jx_Man
0
84
Member Avatar for DemonSpeeding

[code] Public Class Form1 Dim xpos As Integer Dim ypos As Integer Dim i As Integer Dim tempTotal As Double Dim dblTempTotal As Double Dim dblSum As Double Dim dblGrandTotal As Double Dim Printer As PrintDialog Const MAXNAMES As Integer = 50 Structure ItemInfo Dim Name As String Dim Price …

0
65
Member Avatar for pelusa

hi i would like to know how can I checked the name of a file and then retrieve only the first 6 characters. the format of the file names is: dd1234_10x2.xsl i need to get just the first 6 characters up to the underscore, but if the name of the …

Member Avatar for waynespangler
0
141
Member Avatar for edek

Hi all! I need to create regex that matches everything before some specified (whole) word. Lets say I need everything before 'have' in such text: What ^7^*#/> I @@3->;: have to do with this *~~@}}], hmm...? ...so I would like to have "What ^7^*#/> I @@3->;: " as a result …

Member Avatar for edek
0
69
Member Avatar for andy38

hi guys, How to display the total amount in a textBox when to supply those values I click on thems. A sample code would help a lot. Thank you Ps: using Vb net (2005) in Window Form.

Member Avatar for Simran_Jha
0
99
Member Avatar for rise4u

Helloooo... i m nw working with the datagrid in vb.net..it comes only with an expander only ...hw to avoid the expander..is any properties change require for this..pls help

0
37
Member Avatar for pickachu

Hi. Can anyone give me online resources regarding VB.net manipulating Remote Computers and Office applications? I have been searching the web for the right resources but I havent found any. Thank you for those who could give me links..

0
65
Member Avatar for joeatwork7

I am attempting to connect to a remote share, accross from one domain to another. In the past, this worked on my system, however, it no longer appears to work and never worked on other clients. I have tried with and without the domain credentials, and have recieved responses such …

0
57
Member Avatar for pelusa

Hello, I need to develop an executable file suing vb.net, that will take in an article number as a parameter. Then using this article number a search will be performed in a server directory folder for a file that (if exists) will be named by convention article_number.file_extension the article number …

Member Avatar for emurf
0
810
Member Avatar for Run.[it]

I dont think Im far off, I can get the program to alter a specific record but it seems to overwrite previous records in the array. Ive set the array to have 10 records and I think the flaw is in the 3 section of the FilePut instruction, ideally I …

Member Avatar for Run.[it]
0
286
Member Avatar for Rvivo33

I am new and very lost. Any help is greatly appreciated I have an html page that I am using VBScript to redirect to another page I want to bring over data pulled to a textbox on form1 to a textbox on form2. This is what I tried This is …

0
41
Member Avatar for Simran_Jha

Hi All, I want to display data from database in ComoBox using only one line code. Plz Do help. Simran

0
49
Member Avatar for saravanarajan

Hi everyone! Please help me, I am beginner of the vb.net , I want know how to create dataset coding and binding a textboxes,combobox and masked textbox pelase help me

Member Avatar for saravanarajan
0
102
Member Avatar for xie

think I need your help...i've got a prob with datagrid in .NET I give u the picture of datagrid on how exactly i want it to be... the process is like this, user have to key-in the quantity at the left hand side textbox, then they have to choose either …

0
56
Member Avatar for andy38

Hi guys, Usingf VB net in Windows Forms. In a multi-Windows Formsm, how can I tell in control DataGridView (detail View)on form2 that it should be set at a pre-define row at form2 load,this pre-define row being define by a varible on Form1 trough a doubleclick on a same control …

Member Avatar for ptaylor965
0
118
Member Avatar for mark.harby@long

Hi All I'm having a spot of bother trying to retrieve and display SQL Server 2005 IMAGE data in standard picture box controls. I am converting an Access 2003 application that uses bound forms and all works fine. I have been kicking ideas around for a couple of days now, …

0
66
Member Avatar for rahuldravid

Any 1 tell me, how to create form that will fade out when deactivated and fade in when activated...... with example..... it will very helpful for my project.... in vb.net

Member Avatar for Jx_Man
0
39

The End.