VS 2010 Passing char array to a C++ library from a VB application.
Hey folks, i have a library exporting the following function: Code: void SCDocumentString (void *scHandle, uint32 docId, uint32 offset, uint8 *outKey, uint8 *outVal) Code:...
View ArticleMobile Emulator Woes
Hi Guys I ran into an issue with the Windows PPC emulators over the last few days and can't for the life of me figure out what is going on. I have been writing mobile apps for years and never ran into...
View ArticleVS 2010 Querying Active Directory Groups using VB2010
Good evening I really hope that someone out there in the forumsphere can help me with something that's been driving me crazy all day. My company (a contact centre) runs a piece of web-based software...
View Articlehelp me please with my final touch !!
I have a music player i have two ways to add files first way is to press add files button and it's ok second way is to drag files (audio files) and drop them into my playlist (listbox1) the problem is...
View ArticleVS2012 - Add Depth to Form Background
I have an MDI application with controls situated on the outer edges of the Parent. Only one MdiChild is opened at a time and is set to DockStyle.Fill in the center of the Parent. I understand how...
View ArticleVS 2010 Detecting adjacent label backcolor
Hello guys! I am making a rather simple game and need some help building the logic. Basically it is a game of strategy (probably not a very good one mind lol!). What it involves is a grid of 100...
View ArticleMy Htaccess Bloc's vB.NET Webbrowser? How can I create Access with PASS and...
Hey Everyone! Edited again: So I have created a simple html Page, and its protected with a htaccess pass and username. Now I dont really wanna share the username and password with anyone, so Instead I...
View ArticleVS 2010 Noob need help retrieving info from website (youtube)
Hey Here is a picture of the string i want to retrieve in the code: Attachment 96767 How can i retrieve this? (The "1-10 of 1151" part) Found this code in a different thread but i didn't get it to...
View ArticleVS 2008 Search criteria combination
hello, I have a project that searches a record on the database based on the selected combination of fields criteria.all possible combination could reach up 900 criteria. and i have a code inside the...
View ArticleBeginner's Help with VB 9.0 please!
Hey guys, just created an account for some immediate help I have got a Year 12 HSC Major Assignment for my subject, IPT. It requires we create an information system to help users. I chose to create a...
View ArticleVS 2008 How to resize this captured image?
Below is a routine I found on a blog on how to capture the screen and save it. I need to resize it down some. Does anyone know how to do this? Thanks!!!! Code:   Dim bm As Bitmap   Private Sub...
View Articleneed help making folder backup program
i am attempting to make(using visual studio 2012) a selective folder backup program. i want the program to create a folder inside a Dir and name it the computers current date and time, then copy the...
View ArticleImproper capitalization in KeyBd_Event
The code below works fine except the "KeyBd_event" is sending a lowercase letter for each letter in "name". The "name" which I imput is "John Q Jones" but what I get out is "john q jones". What am I...
View ArticleVS 2010 Is there any way to do math operation with numbers bigger than max...
I'm trying to divide a very large random number (bigger than 9223372036854775807 that is the maximum of Long in vb) by 2 for example, and if I msgbox the output it will be smth like...
View ArticleVS 2010 Zoom image. Hide excess behind background image.
First off, I am very inexperienced with VB. I am making a program for printing ID badges. The user can select which mask(background) is used with the buttons on the right. They can then choose the...
View ArticleVS 2010 Need Help With Appearing Random Labels
I've created a new random variable. And, I need to make a random label appear(label1.ForeColor = color.black) for every timer tick. I need to know how to make the computer choose a random label and...
View ArticleVS 2010 Array / Function Help
Hi, I'm somewhat new to programming so I'm just doing little questions I find on this internet, this one is working with arrays etc and I have looked at tutorials however I still can't manage to work...
View ArticleButton click help??
What do I need to add to this code to make a button click on the joystick do something? If anyone can help, this is the last thing I need to complete my program. Thanks! Imports System.ComponentModel...
View Article[VS2008] Windows.DispatcherTimer Causing strange behaviour in word addin.
Hi im posting this here because i feel the problem is being caused by the timer (specifically UI thread) and not office, but im not sure. i have various posts trying to solve a problem of checking...
View ArticleAny vendor have a good form/control resizer?
I'm an avid VB6 programmer finally moving to VB2010 (or 2012). In VB6 I used Seekfords resize control which works extremely well. It eliminates any need for extensive code for resizing controls, fonts...
View Article