| Thread | Last Post | Replies |
|
| DataTable!!! | 31 Aug 2006 14:33 GMT | 1 |
How can I copy only 10 rows of a DataTable to another DataTable? Sloppy soln...Need better !!! For Each dr As DataRow In MyTable.Rows If y > 10 Then
|
| help: Runtime error: -2147023113(800706f7)': Method '~' of object '~' failed | 29 Aug 2006 14:29 GMT | 1 |
Good day. I got this error(as subject) when running a VB application. There is a Microsoft link about it http://support.microsoft.com/?scid=kb;en-us;292744
|
| Dll's caller | 23 Aug 2006 21:40 GMT | 2 |
I have an application which will load com dll via createobject so within the dll, how can I reference back to the instance of the caller whoever calls createobject on the dll., because I need to access the properties/controls
|
| to count the the total no of windows opened using vb | 23 Aug 2006 21:19 GMT | 1 |
i m learner of vb.i wanna now how can i use getwindows option to get the running windows and check whether the running window is an excel application or not...pls help me rega rtding this
|
| Vb6: P-Code is smaller, faster and more stable!? | 23 Aug 2006 19:12 GMT | 1 |
I use Visual Basic 6 to create my application. P-code ist smaller than native code. I think that is clear. But I have always read (and though thought) that native code is faster and better.
|
| Package and Deployment Wizard problem in VB 6 | 21 Aug 2006 15:49 GMT | 2 |
I'm having an issue with the Package and Deployment Wizard in VB 6 and I'm wondering if anyone has seen anything like this. I've created an ActiveX dll and I have to create an exe to make it easy to deploy on the production server. In my dll, I have functions that use
|
| Timer control inside ActiveX problem | 17 Aug 2006 18:18 GMT | 1 |
A timer control is always running even the control is not being used. Any way to control timer to just be enabled on runtime ???
|
| How to put icon on Activex | 17 Aug 2006 12:28 GMT | 1 |
How can I put a icon to an activex control that appears on controlbox ? Thanks in advance
|
| How to create binary file? | 16 Aug 2006 22:46 GMT | 2 |
Does anyone know how to create binary file using Visual Basic? I am using the following code and it created a normal text file. Also one more thing, can I use a normal editor (e.g. Notepad) to open a binary file and read the content?
|
| How to calculate a checksum using exclusive OR? | 16 Aug 2006 12:56 GMT | 2 |
How to calculate a checksum using exclusive OR? For example I have a string and need to calculate a checksum (BCC) using exclusive OR, how? Regards, Daryl
|
| Editing Excel from a VB.NET Forms application | 16 Aug 2006 07:22 GMT | 1 |
I have a windoes forms application in VB.NET VS2005 that edits an excel 2000 worksheet via the microsoft Excel Com component. Dim xlApp As New Excel.Application Dim xlWB As Excel.Workbook = xlApp.Workbooks.Open(ExcelFile)
|
| how to count the total no of open excel application | 14 Aug 2006 23:38 GMT | 1 |
i m a vb learner i want to design a code to count the no open excel applications through vb.i want to no what classes are needed to be included and what API r to be used for this and how do i establesh an intefacer with vb
|
| Insert Data | 10 Aug 2006 09:54 GMT | 1 |
I try to insert some data in my table name customer(Customer_Name, Street, Account_No) from data: [Customer's Name] [Street]
|
| left mouse down on combobox | 10 Aug 2006 01:15 GMT | 2 |
I have this problem: I can't manage the right mouse key pression. This is possible with textbox managing mousedown event, but for combobox it is'nt possible. How I can resolve this problem?
|
| VB and BCP | 10 Aug 2006 00:45 GMT | 1 |
I'm trying to insert records from data file into MS SQL Database table through bcp. The data file has 3 million records here's my problem:
|