| Thread | Last Post | Replies |
|
| Client Server in VB6 | 25 Jul 2007 17:53 GMT | 4 |
I've created a simple Server program (SVR) and two type of client (cl_M and cl_S) programs that both interact with that server. On the server there are the following Events Public Event Ping(mExtID As String)
|
| VB6 and MS Project Server 2007 | 25 Jul 2007 17:30 GMT | 7 |
I have found a lot of info about interacting with MS Project server 2007 and .NET but I need to find a way to do it with VB6. I need to write an app that connects to the MS Project 2007 server and right now do something simple like get a list of projects. All I find for ...
|
| OT? Not Sure; VB Lockups ? | 16 Jul 2007 14:45 GMT | 10 |
Crossposted: ...vb.general discussion and ...vb.enterprise. VB6 Enterprise on XP Pro, SP2+, fully updated plus continuously scheduled malware/viral updates and scans. I am reasonably confident the machine is clean: Norton AV, Spybot,
|
| How to get prog title in taskbar | 13 Jul 2007 04:16 GMT | 4 |
My app needs to be borderless (basically so that it looks nice), but prob is that the taskbar only shows the prog's icon and not the prog name. Is there anyway I can get the progname into the taskbar without relinquishing my borderless form??
|
| Question - Update Query | 10 Jul 2007 21:13 GMT | 1 |
I think I will post this here instead to the Access group. I have a invoice table with a row number as the primary key. Looking at the source code, the row# is used to tell the program to display the record in that row in a grid.
|
| Passing an array | 05 Jul 2007 19:43 GMT | 1 |
New to this, I used to pass an array like this function BytesToString(byref myarray() as byte, somethingelse as long) as long and m = BytesToString(fooBar(), bluenose)
|
| FileGet | 05 Jul 2007 19:43 GMT | 1 |
Fileget is returning NOTHING I open the file, fine and inhndl carries the handle or index or channel..... Then res = space(4)
|
| Unable to show modal form within this context | 04 Jul 2007 09:22 GMT | 3 |
i am facing some problem please help me out... Actually i am using vb6.0 and on MDI form i have menu when i double click on that menu button i get error called "Unable to show modal form within this context."
|
| Screen Layout | 01 Jul 2007 16:34 GMT | 4 |
XP Pro SP2+, VB6 Enterprise edition, working strictly in IDE window, a definite newbie to VB period, let alone everything else it can do <g>! Working with the toolbox on the left & Properties, etc., on the right side of the screen, if I should click the Code or Form window's ...
|
| Creating objects (by assignment) in VB6 | 01 Jul 2007 15:33 GMT | 15 |
I wrote a C++ library that I want to use in VB6. I have exported a C API (via a win32 DLL) that may be used in VB6 using the 'Declare Function' syntax. However, I need to group related functions together (in VB6), by
|