Hi all,
I am creating a page with a multiview which has 2 views. in one view there is a dropdownlist and in the other a formview. i want to be able to apply the selecteditem text to a label in the insert template of my formview. I understand that i have to use findcontrol() which i have done...
Hi All,
I am really stumped. Is it possible to scan a network to pick up printers connected to it and then retrieve the printers information (name, ink levels, serial)? i hav been searching for a way to do this for a while now.
Any ideas would be greatly appreciated.
Regards
Alex
Hi guys i have been working on this for a few hours and my brain is now a block of concrete. i am using the following code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Try
Dim sqlstring As String...
Hi all,
i ave only been walking through the valley of vb.net for a short time (sorry its been a long night!) and i have come to a brickwall which i have not been able to scale! (metaphors all over the place!) i am trying to use a value of a combobox as a parameter for a query which i turn feeds...
Hi all,
Before i begin i must stress i am amazingly new to .net so please be gentle with me. Is it possible to create a list of all printers connected to the network that the computer this program will be run on is a part of? i am sure it would be possible as there are programs like print Audit...
Hi All,
I have a a listbox control on a form which is filled by a dynamic rowsource. this works fine. The user selects an entry in the listbox and then hits a button control to process the data. Again this works fine. What i would like some advice on is if it is possible to select the next row...
Hi Guys,
I have the following code which is Type Mismatch erroring.
Private Sub CommandButton1_Click()
Dim I As Long
Dim Src As String
Dim OWG As String
Dim NWG As String
Dim NMK As String
Dim OMake As String
Dim NMake As String
Dim OModel As String
Dim NModel As String
Dim Rental As String...
Hey guys,
I have created a function to take information from a form and enter into a sheet, then give message box's based on this information. The code below works fine and i am happy with but i have to do this with another form which has about 20 or more text box's is there an easier way of...
Hey All,
I am using an IF statement to get a value from a text box on a form into a cell If an adjacent cell is equal the value in a combobox on the same form. so i have used this code:
Sub Analysis_Area()
If Worksheets("Proposal").Range("C4") = UserForm4.ComboBox1.Value Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.