CurrencyManager (((((ADD)))) and (EDIT)))
friends; Why this code used for ADD and Edit again How do CurrencyManager (((((((((((((Know))))))))))))))))) this field for add or edit Code: cur.EndCurrentEdit() Dim cmdb As New...
View Articleoutput to textbox gives weird characters at hard return positions
I want to fetch some data from an xml file and display this within a textbox. The fetching works great, but the hard returns in the text are being displayed as ||| within the textbox. For example: If...
View ArticleVS 2012 Object Error when trying to run a query that involves a Date Time Picker
Hi, I have the following code that runs on Load and that reads from text files in a directory and stores the info in an Array. This then loads the relevant info into a listbox based on the date from a...
View ArticleVS 2010 How to concatenate 2 columns (and format one) from my DataSet in a...
Good afternoon, I have a dataset that countain 1 table with 2 columns "HOLIDAY_DATE" and "HOLIDAY_NAME" with about 25 rows.... I need to bind this dataset to a DropDownList and concatenate the...
View ArticleVS 2010 [RESOLVED] Uploading files in chunks with multiple threads...
Hi, I'm creating a console application and I'm looking for the best way to upload files in chunks to a server with multiple connections (10 connections maximum). The files are uploaded as strings and...
View ArticleSub with no control item.
Working on a program I wrote (VB 2010 Express), a couple of years ago. I need to repeat some code but have forgotten much. The code I have that (works) that I need to repeat in another form: Private...
View ArticleFeatures and Ideas?
I'm building an application for friends and family and I need some more features. The program is so we can communicate with each other while playing a game. The game is single player, so all I have so...
View ArticleIt should be different if I remember correctly
Hi, Is there anything wrong, or nothing wrong: Dim a As String a = "abcde" Debug.print("---" & String.Format(a, "@@@") & "---") Debug.print("---" & String.Format(a, "!@@@") & "---")...
View ArticleVS 2013 Storing Keyboard Values and Displaying them?
I have a different keyboard that has to use the pos.net class and queue a data event to read a key on the keyboard. Its an Ibm retail 50 key I created a module because I want to store all of the key...
View Article[RESOLVED] Setting File/Folder Permissions (No Over Write)
Hi All, I'm using the following code to set permissions, this is working...however its overwriting any previous permissions on there. For example my folder has the following Users/Groups attached to...
View ArticleForm Freezez While it Loads, How to Create A BG Worker/Splash Screen While...
My Project is a Web Scrapper that uses httpwebrequest and requires users to Login first and right after the user is logged in it will start the scrapping process. But the problem is that as soon as I...
View ArticleIBM 4820 POS Monitor Keypad, how to get it to work
I have set this device up in the IBM config utility as "keyboard1" and for the life of me I cant seem to get it to work. Since im using OPOS its a device not a normal keyboard or I would just use...
View ArticleProblem setting childnodes
I want to edit a xml file with my vb program, I have no problems finding the right nod. But when I try to set my textbox values as childnodes I'm getting the error: Conversion from string "artikel" to...
View ArticleVS 2012 Please convert this to use a Datatable
Hi Guys, Please convert these two blocks of code for me. I need to use a datatable on the highlighted line: Code: List<DataRowView> selectResult =...
View ArticleVS 2010 Bitmap Stride.
Hi All, In my project I am trying to implement Crop feature. Till now I am able to crop the image for the rectangle drawn (for selection of region of interest(ROI)) and get the raw data of the ROI. Now...
View ArticleVS 2012 Multi channel volume control issue
Hi folks, I have been searching a lot but not really found similar issues reported out there. I've got the following issue. I'm working on a speech test application which is supposed to control a 8...
View ArticleMulticast Delegates
Code: Imports System.Delegate Module Module1 Dim a As Integer Dim b As Integer Dim Answer As Integer Private Delegate Sub NewDelegate() Sub Main() Dim ask As NewDelegate...
View ArticleFinal attempt.... HELP what am i doing wrong?
I need to write an application that allows the user to enter three Double values, then determines and displays the smallest and largest values. Using functions to get s Minimum and Maximum that each...
View ArticleVS 2008 Windows Service that starts/restarts exe when user is logged in
I have a windows exe that does some automatic printing. Originally I wrote it as a service only to find that it did not send anything to the printer. The same code as a windows exe printed correctly so...
View ArticleCan't clear DataGridView - driving me crazy
Simple. Why can't I figure it out. Three buttons and a DataGridView control. Database connection works fine. Sql queries work fine. Press button1 - Correct result shows up in DataGridView1 - column 1...
View Article