...do here is to change the below to work as a filter instead with either a partial search criteria or maybe even use a wildcard in the middle i.e. "ms*1-07" will display the full search "ms27039-1-07"... Im currently at a loss as im still a novice at this...
Dim dt As DataTable =...
Hi,
Need some help, I am trying to compare two lists on two different sheets in excel.
The two lists are almost identical, 2000 lines long each +/-. Im looking for differences and am not bothered about lines that are the same. Is there a way I can get excel to compare the two lists completely...
Hi, not sure this question has been asked before but here goes
Every week I have to compare to lists of data in Excel, the data can be anywhere from 2000 lines to 5000 lines, it becomes tedious!
I had an idea for an app where I would have 2 datasets filled from a database where id have...
Hi all, im having difficulty with my programs printing.
Basically the program prints a small label from information the user puts into text boxes. Ive been using this now for 5 years and have fiddled with it and asked questions before with no answers to my problem, so hopefully this time will be...
Hi,
Im trying to make a shell command open the internet explorer (no problem), i want it to go to fedex's website (again no problem)
Shell "C:\Program Files\Internet Explorer\iexplore.exe" &...
Private Sub cmdprint_Click()
CommonDialog1.DialogTitle = "Label Printer"
CommonDialog1.CancelError = True
CommonDialog1.PrinterDefault = False
On Error Resume Next
CommonDialog1.ShowPrinter
If Err Then
MsgBox "Print Cancelled"
Exit Sub
End If
Printer.ScaleMode = 6
Printer.FontSize =...
Hi, my program is written in VB6, it pulls information onto a form for the use to read and print a label from, the label is basically another form with the information displayed in a printer friendly way onto a little 4" x 4" label.
Ive set the printer.default = False, ive set it as = True...
Hi, i have a program that a user enters a serial number to search, the program then displays all the information about that item. Yesterday i added a function that the program now shows a picture of the item being searched, problem is, if the serial number is not on the system and the picture...
its a simple program that searchs serial numbers in a database and displays the information for users in a warehouse to find product without having to use a stupid cheap system the company wont improve that ofter crashes. The information can then be used to print 4" x 4" labels without ever...
Probably a stupid question, but can i create a form and put the program code into a notepad file and have VB use the code in the file to run the program?
Just asking as sometimes it would be much easier than reprogramming and recompiling.
Would be good to know
D
Never mind, for all those looking at this with the same question, i just used an image control instead of picture. In the properties there is a setting called stretch (true/false)
No resizing code needed, just select true and what ever size the image control is set to the image will resize and...
Hi,
How would i go about automatically resizing an image in a picture box on a form.
My program is a search and display type program, someone enters a serial number, presses enter, all the details populate the fields linked to a database.
Earlier today i asked the question how to populate a...
I have a program that you enter a part number/serial number into the search text box, press enter and the program displays everything about the part. Now i'd like to add a picture of the part. I had started by using a Picture box on the form and entering the following into my search code...
Hi guys,
thanks for your advise. Kliot's answer was great, worked a charm, Dave i like your advise on the case.
Is there anyway to expand the above code for my explorer to know what it can and cant handle by itself?, see below for a description of the programs function...
The program im...
Hi, I've created a browser for both internet and internal files on my intranet.
Basically i've included an "Open" button the explorer. When a user click open, an Open Dialog shows on screen. The user then selects a file to open, if its a file that the browser can handle it appears in the...
Hi, hope im not being rude or giving the impression im looking for an easy answer but can anyone post me some links to good websites with info on RDP/RDC.
Im building a web browser that i would like to use to connect to RDP. Im also interested in finding out how to using the browser to allow...
Hi,
Im still very much a Novice at VB.net and wasn't much better at vb6 either but i found it easier to use...
Anyway, this isn't a problem but i feel it would work much nicer than printing a form. I have a form, within this form are about 10 text boxes for various pc's of information. When a...
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.