Quantcast
Browsing all 27400 articles
Browse latest View live

VS 2010 TableLayoutPanel Drag and drop?

Hello, I'am making a desktop like application where I use PictureBox'es as icons and a TableLayoutPanel as the snap to grid (just like the Windows desktop) But how can I make a drag and drop script, so...

View Article


Blurry app on ShowDialog.

How can make my app go blur when I use showDialog? Like it will show a dialog form with ShowDialog, and the background form (The parent) will be blurry?

View Article


Image may be NSFW.
Clik here to view.

Chart - Clustered and Stacked - How to ?

Hi, I have a set of data like the one below (from April to March). To respect our fiscal year: Attachment 95583 This example is for 3 years, all years having 2 categories (local and world). I would...

View Article

VS 2008 Str Function

Dim j As Integer Dim Hold_Number As String i = 2599 i = i + 1 'at this line, i becomes 2600 as you would expect Hold_Number = Str(i) j = Len(Hold_Number) After the last line executes, j = 5, not 4 as...

View Article

Reading 64bit registry entries from 32bit app - hurlp!

So I've been over and over and over this and for some reason it completely escapes me. I cannot get this to read 64bit information properly and I could really use a hand as to what I'm missing here. I...

View Article


VS 2010 How to pass textbox value from a form to outlook add-in

Hi all, I have some code which populates a combobox and I want to pass the selected value of the selection to my outlook add-in. How can I reference the value on the form from the item send routine? I...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 [RESOLVED] Financial.Pmt Help

I am trying to get a program to work for class...but obviously it is not working. I have spent 5 hours trying to figure out what is wrong and have rewritten this several times to no avail. Here are the...

View Article

VS 2010 filter a dataTable using distinct column value...

Hey all, I have a large data table that stores process data. The table has a process_start_time column (dateTime value) and a total_process_time column (double). I ultimately need to get the sum of the...

View Article


[RESOLVED] Array out of range.

Hi I am trying to make some code to collect tokens of a string. but I keep getting an out of range error, tho it works with some expressions here my code. Code: Public Class Form1     Private Enum...

View Article


VS 2010 How to set the ListView cell text or background color

Hi all. I am new to WPF and I am trying to change the cell text or background color in the cell. Example Cell >= 1.25 change color to red Cell <= 1.24 change color to green Here's my xaml Code:...

View Article

null reference

i am getting a 'system not set to an instance of an object' nullreference error when i run the following function: Code: Function collisioncheck()         spikes(1) = spike1         spikes(2) = spike2...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 Transparent edges.

Howdy! I'll try to keep it short. I've decided to make custom skin on my application, so I picked background color which was Orange, set the transparency key to background color, but sadly this is what...

View Article

VS 2010 [RESOLVED] Need help converting textbox numbers into integers

I'm creating a temperature convertor in Visual Basic 2010. I have the code working, but I need it to convert the result of the conversion into an integer. I've tried, but no success. I'm trying to...

View Article


Image may be NSFW.
Clik here to view.

VS 2010 Difficults with transparent edges.

Howdy. I've wanted to make my application to look more "flashy", so I decided to put a skin on it. So I've set the background color to Orange, and the Transparency key to Orange as well. As a result...

View Article

VS 2010 compare two datasets

hi everyone, hope you doing fine. I really need some help. actually i am developing a small application for creating invoices. one thing that i am finding really hard is when you have to edit an...

View Article


Any help on writing string to a process

I have used this class file to write Integer's to a process of my choice. Code: Module ReadWritingMemory     Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Integer, ByVal...

View Article

Image may be NSFW.
Clik here to view.

VS 2010 Picturebox Collision Issue

I am making a simple game where a Rocket has to get to the top of the form by dodging meteors, i have one particular issue. Attachment 95651 You see, when the rocket clashes with the meteor, the game...

View Article


Get LV column index by column header text?

OK this works..., Code: ' setup LV ListView1.View = View.Details ListView1.AllowColumnReorder = True ListView1.Columns.Add("A") ListView1.Columns.Add("B") ListView1.Columns.Add("C") ' Get column index...

View Article

VS 2012 Premium or VS 2010 Premium for a beginner?

Hi All. I installed 2012 and then went looking for tutorials and books. Of course, there aren't many for 2012 yet. Should I install 2010 instead? I have an MSDN, so no matter to me. I'm a bit new to...

View Article

VS 2010 Updating program toVB 2010 - storage of user-type information

I am reviewing the need to update an old program I wrote back in VB6 days. I am working with VB 2010 and am trying to determine my best approach. It's basically a reporting program that will display...

View Article
Browsing all 27400 articles
Browse latest View live