need advice on program hanging
Good day. I made a program which has 4 timers all of which works on interval of 1000 My problem is after few hours, this program hangs and so I cannot touch its menu or see whats in the gui. I also...
View ArticleAbout a Free Online White Paper,that is for download???
Hello, I am looking to get a Free Online White Paper on Data Environments and making Visual Basic Source Code Commands with them. If there is anywhere I can be able to get one, could you please help me...
View ArticleHow to get date only from a date and time value?
I'm sure I knew this but I can't remember the function to convert a date/time value like "9/13/2012 10:00:00 PM" into "9/13/2012". Thanks
View ArticleMSflexgrid
Hi In MSFlexgrid i have 4 columns . I want if in column 4 value is "D" or "P" it should not allow user to change values in Column 1 & 2. Thanks
View ArticleValid Value in MSFlexgrid Column
Hi I want if column no is 4 in MSflexgrid user should be able to enter only values D or P and length of column should not be equal to 1 . It cannot be blank. Thanks
View ArticleBackground Color of MSFlexgrid
Hi I want to change the background color of a particular row say Row 2 to Black . I don't want that color of other rows should change. Thank
View Articletextbox problem
i have 4 text boxes. two are auto filled and 2 u have to fill in urself. what im trying to do is if the 2 u have to fill in urself are blank it takes they auto filled one( thats working) but need to do...
View Article[RESOLVED] Problem: How do you remove and add one piece of data from a list?
I'm not to sure how to add and remove a single piece of data to and from a list. When you click on ONE piece of data in the list it should be added to another list and if you want to remove that item...
View Articledeleting from table in vb
hi trying to delete stuff from a table in my code so say this is my table secid c1 c2 aib 1 2 aib 2 2 aib 3 3 boi 1 2 boi 2 2 so when i come to the delete part of my code i want to say delete all the...
View ArticleVB6 displays the desktop when a 2nd window is displayed
I have a VB6 COM object that is called from C++ app. This C++ app is displaying a series of windows that uses the entire screen display. The windows taskbar is not displayed. This C++ App calls my VB6...
View ArticleDisplaying an image in VB6 retrieved from SQL Server 2005
Displaying an image in VB6 retrieved from SQL Server 2005 Attachment 91371 I am new to VB6. My shop uses VB6 and SQL Server 2005. What I would like to do is create 2 forms; the first form has a button....
View ArticleVB6 - Listview vertically?
Hello I was playing around with listviews (new to vb) and from what I understand is that the item is placed to the far left then the sub items are then listed to the right of it. Is there anyway to...
View ArticleReDim Array and get Subscript Out of Range problem
Public Type ColorArray ColorTable() As Long End Type Dim MyColorArray() As ColorArray Then in code ReDim MyColorArray(1).ColorTable(256) For this I get Index out of Range error
View Articlehow to creat code with VB to calculate dat ot Year(2012)
I would like to know how to write vb code about this: My question is 1. a combobox to selct month 2. a textbox to input Day 3. a label to display Day of Year(2012) 4. and click add the button to...
View ArticleSave Image automaticaly in a perticular file with name.
I want to save Save Image automaticaly in a perticular file with name and when restart the program it should not replace the previous saved files. I have a code for saving the image which assign name...
View ArticleCheck for empty access database
Is it possible to check if access database has table or not? Please help with codes if it is possible thanks
View ArticleMy VB6 Angry Birds Game
Hello Everyone, A while ago i created a replica of Angry Birds using vb6 but unfortunately i don't remember where i saved the source. I have the compiled exe which runs well in my computer but gives...
View ArticleQuestion about mail merge with VB6
Hi everyone, I have to modify an existing VB6 app to print data on business card labels (the ones with 8 cards per sheet). I have looked up code examples for this but I'm not sure how to start. Do I...
View ArticleHow do I pass a multidimentional bytearray to a user control?
In Class Modules, I can just use the "let property" statement, but in a User Control it doesn't work. From the Control's point of view, it thinks I'm passing it an undimentioned array (as if I'd...
View ArticleMSFlexgrid
Hi I have fields Code,Name,Quantity,Value in MSFlexGrid order by code . I want if user type any character cursor should move to that row in MSFlexgrid . For e.g as the user enters character first row...
View Article