[RESOLVED] how to make a moving label from left to right and then loop it
how do i make a label that will move from left to right and then come back again and so on tnx for any help
View Article[RESOLVED] when i drop down combo box and select any one how to transfer...
Hi All, I have one Combo box with the list of All State name of India. my problem is that when i select a State name then text box show me a code of that particular state. like if i select a State...
View ArticleNo Of records
hi I am using Sql Database . I count no of days for a particular date to generate Series str = "select count(*) from temp where adate='" & CDate(tmpdate) & "'" If for a particular day i am...
View Articlehow to make ocr in vb6
hi am seeking a project in which two image i load from directory and that software have to detect the image and tell both are same or not. if yes then alert by message box or anything else. thanks in...
View ArticleUpgrade vb6 to .net? which one to install?
I am going to upgrade from vb6 to vb.net. I was using vb6 for years till now. But due to some limitations i have to upgrade to vb.net. can any one please advice me which one should i install vb2008 or...
View Article[RESOLVED] How to prevent child window resizing and change position
How to prevent child window resizing and change position? code: SetParent lonHandle, Form1.hwnd now, I want to prevent resizing and change position from lonHandle window
View ArticleI want to show a tick on MSChart, how?
I have an MSChart with 3 line series. I want to show if any line has reached a critical value. A tick on y-axis, a different color of y-label, or a red line across the chart, will do. Let's say the...
View ArticleBest way for VB6 and VB.net app to communicate
Hi, I've got 2 projects, 1 VB6 and 1 VB2008. I need to run them at the same time and need the VB2008 app to receive commands from the VB6 app. E.g. if I check a checkbox in the VB6 app, a checkbox in...
View ArticleHow do you create a program and make it stay at the top of your screen?
Hi, I have ran across a project where a program was made, when you clicked a button it would move to the top of the desktop and actually push icons down to make room at the top and would not move...
View Articleerror - string is required
Hi This is the string str = "select transactionno,tdate,tarewt,taredt,taretime,grosswt,grossdt,grosstime,netwt,grossshiftdate,tareshiftd ate,grossusercode,tareshiftcode,grossshiftcode from...
View ArticleVB6 code does not work on Win7
Run time error 8002, when program run on windows 7 but work properly on windows xp , please do something? my code is: Private Sub Form_Load() MSComm1.CommPort = 1 MSComm1.Settings = "9600,n,8,1" p...
View ArticleVB6 - Reading/Writing to file over network
I have two programs running which decode data from aircraft, each program writes to a .csv file the first time a particular aircraft is heard. The programs run on different PCs on a LAN - is there any...
View ArticleForm in IDE Window occasionally SHRINKS in width
Every once in a while, my application Form with which I am working in the IDE window will suddenly reduce itself in width (right hand side is not visible). I cannot resize the form by dragging the...
View ArticleDateTime Field
Hi System Time is 7:05 PM when i store in MS-Access it shows like 7:05:35 PM , but in SQL it saves as 19:05:13.0000000 . Why is it so . I want in sql also it shows like MS-Access Regional Setting Short...
View ArticleTime Part
Hi What is wrong in the below code , i have written in module .Problem is in second line ServerDate = cnn1.Execute("Select GETDATE()")(0) ServerTime = Format(ServerDate, "h:mm:ss tt") Thanks
View ArticleHow can I make a Data Report Landscape?
How can I make a Data Report Landscape? Please help me in this regard.
View ArticleServer Time
Hi i want to get only server time through stored procedure in visual basic 6 Thanks
View Article[RESOLVED] check between to dates to display results error why?
i am trying to check some values from a table and display the results in a report i get error why? what is wrong? this is my code Code: Private Sub BttnShow_Click() Set DtChkReport.DataSource =...
View ArticleKeeping Data Static on Form2
I have program with two Forms; the main Form (Form1) and another (Form2) that keeps track of game moves going on in the main Form. When a player makes a move on the main Form game board the move is...
View Article[RESOLVED] Keeping Data Static on Form2
I have program with two Forms; the main Form (Form1) and another (Form2) that keeps track of game moves going on in the main Form. When a player makes a move on the main Form game board the move is...
View Article