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 ArticleScreen 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 ArticleArrays 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 Articlevb 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 ArticleRun 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 Articleassign 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 ArticleDesign 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 ArticleDirect 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 ArticleSysInfo
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 Articleopen 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 ArticleStrang 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 ArticleCommunictaion 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 ArticleVS 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 Articleselect 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[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 ArticleVS 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 ArticleWhich 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