VS 2010 Using a class from another project in a C# project.
Hello everyone. I had to use some functions to load a file called "Output.bin", so I used my friend's files (In C#). I imported the project. However, his project uses his classes. So parts of his...
View ArticleVS 2010 Error with directories
Code: If (Not System.IO.Directory.EnumerateFiles("../../Saves/" & configs.name_char).Any()) Then System.IO.Directory.Delete("../../Saves/" & configs.name_char) End If This code produces...
View ArticleVS 2010 remove from registry
hello, how do i remove from the registry i use the following code to add it to the registry code Code: Public Shared Sub AddToStartup() Dim regkey As RegistryKey regkey =...
View ArticleVS 2008 Got problem with Vb 2008
Hello I'm starting to learn VB.net but on 2008 i did something with account password I'm following guide but it works good with guide make but with me not picture with error and another for desgin it's...
View ArticleDetecting when multiple async operations are complete?
Hi friends, here is some example code that you can refer to if you can help... Code: Public Class Form1 Private accountList As List(Of Account) Private Sub Form1_Load(sender As Object, e As...
View ArticleVS 2010 Subtitles in fullscreen
Hey just a quick question. Is it possible to show text over a windows media player control in fullscreen mode?
View Article[VB2010] - about "Unable to open module"(when you open the project)
if anyone find these error after open the project\solution by IDE: "Unable to open module file 'C:\Users\UserName\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.v b':...
View ArticleVS 2010 Enumeration Error Resolved
Hello to all, in my post number 81, we have talk about enumeration error, that cause problem in my application. Well, long time searching, testing my code, I have finaly resolve problem... Never belive...
View ArticleVS 2010 [RESOLVED] Text Rich Text Box not showing when saving panel content...
Hello, Currently, I am using the code below to save the contents on a panel as an image. The thing is, all contents except for the text in the rich textbox is being saved. Can anyone help me out?...
View ArticleMsxml2.XMLHTTP.6.0 Head problem
Good day, professionals. I have a problem with Msxml2.XMLHTTP.6.0. I have code: Code: Sub TestSend() sURL = "http://ogame.ru/" MethodSend = "GET" Set oXMLHTTP = CreateObject("Msxml2.XMLHTTP.6.0")...
View ArticleVS 2010 error help please
Hello, I'm having a problem with my startup code what im trying to do is when the window system closes and then restarts my app should run but i get this error you can see on my screenshot. I don't...
View ArticlePlease HELP fill and SUBMIT a WebForm from Vb.NET (Fill ok, but submit is not...
I 'm developing a vb.net application. I have a webbrowser, and i need to fill some info on a webform and click submit button. All is ok except the submit, nothing happens !!! Please help ! The html...
View ArticleVS 2010 [RESOLVED] the difference between txtDetail.text ="" and...
Is there a difference between txtDetail.text ="" and textDetails.Clear() if so please explain and is this the right form to clear checkboxes and remove them from memory.. CheckBox1.CheckState =...
View ArticleVS 2010 [help]
hii gusy,,,, please give me example projeck Bandwidth monitor in VB.NET 2010,, :) i screat on google not found,, the mayoritas example in VB6 ...
View ArticleVS 2008 Removing objects from a collection
Hi ! I'd like to ask you for a little help ! I have a collection filled with my user-defined objects . Adding items to it was easy , but now I want to remove some of them . How can I do it ? Looking in...
View ArticleVS 2012 Disable Win7 Background Rotation With VB.NET
In Windows 7, certain themes have the option to "Switch to the next background". Is there a way to disable this without having to restart the computer (I found the registry option, but I'm sure I have...
View ArticleVS 2012 Extensions within Namespaces
Here is my simplified code: Code: Sub TestIt() MessageBox.Show(StringMagic.DoMagic("Magic number: ").NewLine.NewLine) End Sub Namespace StringMagic <HideModuleName()> Public Module...
View ArticleVS 2010 Split ListBox Item
Hello! I have one listbox with items ( just one item for now ) Code: ListBoxItem1 {X=200,Y=2} How can I split it so that it only says: Code: 200,2 I'm trying to use it like this: Code:...
View ArticleNeed some advice about System.ComponentModel.Win32Exception
I'm a newbie so it's ok to yell at me. I searched and couldn't find anything that would help me out. My program throws this code and I was wondering if someone can assist me out on figuring out why....
View ArticleVS 2008 InvalidArgument = Value of "4" is not valid for 'index' Parameter...
Im getting the error "InvalidArgument = Value of "4" is not valid for 'index' Parameter name: index" (that should be 'year_purchased' field) while adding items from Listview to sql database... the same...
View Article