Getting Started with the CollectionEditor
Hello, I need some assistance please regarding implimentation of a CollectionEditor within a PropertyGrid. So far I have created the PropertyGrid and populated it with various properties and their...
View ArticleProgram not open on other pc
Hello, i have a little problem. I programming one program and when I open a program on my computer --> run normally. On friend's pc my program not working. I tested it on my second pc and same...
View ArticleVS 2013 MS Access SQL Update - not set to an instance
Hello, I am trying to update a row using the following code HTML Code: Private Sub update_Click(sender As Object, e As EventArgs) Handles btUpdate.Click     con = New...
View ArticleIs it difficult converting VB.NET to Java/Android?
A have a Movie Manager program that I made in VB.NET using Visual Studio (which some of you helped me a great deal is working very nicely). I now need to create an Android application using Java and...
View Articleonclick="document.forms[0].submit();" How to click this Button on vb.net
Hi to all ! Can you help me solve this problem? I have this code but the problem is when i click the button it doesn't response here's the code Code: Private Sub Button1_Click_1(ByVal sender As...
View ArticleVS 2010 Mute a recording device in Windows Vista+
I've been trying to accomplish this for the last few days, basically I need a way to mute the microphone from within my VB application. This seems like it would be an easy task, but I haven't found...
View Article[RESOLVED] Centering a form on screen
Im trying to center a form with 'animation' but the form keeps going to different location every time. heres the code I used Code: Dim ToLocX as integer = 0 Dim ToLocY as integer = 0 Dim LocX as...
View Articlecopy text from website ?
Is there a way to copy text from a website from a "DIV" tag ? I want to copy that meltmail i was searching on this forum but i dont get nothing that help me :C. so.. i ask to an expert. Anyone can help...
View ArticleVS 2010 stop console app from running on install
i don't want my console app to run after i install it because i am going to set up a scheduled task to run the app at a certain time every week. i can't seem to figure out how to do this? any...
View ArticleI am using visual basic 2010 and require help to proceed
I need to design a program to be used by an interior decorator to estimate the cost of painting a room. The following conditions also need to be met when this program is designed. 1.1 The decorator...
View ArticleConsole.WriteLine() vs Enviroment.NewLine
As a new programmer in Visual Basic today I came across the Enviroment.NewLine function. I am writing a console application in Vb.net and I was wondering what's the different between Enviroment.NewLine...
View ArticleRead binary text from text file to word
I have a text file which contents are retrieved from BLOB column of oracle. Can I make a small program in vb.net to convert the contents into word format extension as .DOC. Or second option I have to...
View ArticleWEBSOCKET desktop client
I would like to create a desktop application in VB.NET that uses WebSocket to communicate with websocket enabled wep page. Can someone please point me to right direction how to create desktop variant...
View Articleadding a STOP button
My program has a long loop that takes a few minutes to run. While it is running, the form freezes, it doesn't respond to any clicks on the controls. Even the minimise button doesn't work. How can I add...
View ArticleVS 2012 datagridview - unable to move around with 'enter' or arrow keys
Hi I am trying to move from datagridview1 to datagridview2 and v.v. as per the code below upon reaching last row cell and get the cursor blinking at the destination row/cell. Any suggestions please ?...
View ArticleVS 2012 Need advice about live stream radio broadcasting
Hi Guys! I am designing a website these days and the client wants his own broadcaster. I am experinced with some function calculators, simple games and databases before but this task requires three...
View ArticleProblem to do a line break into body mail using hotmail account
Hello, I have a extrange problem. Usually when I want to use a line break I use & vbNewLine & & vbLf & & Chr(13)& Always works, but now the email recieved is just a line without...
View ArticleRead/Write to Encrypted file without Decrypting the whole file - possible?
I have an encrypted sqlite database which decrypts when my application starts and encrypts when the app closes down - it is encrypted using the Rijndael method Currently the data is retrieved by my...
View ArticleVS 2013 Importing forms from VS 2008 to VS 2013 Express, no controls
Ok so I am working in VS 2013 Express edition. I have imported a form from an app I did in VS2008 and there are no controls on the form. If I open the frmVendors.designer, all the controls are listed,...
View ArticleVS 2010 [RESOLVED] SQL Problem?
Hi, I have a bit of a problem with my program, which I think might be the SQL. I'm trying to get all the ingredients for a recipe into a textbox but it's only showing the first ingredient out of about...
View Article