Hey - yep u can get setup not to create a startup item in the start menu for your application. Once you have packaged ur application up it creates a file called SETUP.LST. Open this file and scroll down to the heading [IconGroups]. If you get rid of the few lines after this heading - save +...
Im trying to add a new record to an empty datagrid and i am getting the following error message -
"Rowset not available"
My code is:
grdActions.AllowAddNew = True
grdActions.Row = 0
grdActions.Columns(0).Text = "bla bla"
grdActions.Columns(1).Text = "bla bla"...
I have a status bar control on my mdi form and to resize it when the form is resized. I have following code which doesnt seem 2 work.
sbMain.Width = Me.Width
Any help/comments will b greatly appreciated - Thanks.
I am developing a Visual Basic 6 application with an Oracle 8i database. I need to read data stored in a Long Raw column. Is there any way of converting this data into a string or an equivalent data type in Visual Basic 6?
Im using Visual Basic 6 with Oracle 8i. I am need to read in information from a LONG RAW column in Oracle 8i. Is there any way of selecting a LONG RAW column in my SQL statement?? Or any way of converting this LONG RAW column value into a Visual Basic 6 string or other data type so that the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.