DGV Pre-Defined Navigation
Can someone tell me if they have a way to prevent the cells from being selected when a user SHIFT+CTRL arrows up or down in a DGV. I should also mention I am trying to accomplish this from the edit...
View ArticleVS 2010 [RESOLVED] RegEx returning false match
I'm having an issue with my RegEx's match returning a false Success. In this case, I tested a blank space against this RegEx pattern: Code: (\.|-)* And whenever I call: Code: If match.Success Then The...
View ArticleTrying to create a dynamic menu item
Can someone tell me what I'm doing wrong here. I'm trying to create handlers for menus that are being added from a list box on another form. Code: #Region "LAUNCH DEVICE MANAGER" Private Sub...
View ArticleVS 2010 [RESOLVED] Keep whitespace in split
I'm working on a project where I need to iterate through all the words in a string, but I also need to keep whitespace as that is important to what I need. For example, currently this is happening:...
View ArticleHow do I check the selecteditem of multiple comboboxes at the same time?
I have a chart of 100 combo boxes 10X10. The user is to make a choice for every box and then press a button to test the choices. I have done the testing by typing out each combobox individually, but...
View ArticleDownloadFile - this should work...
What am I missing? I have another textbox with the full link, can I use that instead? Code: Private Sub downloadit() httpclient = New WebClient AddHandler...
View ArticleVS 2010 print multiple pages with printdocument control
HI, I WORK WITH PRINTDOCUMENT CONTROL AND I WANT TO PRINT MORE THAN 1 PAGES. I PUT IN PrintDocument1_PrintPage CODE : e.hasmorepages = TRUE Exit Sub IN CREATING PREVIEWS MESSAGEBOX SHOWS THAT CREATES 2...
View ArticleAxWindowsMediaPlayer
I'm using the windows media player tool - how can I get my script to pause until my video has finished playing. I'm using a timer to do events succh as start time video 10 minutes after it's finished etc
View Articlethis will be the wrong thread to post in however; ive got a site admin tool im building - i want to feed in facebook wall posts and maybe be able to reply to them. is there such a way? i guess there is...
View Article2 arrays, one cup...
Well, not exactly. I have two different collections, filled with different SQL tables: Code: Public colNombres, colContadores As New Collection Try con.Open() Dim da As New...
View ArticleVS 2012 vb.net application on linux OS
I have this vb.net application that uses webbrowser control and I tried to run it on centos operating system with install wine and mono but it did not open the application. Then I tried to create a...
View ArticleVS 2012 Select only certain records (batch)
I am trying to select on 30 (this will be adjusted with a variable) records at a time. The selection works when I am not Joining two of my tables, When I add the following JOIN, the Datagrid tells me...
View ArticleVS 2012 [RESOLVED] Convert String to date (Can not drop the time 12:00:00 AM)
Hi All, I have a string of just 8 bytes of numbers representing a date. Looks like this, 20140611. I can unstring it and insert a "/" but I would prefer to learn to use the .NET functions. I'm trying...
View ArticleProblem with index after adding row with datagridview
I have a project written in Visual Studio 2008 (VB NET) using a data bound Datagridview control and BindingNavigator (w/ menustrip) control. If I select the Add New button on the Binding Navigator the...
View ArticleSetting console title running with process.start console app (ping for example)?
Is it possible to set the console title if I run say ping ipaddress -t using process.start? Right now it shows the long pathname to the executable in the window title.
View ArticleAnnoying Radiobutton problem
So i have 3 radio buttons and two text boxes. When radio button 1 or 2 is clicked it sets the username and password (defaults) When third button is clicked it's suppose to check if textbox1 (user) and...
View ArticleVS 2013 Add appointment to a Windows Live account
Hi, I'm looking for an example in .NET of how to add an appointment into a windows live account. I've a database of items and some of them need to be configured as an appointment in windows Live. I...
View ArticleRemote Process Control Application
Hello! At first, I must say that my knowledge is not enough for this project to be written by me or even you guys.. I don't need you to spend time and write codes for me for free. I'm ready to pay some...
View ArticleVS 2010 String Optimization
Actually writing some VB on this project as been writing C# for a couple years only now. Soooo this code is using allot of string functions which I think are straight forward to optimize but either...
View ArticleVS 2012 Create a "Poker Hand Determinator"
I need to create program which determine the poker hand, after the user selected 5 cards. https://www.dropbox.com/s/36p1b2zloynah76/HW4.7z I have no idea how to program this, the book doesn't have...
View Article