Upgrade 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 ArticleNeed to Call database table to another database using VB6
Hi, Can anyone help me how to call another database table.? I need a table from database1 to be used in database2, I am thinking to put it in a stored procedure but I don't know how to call it. Waiting...
View Articlehelp please
hello i have 2 tables 1: it has 50 serials 2: it has 20 serials and they have joint serials how to see joint serials in table 1 . thanks
View Articleneed help with winsock ( processing 4 items from list ) at a time
as you se in the picture the ( red ) arrows are the first 4 to be processed then the next 4 (green ) then on and on how do i do this with winsock please help. Code: Text1.Text = "" ws.Close ws.Connect...
View ArticleCreateObject("Microsoft.XMLHTTP")
I've just recently (as of this week) run into a strange issue I've never seen before and am hoping that the VBForum gurus can assist. (PLEASE) I have been submitting webservice requests via XMLHTTP for...
View Article