[VB2010] - how showing random pictures in random places?
i have these nice code for show random images in random places: Code: Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick     Dim PosX As Integer = 0...
View ArticleVS 2010 [RESOLVED] NullReferenceException occured. Was working until I made...
I used to be able to call an event that was within a different class. I then made everything in my main class and am using a background thread to do all the work while the main thread is on an infinit...
View ArticleVS 2010 how could i make a builder that converts files into exe installer
ok im trying to make a application that you can add a folder and the contents in that folder gets added to vb project and when you push build it converts all the files to be in a exe and makes a...
View ArticlePasta Code
Most of us are probably familiar enough with spaghetti code, where the logic jumps around a lot. It was a much bigger problem in assembly language and earlier compiler languages which lacked so-called...
View ArticleStadard Data Set
So I have a data set that all in the same Column. I want to make that data set the same streght down the Column. That data goes Address Address(2) A B C D E F Address Address (2) A B C D E F And so on...
View ArticleLoad upload image into a an image control
Hi, I have an upload control which I have set the onclientcomplete to call a jquery function. In this function I want to get the name of the file uploaded and assign it to an image control. I know very...
View ArticleVS 2010 I can print the crystal report but Icant view Crystal Report in...
I instructed my program to show up the crystal report in the CR Viewer and print menu after. but only blank form shows up and the print menu. I can print the report but i cant see it in the report...
View Article[RESOLVED] Converting a keystroke to UpperCase?
I've asked this question before and got the answers I needed, however, I'm using VS 2012 and I'm not sure how to resolve this but I need to convert each character I type into UpperCase. Not sure which...
View ArticleFilling textboxes with the selected datagrid record
Hi guys! I don't know how to say exactly. I have a datagrid fill with sql server database table's rows. What I want is to fill some textboxes with the selected record's fields (Like "First Name", "Last...
View ArticleFilling an Onchange Combobox [+HELP]
Hello, I am filling this form on a Intranet website that has textboxes and comboboxes. The code is working fine until now. However, there is a combobox that "depends" on another combobox. That is, the...
View Articlesave Settings in text file
Hey guys, I've a lil question. At the moment i write my needed setting in a simple textfile one beneath the other, but there are more and more settings i need to save. So I m asking whether it is...
View Article[RESOLVED] How can I delete a structure from a list of structure.
I need to remove an instance of a structure from a list of structure after I have processed items. I am unsure how I can accomplish this. for instance : vbNET Code: Public Structure EmailDetails...
View ArticleFor those of you who find the opening of 'Modern Family' confusing
http://vimeo.com/64686559
View ArticleSave a File with a Coresponding Textbox Name ?
Didn't know how to word the Title however i can explain what im trying to do. I have a windows Form that is opening an Excel Workbook Template, Sending Data from the forum to the right Cells and then...
View Articlehow to see * in access table
is there a way when lets say i have a user password that i enter in the form e.x 123456 when i save it then go to the access table and see in the field password ****** instead of the number? (123456)...
View ArticlePublic Shadows Event
I am able to override subs in a class but I cannot get an event to fire? (user controls) Public Class myTest Public Shadows Event TestEvent() Public Overridable Sub TestSub() end Class other class......
View ArticleVS 2008 How to make friends list in a instant chat messenger?
Hey Vbforums, As my subject states how do i make a friend list system for a instant chat messenger in visual basic?I have developed a very basic version of IM.its like you have to input the servers IP...
View ArticleVS 2012 (VB.NET) and SQL SERVER 2012
I am new to VS and I am trying to use VS 2012 (VB.NET) with SQL Server 2012. I have been developing using Access for many years and need something scalable. I am looking for some hands on tutorials...
View Articleconversion from string to type 'integer' is invalid error from text file
Hello again. I can't find my error in this code. Anyway, the assignment problem is to create a application that generates hundred numbers from 1 to 1000 and save the numbers to a file. The chapter only...
View ArticleQuerying Registry in windows 7.
In windows XP the following line will give me a return of United States Country = GetREGSZVal("SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\01\", "Name") Not I know that key isn't...
View Article