| Thread | Last Post | Replies |
|
| L Shaped Frame | 01 Nov 2005 00:53 GMT | 6 |
Does anyone know of code that will create an L shaped Frame?
|
| Newbie: write calulation loop in a Table (ADO) | 01 Nov 2005 00:38 GMT | 2 |
I dont seem to be a ble to find an example where i write (save) the results of my calculations in an mdb table. The reason is that there are a lot of calculation being produced AND I will need to apply some filtering and selection processes later on. So
|
| Listview - make sure no item is selected | 01 Nov 2005 00:37 GMT | 4 |
How can you make sure that there are no items selected in a ListView?
|
| Code advice | 01 Nov 2005 00:08 GMT | 2 |
I'm writing a program that requests a word. The word must contain the letters n and r. If it doesn't, a message appears. I got it to show the error message, but it shows it no matter what. Here's my code. Private Sub btnEvaluate_Click(ByVal sender As System.Object, ByVal ...
|
| Delete Cache Files! | 31 Oct 2005 23:45 GMT | 3 |
The following code deletes all the files that reside in the cache using the WebBrowser control: Private Declare Function FindFirstUrlCacheEntry Lib "wininet.dll" Alias "FindFirstUrlCacheEntryA" (ByVal lpszUrlSearchPattern As String, ByRef
|
| Print landscape from Visual Basic .Net web page | 31 Oct 2005 22:44 GMT | 3 |
Would anyone know of a way that I could force a web page to print in landscape with VB.net or anyway really?
 Signature AHIhelp
|
| VB mobile | 31 Oct 2005 22:04 GMT | 5 |
I have doubt is it possible to program the mobile using VB
|
| VB6 and .NET | 31 Oct 2005 20:29 GMT | 5 |
I have .net installed on one of my computers. I need to do some work on an old vb6 app. Is there any incompatibilities, do the two coexist?
|
| How to transfer info automatically from an excel data base to a word document OR an excel | 31 Oct 2005 19:24 GMT | 2 |
I'm working on a project with an excel database and need help with the following. This database has some dates that are changed regularly and I need to make an automated
|
| Launching Exe | 31 Oct 2005 18:11 GMT | 8 |
I need to launch an exe but do not know where the exe is located. I cannot use windows to find the exe based on file extension because there could be another app associated with it. I know the exe name so how can I find the path to launch the exe?
|
| html tag parcing | 31 Oct 2005 16:08 GMT | 1 |
is there any one who can html me in parcing html tags please help thanks for the reply
|
| making control transperent | 31 Oct 2005 16:04 GMT | 7 |
does any one knows how to make a control on form transperent , i dont want the whole form to be transperent but just a control on it..
|
| Can I tell the date on a file in a directory? | 31 Oct 2005 14:46 GMT | 2 |
Is there a way to read the date of a file in a directory? I have used the dir$ function but it does not seem to return this information.
|
| Errors | 31 Oct 2005 14:45 GMT | 13 |
Does anyone know of a third party tool that can add error handling code to all subs/functions in a class or module to a specified format which then can be customised to deal with the errors likely to be raised at the code? I have been neglectful in adding error handling code and ...
|
| Create Process API | 31 Oct 2005 07:43 GMT | 1 |
I cannot able to solve problem while using CreateProcess API in visual absic 6.0. I want to open a new .exe (e.g notepad.exe) file with CreateProcess API and it never take parent id from the parent process and open as on same level as his called program (parent process). Any one ...
|