VS 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 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 ArticleTeam Foundation Server ???
Our department is using VS 2012 along with TFS. We came across a problem. Is it possible to "Undo" a checkout of any file within a VS project? If so, how can you do it? I refuse to believe that...
View ArticleCombobox Question
Am i able to assign a variable to an item in a combobox? Are the items in the combobox indexed? For example if i have the string items "gas", "money", and "tokens". Is there a way to get my variable =...
View ArticleVS 2010 Custom Button Problem
Error Getting: Unable to convert object of type 'System.EventArgs' to object of type 'System.Windows.Forms.MouseEventArgs'. Tryied Solutions, Change System.EventArgs to...
View ArticleVS 2008 VBA cdoes not work in VB.net and addressof expression can not be...
My initial thought was to use a delegate for EnumWindows but the EnumWindowsProc1 gets in the way of that idea. And of course the VBA.left$ does not work even after adding the dll MSVB6M that accesses...
View ArticleVS 2010 Collapsable groups in ListView.
Hi all. I only found C# examples of this, none of vb.net, acan anyone show me please? Ty.
View Article