Replace
Hello! How to replace / \ { } [ ] # % with {/} {\}.... inside string... textbox1.text
View ArticleVS 2008 BitConverter null value crash
Hi ! Im using ReadProcessMemory to read a address from plugin-container.exe, however i need to convert the value to String type to succesfully show it etc.I have a problem because when the value is...
View ArticleWhere has 'Delete All Breakpoints' gone ?
Hi, Not entirely sure this is the correct forum for this question but can't find a more specific one. Ok, I have VS2010 installed on my main PC (This one) and also on my laptop. When I'm coding and...
View ArticleVS 2008 Option Strict Disallows Late Binding
I still don't get this. What is the issue with this code that causes me to have to turn Option Strict off? vb.net Code: Dim dRow As DataRowDim id As IntegerDim fullName As String = NothinguserDct = New...
View ArticleAnimations
Hello everyone! I'm wondering if it's possible to animate a button. What I'm saying is that when you hover your mouse over, it slowly glowes, and when you move the mouse off, it slowly fades back to...
View ArticleVS 2008 [RESOLVED] IDE hanging
i was developing some application in VS 2008 express while i opened the same application through VS 2008 Professional the IDE taking too much of time to respond and execute ( at all the occasions, like...
View ArticleVS 2008 How to do this thign faster ?
Hi ! I have a program that checks different possibilities, it has idk like 10k possibilities and only one is true, im using one timer with interval 1 for this.Is there some way to make this very very...
View ArticleHow do I fill a checkbox listview with files in a chosen directory?
Hi, I would like to create an application that does the following (to start with) a/ I choose a directory on my PC from within the program b/ The program reads ALL of the names of the files in this...
View ArticleCode help! GOLF APPLICATION
I am doing an scoring application for golf. I am a beginner at using visual studio and need some help with the code. I need the user to input their strokes in to the system the system then works out...
View ArticlePrint the image by Parameter Fields
This code printing Printing text box And print the image Text box is not the problem The picture shows an error PHP Code: Dim ACrystal As New CrystalReport1...
View ArticleVS 2010 Number fields right align PrintDocument1
Hi everyone I am using vb.net 2010 and I am using PrintDocument1 to design a report. I have 2 numeric fields, please let me know how to right align number fields both with decimal and without decimals....
View ArticleVS 2010 word wrap in PrintDocument1
Hi there, I am using VB.net and printing a report on PrintDocument1, i have a text fields which is overwriting on next column field, please let me know how to wrap a text fields in 2 or more than 2...
View ArticleVS 2010 If Statement help
Hello this is my first time in this forum as I have just started to learn Visual Basic in school, I have a decent understanding of it however as I dabbled with it a bit for fun. My question is that I...
View ArticleVS 2010 Picturebox array - adding to form1
Creating a checkerboard. If I set up each row individually, the picturebox array is added correctly to form1. Like this for each row works. (each row alternates, so 'mod' is used to check x) For x = 1...
View Articlereplace with arrays
Code: Dim newstr() As String = {"1", "2", "3", "4", "5", "6"} Dim oldstr() As String = {"a", "b", "c", "d", "e", "f"} Dim notreplaced As String Dim x As Integer = Nothing Dim i As...
View ArticleVS 2010 Trial Version
I see that there is a Shareware Starter Kit for C# applications that has code for limited trials, secure activation, registration and Paypal integration. Does anyone know of any such software for...
View ArticleVS 2010 Adding items to a String array, from an existing array
Here's my code. Sorry for the awful conventions, but they are meant to be like this. Code: Public Function charliebrown() As String Randomize() Dim charlie() As String = New...
View ArticleVS 2010 scheds is not declared.
hello everyone i need your help : my problem is in the btnshedule i dont know why? error : Code: Error 1 'scheds' is not declared. It may be inaccessible due to its protection level....
View ArticleAbsolute TOP most window, is it possible?
I have an app that makes calls to other apps & processes. Sometimes they overlap my windowless app & make the Windows task bar even appear over my app suddenly. Other times I get flashes of...
View ArticleString was not recognized as a valid DateTime.
hello i use a label to display date in format "d/M/yyyy" by using this line Code: datenow.Text = DateTime.ParseExact(datenow.Text, "d/M/yyyy", CultureInfo.InvariantCulture).ToString but if the user...
View Article