Quantcast
Channel: VBForums
Browsing all 42215 articles
Browse latest View live

Screen resolution in VB.net

I have notice that in VB6, after building an application one must again write some codes to make it fit on any screen that it will be run on. Mine is giving me one hell of a time. I have decided to...

View Article


Screen resolution in VB.net

I have notice that in VB6, after building an application one must again write some codes to make it fit on any screen that it will be run on. Mine is giving me one hell of a time. I have decided to...

View Article


Arrays length query

Hello. I would be most grateful if someone would shed some light on the following problems. I have executed a code fragment on two PCs running VB 6 SP6 and with three sets of input data and get the...

View Article

vb 2010 Phone number lookup assingment. HELP NEEDED

Hi all, I am new to vb 2010 I have a assignment where I have a list of 7 friends names. If I type a name in the user input text box and the name is in list box then a message box will appear giving the...

View Article

[RESOLVED] Check to see if time overlaps

I am making a program where you can book a room for certain amount of time. So lets say in my list i have following times saved : 1. Start time : 1:00 PM and End time 3:00 PM 2. Start time : 12:00 PM...

View Article


Run flash file with xml

Hi I want to run a flash file with xml through vb6. I can run flash directly sample.swf and can access the data from xml. When i tried to open in vb it is not accessing the xml values. What could be...

View Article

assign group to listviewitem

hello i searched it a lot but found no help. i have some groups in my listview. and wanna add items to listview. they indeed add to the listview but the group is not added to the item? this is my code...

View Article

Design Pattern Monkeys Are Monkeys

People who memorize design patterns usually create more problems without solving a single one. http://sathyaish.net/writing/Tiny-De...rnMonkeys.aspx

View Article


Direct link to MSDN topic help.....

I am building a SELF-HELP application about Microsoft Windows Common Controls. On tabs, I want to include a link to MSDN (on my system) for specific help on each control in each component (3.6, 2,6...

View Article


SysInfo

So I had a laptop stolen and I'm reinstalling everything. I've got it 99% of the way but my app won't compile because it uses SysInfo.ocx. SysInfo ships with all versions of VB6 but it's only active in...

View Article

open java popup window in same browser control window

i tried this and it doesnt work: Private Sub WebBrowser2_NewWindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser2.NewWindow Dim myElement As HtmlElement =...

View Article

Strang RichTextBox Issue

I have a RTF that isn't saving everytime and will leave a blank 0kb file but the next line saving the same richtextbox but in format CSV works everytime. The issue only appears to fail on the very...

View Article

Communictaion Port

Hi Can some one explain me the functioning of these lines . Mainly these lines Buffer = MSComm1.Input Debug.Print "Receive - " & StrConv(Buffer, vbUnicode) If comm1.PortOpen Then comm1.PortOpen =...

View Article


VS 2008 find string from another form

i would like to find a string of text within form1, however enter the string of text to find in form2 and then replace this text in form1 im having trouble linking the forms Code: textbox1.Text =...

View Article

select on image , How can i do that?

hello i want to make a select over image for example: i want the user choose the city he live. i will put a image of world to user and he will click on his country .then the image will change to be a...

View Article


Image may be NSFW.
Clik here to view.

[RESOLVED] Some MSDN links not working

This same info was posted on my earlier thread about MSDN links...BUT, I marked it as Resolved, and didn't know how to unmark it. So, hopefully, I won't get in trouble with this 'double posting'.....:(...

View Article

ERROR Help

Delete this thread

View Article


VS 2010 cannot start application

hello i cannot start my created application. with the following error error while trying to run the project : unable to start program : (path to app) this application failed to start because the...

View Article

[VB2012] control the PDF commands within the webrowser..

Hi guys, I use this code for displaying a pdf doc inside a webbrowser, Code:   Dim pdffile As String = "C:\Program Files\CPI\412.pdf"         WebBrowser1.Navigate(pdffile) but it opens the pdf with the...

View Article

Which Language Should I Use?

I'm a newbie when it comes to programming and I'm going to be creating small, simple program and just want to know whether what type of VB language i should use. Basically the application will allow a...

View Article
Browsing all 42215 articles
Browse latest View live