| Thread | Last Post | Replies |
|
| Converting string to hexa value.... | 14 Nov 2005 18:06 GMT | 12 |
I need to convert a string into a hexa and then into decimal. Dim X as string X = "0354" How can I from this string have it converted to hexa value and then
|
| Error Call Stack | 14 Nov 2005 17:58 GMT | 1 |
I like a feature in a another piece of software that logs not only the errors but the call stack, displaying the sub-routines called from a client action to the moment the error was called. Is there a simple way to do this or is it to create a dynamic array and add the names of ...
|
| Visual Basic 6.0 help files | 14 Nov 2005 17:51 GMT | 4 |
Having purchased Visual Basic 6.0 some time ago (years), I now find that it appears to lack the Help files. You know, no help when clicking on the Help menu. I understand this comes on a separate CD, but perhaps it's available for download.
|
| Applications of Datediff Function | 14 Nov 2005 16:46 GMT | 1 |
My spreadsheet contains a matrix of data in four columns by approximately 600 rows. The data is structured as follows: column A = start date column B = start time
|
| joechike@usa.com | 14 Nov 2005 16:21 GMT | 1 |
|
| Mail in Stand Alone C# Application | 14 Nov 2005 15:43 GMT | 1 |
I am working on a C# console application to send mails. In ASP.NET i could use System.Web.Mail. What can i use here to work on mailing. Can any one please advice me or post some sample code on how to send mails in C# console application.
|
| Refernce Active X dll from ASP.... | 14 Nov 2005 14:31 GMT | 6 |
I've written a ton of ASP but have limited VB experience. Anyway, I have a simple VB method as follows: Public Function Encrypt (ByVal Account_no As String) Dim cryptor As Object
|
| How to set printer......... | 14 Nov 2005 14:04 GMT | 2 |
How to set printer of my list printer at my computer so the printer is default printer?
|
| Project Group Problem | 14 Nov 2005 12:32 GMT | 1 |
i have 5 projects in a project group , each corresponds to a DLL. Some of these projects referencing to other projects. i am trying to run the project group in the Visual Studio. But i am getting "object not found " problems .
|
| list files from folder in hard disk | 14 Nov 2005 11:58 GMT | 11 |
hi guys another query is is possible to list all the files from the particular directory in a list box, but with the use of api ro dir, filelistbox control.. what i belive that it can be done by creating the object of dir,
|
| counting total numbers of rows of DataGrid | 14 Nov 2005 08:28 GMT | 1 |
im facing a difficulty in counting total numbers of rows from the datagrid i want save this from datagrid to that table in the database for this i want to access indivisualy and then update the recordset
|
| Export from MsFlexGrid to excel file | 14 Nov 2005 05:56 GMT | 3 |
I have got a large set of data in my msflexgrid and I 'd like to export it to excel file format for further data manipulation. Is ther any method of exporting them from msflexgrid to excel?? Thank you.
|
| dynamically create the DLL | 14 Nov 2005 04:11 GMT | 8 |
is it possible to dynamically create the DLL /exe from a program created in Vb. any takers...
|
| Compile progress bar | 13 Nov 2005 21:25 GMT | 2 |
Somehow, the progress bar that shows when compiling a project in VB6 SP6 has disappeared. I tried resetting the toolbars and it's not showing up. Anyway to get this back? I did some googling, but found nothing that worked.
|
| Please Help with Adapting this Code | 13 Nov 2005 20:15 GMT | 6 |
I have a List of 6 Number Combinations in Cells "G13:L27" The Following Code Cycles through ALL 5 Number Combinations ( 42,504 ) and Counts How Many of them are "Covered" in my List. Here are the Combinations in Cells "G13:L27".
|