For some reason after moving my computer to my new desk, when opening a old project I had worked on like 3 month's ago says when opening it that it can't find the "VBLAYOUT.OCX" It still opens the project I work on every day. Any idea's?
I am very very new at Visual C++. How do you grab a variable from another dialog box? If a dialog box is what it is called? I am familiar with Visual basic so I will tell you what I am after in VB terms.
I have a two forms called frm1 and frm2. I am now in frm2 but want to grab a variable...
My message box causes a error that says: 'invalid procedure call or argument'. Does anyone know what the cause of this could be from?
my msgbox line is like this:
MsgBox "No records found with the selections made.", vbOKOnly
I have a part of code that calls a routine that sets up a sql text. If the data I am looking for is not in the database it crashes. Here is the line I open the data base with:
Set sn = g_cmwdb.OpenRecordset(sqltext, dbOpenSnapshot, dbReadOnly)
How do I know there isn't any data in the...
I know I know it is not good programming rules to use global variables but I do. Few that is. My delima is I am getting a error when I try to read that global variable from another procedure after I have set it. It says it is a "invalid procedure call or argument" Any ideas?
I...
Does anyone know a easy way to write some code that will find the next day and the previous day? I have a date but I want to know the day in advance and the day previous to that date. I figured this would be easy but it gets complicated when you are on the 31st or 30th or 1st...
I am in the need of finding out what Drive I am currently on.
For example if you go to the properties of your hard disk it says
Type: Local Disk
Or for the network:
Type: Network Connection
Anyone know how to go get these?
Can anyone give me insight on how to write to a Access database using ADO. I know you use the
rst.addnew
'do the writing
rst.update
commands but it gives me errors. I think I need to make the database a read/write db but how??? and where????
I am wanting to grap multiple files in a directory. Well I was trying to use the commondialog box and it will not allow me to grab all the files. I have a total of 15,000 files and it only grabs half of them. I have uped the maxfile size to its max of 32727 and it still grabs half. Does...
I am trying to find a procedure or function in Visual Basic that will go and look at a file and tell me if it is a valid Ascii file. Can anyone help????
I feel like I am back to starting visual basic for the first day. Can anyone help me with this small easy issue. I am trying to initialize a combo box to a record inside it. I want the record I pick to be the one high lighted when I show this combo box. I will know which record by knowing...
How do I open a Netscape Browser from inside a visual basic project. I want the user to be able to click on a word "update" and it open the Netscape browser to a certain page. Is this possible?
I am looking into a way to find the start menu's path and set it to a variable. I then will know what the folder is called inside the start menu, and the file to open the file. But with Windows NT and Windows 9x being different on there paths to the start menu is there a command I can use in...
I am wanting to read Text files(*.txt) from a specific directory. I want to grab the first file read it through then grab the second file and read it through until I have read every file in that specific directory. I will know what directory these text files are in but how is done?
When closing Netscape and then opening a VB program from the executable I get a
"EDT32x30.ocx" Error. Is this a VB problem or Netscape problem? If either how do I get around this problem?
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.