Problem loading forms etc. in VB6
Furthest from a guru here... Trying to load up code from a old VB6 project and getting '<filepath>/XXXX.vbp' could not be loaded. I get the same error if trying to open one of the forms from that...
View Article[RESOLVED] how to save images that are moved by user to save at the place
Hi, Everyone I'm new to this forum so hello. I been programming for about 4 months so I'm still really new to visual basic 6.0 I like vb6.0 because, my brother uses it and I rather us it to because of...
View ArticleDo I really need pdm.dll?
This problem is driving me crazy. I've already Googled til I'm blue in the face, so please no regurgitations of what you Google! I am running vb6 enterprise edition with no discernible problems and I...
View ArticleHelp with data parsing?
I am using the Yahoo Weather API Code: http://weather.yahooapis.com/forecastrss and I don't know how to download the data. What do I use? Microsoft Internet Control? Or what? Firstly I need to send the...
View Article[RESOLVED] syntax error in query
why do i get syntax error if all are the fields are correct why?:confused: Code: If NewRec Then Dim NewID As Long NewID = NextID("ChkID", "Checks") Dim strSQL As String strSQL =...
View ArticleRuntime Error "Too few parameters Expected 1"
Hi, I m facing an Error "Too few parameters Expected 1" while running the below query. Please help me to resolve the issue. Code: rs.Open "Select Sum(Qty), Sum(Weight) from tblPurchaseDetail where...
View ArticleQuerying Registry in windows 7.
In windows XP the following line will give me a return of United States Country = GetREGSZVal("SOFTWARE\Microsoft\Windows\CurrentVersion\Telephony\Country List\01\", "Name") Not I know that key isn't...
View Article[RESOLVED] how to use crystal report instead of datareport
so far i was using datareport how do i use crystal report with my code? is it the same code or method? this is my code Code: Set DTRprtAll.DataSource = CN.Execute("SELECT * FROM Appointments")...
View Articlehow to export access to pdf
iv been searching on the web to figure out how to export db access to pdf didnt find nothing is it possible to do so ? from my form in a code i meen
View ArticleHow do I high light words on screen using arrow keys
Hello, How do I High Light labels using arrow keys and not mouse, I have hidden the mouse and I want to have a time limit to give to the user, so say I did not pick a label for like 1min it will load...
View ArticleHow To: Change width and height of a Textbox at run time
I need to be able to right mouse down on a Textbox and if the mouse pointer is on any border then change the mouse pointer to one of those directional arrows and drag the mouse to change it's width and...
View ArticleAutomatically stored code to database then link/sync it to another code.
Hello there.. i have some question here regarding some application called VBterm, you can check the code here VBterm.zip so the first question, is that posible to stored the code that have been read by...
View Article[RESOLVED] text dosnt lower or eqals to another text
i have a text 12 that suppose to check if its Lower or equal then text 2 but when i update and put a lower amount it dosnt say that its Lower this is my code when i save Code: If Txt(12).text <=...
View Articlehow to check if the same number (Value) exists in the database
im trying to check if the same number is the same like in the Db i put sime code but its not working Code: If NewRec Then If Not FrmInventory.LsVw.FindItem(Txt(9).text) Is Nothing Then...
View Article[RESOLVED] How do I high light words on screen using arrow keys
Hello, How do I High Light labels using arrow keys and not mouse, I have hidden the mouse and I want to have a time limit to give to the user, so say I did not pick a label for like 1min it will load...
View ArticleRecommendations: Improved FileListBox with Date Sorting Functionality (and...
Hi All, I am looking for some recommendations for an improved FileListBox View...something that can at a minimum do the following: Loads Last Date Modified into the List - can click on column header to...
View Article[RESOLVED] is declaration missing for excel headers color
do i need to diclare something here? Code: For inti = 1 To rs.Fields.Count xlApp.Cells(1, inti) = CStr(rs.Fields(inti)) xlApp.Cells(1, inti).Interior.color = RGB(0, 0, 0) Next inti xlApp.Cells(1,...
View Article[RESOLVED] Process Killer
Today I started reading about VB and decided to create a Process Killer, I tried too many ways to do this, but didn't work. So, if anyone can help me with the code... Hm, I think it just need a TextBox...
View ArticleZip one file across multiple zip files
Hello, I know this can be done using various third party applications, but I need a VB6 equivalent which can run on a bog standard Windows XP machine. Archiving isn't essential, but I need Winzip to be...
View ArticleWebBrowser1 opening new window on form submit
Hello, I'm using the WebBrowser object within Excel to automate a task. I can use it to populate a form, but when it clicks Submit, it opens in a new window and losses the session information. Is there...
View Article