How To Display Info On POLE
Jan 9, 2012I want to display info. on pole but no idea at all how to do it.
View 1 RepliesI want to display info. on pole but no idea at all how to do it.
View 1 RepliesI am writing to a Comm Port to display in a Pole Display and when I insert the � sign it displays a question mark on the customer display. Have others had similar issues when displaying currency signs and/or know how to resolve this issue?
View 1 RepliesI do also want to know how can I Display Text on Pole Display. I write the code with VB.net 2008. Sample Code that I write is:
[Code]...
I am working on a media player, and I would like to setup a local playlist feature. I am using a single ListBox and its "Display-" and "Value-Member" properties. The display is the song's Artist and Name, and the value is the song's file path (i.e 'C:UsersUSERMusicetc.').To write the file path to the .txt file, I believe I can use the following code:[code]
View 18 RepliesI have my list box items displayed in the listbox. When I selected one of the items in the list box, related records have to be displayed in datagrid.
View 2 RepliesI am upgrading from VB6, using MSXML.XMLHTTP object. I believe I have gotten the .Net Webclient to send the form fields, and a response comes back from the site, but everything in frames. The VB6 code automatically had all of that data, how can I get that in .Net I know this is a Newbie question if you can point me to documentation,
View 3 RepliesI am brand new to VB2008 from VB6.I am trying to connect to my remote mySQL db and simply display a record into a label.Here's what I have on Form Load.[code]
View 4 RepliesI am trying to do a form it has 2 comboboxes and I have the arrays set up one of the combboxes is for pizza size and it has 4 selections and the other combobox is for crust style it has 2 selections. The user has to pick on of each and it pills the price from the array and then displays the price in a text box. I for the life of me can't figure out how to get it to pull the info from the array and then display it in the text box, it either displays nothing in the text box or a 0 or 1.
View 1 RepliesI'm learning about the cultureinfo and doing ok but there is one thing I can't work out.I'd like to know how to find out the display settings of the date for the user pc.For example, I have an American bought laptop using the us culture so the date will be MM/dd/YY but I have changed the date setting to read dd/MM7YY. So that means I haven't actually changed the inbuilt cultureinfo, I've just "altered" a setting and it's that setting I want to access. When my project starts I have a label that I want to read as dd/MM/YY.With another pc it might be different - the culture might be uk but the date setting might be changed MM/dd/YY so I want the label to read MM/dd/YY etc etc etc.If the cultureinfo hasn't been changed then I want the label to read whatever the date is set to etc.
View 1 RepliesI need to display info about each of the 50 states when selected in my program. I have one combobox with all the states as items inside, one button that you click to get the info and one listview for displaying the info. Here is my code so far:
Imports System.Text.RegularExpressions
Public Class Form1
Private Function getinfo(ByVal state As String)
[Code]....
im trying to edit a code so that i can display user info in a listview rather than a listbox because listview has some options i want to use , i have 2 errors one in Public Sub removeClient and one in Private Sub AddClientToListview i would be very greatful if some could give a helping hand to resolve these errors
vb.net
Imports System.Net.Sockets
Public Class form1
[Code]....
How do I make a tooltip display the info longer?
View 2 RepliesHow can i display a certain region/selection (rectangular) from an excel file into a form.
View 9 RepliesHow to set current year in AssemblyInfo file?
I used
Instead of this:
<Assembly: AssemblyCopyright("Copyright 2012, Company Name.")>
tried this:
<Assembly: AssemblyCopyright("Copyright" + DateTime.Now.Year.ToString() + ", Company Name.")>
I get invalid constant error.
I don't want to use registry key entries, what is the optimum way of doing this? (so that when a user right clicks on EXE & looks for assembly information can see current year).
just want to know how will i able to display the info description in my list view but the one that appears in the database is its id(using vb.net)
View 1 RepliesI'm trying to get this form to display in the listbox the address from the info from the textboxes and it works except one problem, it displays all on one line. Its seems as if it accepts the ","'s and " " for the address but ignores the vbCrLf line separator. What am I doing wrong: Here is the code for the class:
[Code]....
After display list of data in combo box, next I would like to choose the data from the combo box and display all the information from the chosen data to texboxes , the data from combo box was link from my database (ms access).
View 3 RepliesI am wriing a vb.net windows application to log and store information. then display it in a sortable multiple column listbox (I personally like FlexGrid by Component One). However... I am not sure how to go about storing the information. Should I go with a .sdf file database, registry, simply storing them in a file, or some other method?
What I need is to be able to:
read/write/delete from it
read possibly up to a 20mb file and sorting it without a lot of lag
be transported to multiple systems and maintain these writes (installed on many systems)
I know I could split up the reading/writing to anther thread. Even to other .DLL's and whatnot. But as for storing. Not sure what the best option is.
i have treeview.. in which i want to display info in textbox when user select a certain node..
View 10 RepliesI am having trouble with the DoubleClick event of a ListBox.What I need to have happen is when the user double clicks the package number in the ListBox, all the information will display to a MessageBox.This should include package number, arrival time, and so on.[code]
View 5 RepliesOkay I'm making a song organizer and I have a program that will load the files in a folder into a box and display the songs info into a list view. That part works fine but when you click the button to make it do anything it will get the variables that it need from the tags on the cells for each song but for some reason the one for the Album just disappears... I tried having it just show the value in a message box and it works fine. Just when I try to combine it with another variable then it wont show at all. Heres my code
[Code]...
I have a this program I have to write but I have no clue where to even start.New Years Ball Drop?Design a program that replicates the Times Square New Year�s Eve ball drop. You can use a picture from the Internet of the ball you wish to use.Functionality Requirements:
-The ball will take exactly 30 seconds to move down the pole
-Need a timer to count down from 30 and reach 0 when the ball is at the end of the pole
-The timer will randomly change colour every few seconds
- When the ball has finished descending, the text �Happy New Year!� will display on the screen
-Need a button on the form that, when clicked, stops the ball drop and timer (so screenshots can be taken). When the button is clicked again, the timer and ball drop should resume from where it left off.
but is there some way to create a program that would be able to listen to internet radio and possibly display live artist/song info from several stations on a windows form? Has anybody done anything like this or have any ideas as to how to tackle this?
View 1 Replieshow to create Quick info and/or parameter info for own code?
View 6 RepliesI am making a program, obviously, and I require some assistance. I found an explanation on how to read information from a Text file and have modified it for my needs. Here is my (modded) version:
Public Function GetInfo(ByVal playlistname As String) As String
On Error Resume Next
Dim PlaylistInfo As String
[code].....
I'm making a database app. I've finish the search, add new, and add function. What I'm trying to do is to expand the functionality of the add new item function.
View 2 RepliesI am trying to do is fill out a form with certain info, put the info into an array, and write it to a listbox using loops, arrays, and maybe a function if I need one. This is for VB2010 and here is what I have so far... I think there are ways to make it shorter but I cannot figure it out.... maybe just brain dead from all the coffee I have been drinking!
[code]...
under my project I have the following
However when I use this code.
lblABOUT3.Text = "Version : "
lblABOUT3.Text += My.Application.Info.Version.Major.ToString()
lblABOUT3.Text += "." & My.Application.Info.Version.Minor.ToString
[Code]....
how to correlate info from a textbox based on a listbox item selection. For example the user will select an item from the listbox, enter say the length of a song in the textbox say 2:00 for song #1, select say song #2, enter the song time for that song say 3:00, click on song #1 again and have the same textbox display the length of that song and be able to do that until there are no more songs on the list.
View 5 RepliesCan I get info from stored cookie on the local machine. I have a Webbrowser control in a winform, and I would like to output data from a cookie to a label or so.
View 4 Replies