VS 2010 Put Picturebox behind others
I'm making a "game", and I'm using pictureboxes. I would like to use a background image, but I used the 'Refresh()' command multiple times, and it glitches out if I put a background image on the form....
View ArticleVS 2008 Convert
Hi all , I've been facing an annoying issue using compression and convertion. There is my full code : Quote: Public Class Form1 Dim str As String Private Sub Form1_Load(ByVal sender As System.Object,...
View ArticleEditing page header/footer
We have a lot (thousands) of documents that need re-formatting. It includes (but not limited to) amendment to headers and footers. In the scenario I'm currently dealing with as a test document - I have...
View ArticleList Veiw Printing Help
I have a list view that I print out but if the list is longer than one page it ust cuts off. No additional pages print. Also I cant seem to get it to resize the width to fit on one page in portrait...
View ArticleVS 2010 Subscripts
How do I format the numbers so that they are subscripts? I get an output of X1Y1 + X2Y2 + , but ideally I would like it to be X1Y1 + X2Y2 + so that it is easier to read. Code: Public Class Form1...
View Article[RESOLVED] Multithreading causes Hang
Hi Guys, I've just started learning the multithreading in vb.net; Needless to say I'm facing issues. Please check the code written below as its not giving any output, it just hangs. Code: Public Class...
View ArticlePrint specified worksheet using VBA
Hello! Good Day! I am new in excel Vba. i want to use excel vba to print worksheets. I have "View" sheet w/c my userform located, Form1 and Form2 sheets w/c to be printed. My userform is: txtCopy - no...
View ArticleDatabase not foudn after publishing
Hi all, i am creating an application in VS 2010 (VB) that uses a local Compact SQL (.sdf) database. I have configured my connection as per below and it works perfectly in the F5/Run command of teh VS...
View ArticleVS 2010 The Version Updater
Hey guys, I bet that a lot of you have done this in the past, I have too, but since RipWay.com is down, I have no idea how to do it. So, I created a txt file and posted it at MediaFire, but I have a...
View Article[RESOLVED] Generate random numbers and characters in the same line?
Let me see if I can explain what I am attempting to do ... I have a number/letter combination as my 'base' (I need to keep the format), let's use 5124f8060cf2a99d96fcfd70 - I need to keep the format of...
View ArticleHow to replace Text using a Textbox in URL (SWF FILE)? (Flash Shockwave Object)
Hello, here today was trying to to embed an swf file (flash-game) for our new flash gaming website. I wanna embed it in my Project as an SWF Flash Wave Object so our members can play it where ever they...
View ArticleGreater than / less than issues
Hi guys, a noob here with probably a very stupid question. I'm using a timer to see if a label that is moving around hits a picturebox that is moving around. Code: If picturebox1.Top + 62 >...
View ArticleVS 2010 How to pass a formula from Private Sub frm_load
Hello everyone... VB noobie maTT here! I have a formula in "Private sub frmMain_Load" that I would like to pass throughout some of my other subs. Every time I try to pass it I get errors. Any idea why...
View ArticleVS 2008 Data Binding stuffing up through Designer???
I drag a field in from the datasources and it creates a bindingsource for it in the components section and binds the text field to it... when I then drag another filed from the same datasource onto the...
View ArticleAssigning items in a listbox to variables?
Lets say I have a listbox containing: 5 7 2 So item 1 is a 5, item 2 is a 7, and item 3 is a 2. I want to assign each number to a variable a, b, c. So how can I get: a = 5 (listboxitem1) b = 7...
View ArticleVS 2010 Help good way of protecting vb.net application
Hey, I need help can you guys tell me whats a good software to use to protect my project
View ArticleVS 2010 Simple IF-THEN statements. What am I missing?
I am attempting to calculate some basic math functions and have them output to textboxes at the bottom of my form. There are TWO problems that occur (no vb debug errors, just nothing happening): 1....
View ArticleUpdate control(s) on Form1 in a module that uses threads.
Hi I am using a module for a bunch of subs and functions that will perform things related to a certain textbox and combobox e.g. loading/saving data into them. I am using threads for those methods to...
View ArticleVS 2010 Datagrid export Excel curreny format problem
Hi, Thanks for the translation. I have a problem like this has occurred. Turkish currency is different from the transfer is meaningless.grid using decimal format. decimal format when the transfer...
View ArticleHelp me please?
I'm not sure if i picked right thread to post my topic, if I was wrong feel free to move it somewhere else :/ Anyway, I've made browser in visual basic, and as u may know visual basic uses IE web...
View Article