| Thread | Last Post | Replies |
|
| Please about Literal Statement? | 24 Jan 2004 05:44 GMT | 2 |
in Clipper we can use macro Operand to use contents of variable to be literal Statement, example : I want to Open Table Personel while user should input table name, following is code :
|
| MDI form | 23 Jan 2004 16:14 GMT | 4 |
Can we place VB 6.0 user control directly on MDIFORM? If yes, then how? Regards
|
| Open .DBF File With VB | 23 Jan 2004 14:02 GMT | 1 |
can I Open DBF file in VB ? Please help me....anybody show me that code to open it .
|
| issue with textbox. | 23 Jan 2004 06:23 GMT | 2 |
how can i get to know the line no. on which the cursor is blinking in a multiline text box ??
|
| VB Command() retrieves short filenames from Windows Shell | 22 Jan 2004 23:16 GMT | 4 |
Suddenly I began to experience a strange problem on Win NT4 computers. When I drag and drop any icons into my VB app (or use any of shell extensions) the Command function retrieves short file names instead of long ones.
|
| AXData Sample | 22 Jan 2004 16:41 GMT | 1 |
I am new to programming and was following the tutorial in the msdn library. I followed the steps in creating the AXData sample but I keep getting an error that the yser defined type is not defined referring to the MyDataSource class. I made sure that MyDataComponent was ...
|
| MS Word Functionality in VB | 22 Jan 2004 15:53 GMT | 4 |
I want exact functionality of commondialog box in MS-Word goto Tools/Options/File Locations/Modify Location. I want to use it for setting the directory location and NOT for file
|
| creating a OLE DB connection for MS-SQL | 19 Jan 2004 04:30 GMT | 3 |
i have a programme which i used VB 6.0 on MS-SQL 2000. what i read from a tutorial on www.sql-server-performance , it was recommended to use OLE DB for the performance of the connection.Therefore, i decided to change the Sub which i made the connection with ADO .
|
| Which tool or language was ADO developed by? | 18 Jan 2004 19:38 GMT | 18 |
Anybody knows which tool or language was used by Microsoft to develop the ADO component?
|
| c++ to vb | 18 Jan 2004 01:43 GMT | 1 |
is there a way to convert Visual C++ proect convert to VB 6.0 project thank in advance
|
| HELP: Only user-defined types defined in public object modules ... | 15 Jan 2004 10:31 GMT | 6 |
I'm a VB newbie (background C++/C on Linux) writing a couple of VB functions in Excel to carry out some preliminary data analysis. I have written a function prototyped as ff: Private Sub OutputSpreadData(ByRef Dataset, ByVal SpreadType As
|
| Runtime menus | 14 Jan 2004 17:35 GMT | 4 |
I want to create menu at runtime totally, in my VB application. That is I will have only form at design time with no menu items and create all menus at runtime only, maybe at the click event of a command button.
|
| Using a DLL | 13 Jan 2004 15:07 GMT | 1 |
I'd debugged and compiled an ActiveX DLL. When testing I had no problems, but I used it (as a dll) in a new program, and I get an error. Who can help me?
|
| VB6 and CryptoAPI | 09 Jan 2004 15:48 GMT | 1 |
Augggghhhhh! I am trying to retrofit some old code in VB6 to be able to use the same encrypted data created using a VB.net application. VB.Net has the System.Security.Cryptography namespace to make things
|
| help | 09 Jan 2004 15:20 GMT | 3 |
hi. im doing a VB project for school and i need some help. i have visual basic 6.0. here is my code for my menu calculate button, where the problem is happening. Private Sub MNUCalculate_Click()
|