check to see if someone has entered thier time today..?
Hi, I have a form/program that is a reminder for people to enter in the time they worked every day - it works fine. It's a simple pop up reminder program. Just says "please enter your time" and if they...
View ArticleEasy Question!
Set the value of a integer type variable = to the corresponding element in a combobox list with preset items. I can assume that Apples holds an index of 0? So is there a way I can locate the...
View ArticleVS 2010 [RESOLVED] file to hex and back to file
I have been messing with readallbytes/writeallbytes... I saw this function from a previous post.. to convert a file to its hex values Code: RichTextBox1.Text = String.Join("",...
View ArticleSecuring a VB.NET Application against hacking/cracking (very long!)
Hi guys, First off, I apologize for the length of this post/question/issue. I have posted a couple times to Experts Exchange and got few answers, and most of those had been attempted already with bad...
View ArticleVS 2010 Creating a partition for Access Login
I'm looking to, based on User's class, redirect them to different forms upon logging in. Any help is much appreciated! Option Compare Database Private intLogonAttempts As Integer Private Sub...
View ArticleVS 2010 Command Line Arguments
Is it possible to start a process and set as command line arguments a whole arraylist?
View ArticleVS 2010 can anyone help me with this error
can anyone help me with this error please. some people get it and other don't? Attached Images Â
View ArticleVS 2010 Unit testing Methods
In VS2012, Visual Basic.NET, with regards to Unit Testing, do I only test once in a Unit Test? For example, if I have a Unit Test that tests if an item is successfully added to a list, in the Unit...
View Article[VB2012] how to disabled a tab from TabControl..
Hi guys, I have a ComboBox in my program with this code: Code:     If ComboBox2.SelectedItem IsNot Nothing Then       Dim ans1 As Double       ans1 = ComboBox2.SelectedIndex...
View ArticleMicrosoft Exce 2010l comments to text + column code
Hey guys, I was wondering if anyone can write a code for me or knows of a code that will allow me to turn comments into text and also pull the column title that the text is coming from. IE: Title Here...
View ArticleCopy Paste Rename Delete Files and folders
i was seraching it for about a hour but couldnt find wat i needed :( if you can give me code for all of this that would be amazing :)
View ArticleOld vb6 data types in live file... now dot.net?
Hello I am working on some live random access files created with a vb6 application. I would like to read those files in a dot.net application. I have two problems that clash. Obviously I need to read...
View ArticleVS 2010 Why does the WebBrowser control appear to use an old version of IE?
Hey guys, I just noticed something strange. I am on Windows 7, and I have IE9 installed on my system. But when I use the web browser control in VB (2010), it appears that it uses IE7! I had assumed...
View ArticleVS 2010 set windows timer resolution
can someone post an example of either ntsettimerresolution or timegetdevcaps? i can't find any vb.net examples that are complete.
View ArticleObject Collision with a 2-D Sprite
For my GR.11 final project i am making a fan based rendition of a pokemon game. I know how i'm going to do most of my stuff because I've tried it with previous projects, however, I am wondering if...
View ArticleVS 2008 XML reading creates two different object with same attributes
Hi, I have this class structure, Method 1 in sample is referenced to method 1 in MethodList. When serialize Config class to XML text, and read it back, method 1 in Sample is independent from method 1...
View Articlecut and paste into multiline text box
Hello: I have a windows app created using vb.net 2005. One screen contains a multiline text box. Yesterday, a user was showing me from her pc how she was unable to copy a rather large amount of data...
View ArticleVS 2010 Prevent Scrolling via MouseWheel in Panel
I have a large PictureBox within a smaller Panel. I use the mouse wheel to scale the image in the PictureBox. The problem is that the mouse wheel simultaneously scrolls the scroll bars on the Panel. Is...
View ArticleVS 2008 To mark days on MonthCalendar (VB 2008)
Hello, thanks for you attention and sorry for my bad english. I need to mark in a MonthCalendar control some days but i can't do it. I think that would be easy but i cant to find the way. I hope you...
View ArticleGet Value of PREVIOUS cell in datagridview
I am using vs2010 and sql. I have a winforms app that has a datagridview on the form. When I enter a row I am trying to get the value from column 1 in the previous row. I need to be able to compare the...
View Article