[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 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 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 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 Articleis 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] how 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] 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[RESOLVED] how to check if my programm is already running
how do i check after i compile the project to see if its already running?
View Article[RESOLVED] Subscript Out Of Range error while saving from MSFlexGrid to...
Hello, I am working on a application where i am using a MSFlexGrid to allow users to populate data. When the populates the data in the FlexGrid and says "Save", the data in the grid is written to the...
View Article[RESOLVED] Txt index dosnt work on txt(11)
i have a code that if the user enters a letter or anything else beside a number then a msgbox popsout somehow there is a text txt(11) that dosnt show the msgbox this is my code Code: Private Sub...
View Articlehow to not update a specific subitem or field
is there a way to not update a specific subitem without getting a error? i have inventory and 2 text that are equal InvRemain & InvQuantity now in the form load i did that the InvRemain will be...
View ArticleCount login for consecutive days.
Hello, I am need of a little help. I am currently working on an application that records time when someone logs in and logs out of the system. I have the data of login and logout going into an access...
View ArticlePage Replacement Algorithm
Hi guys.. just want to ask if anyone here has a program for page replacement algorithm using FIFO, LRU, and OPTIMAL? Please :C
View Articlehow to sum all items in a listbox
i have a listbox that i add items in there e.x cards,phones,chair and so on how do i sum (caulculate) the items inside the list box and display it in a text or label?
View Article