| Thread | Last Post | Replies |
|
| Delete Files | 10 Aug 2006 14:57 GMT | 4 |
Is it possible after i run my process i delete text files from server. I run a process to read from text files after that i want to delete these text files so that no one again run the process. I am using ASP.
|
| How to capture array of strings in C DLL and pass it to a VB funct | 10 Aug 2006 14:13 GMT | 1 |
I am working on an C DLL in which i need to get values(strings) from the database and store it in an array and pass them to a VB function as a parameter. How do i return the array of strings in the C DLL function so that i can
|
| How to pass the handle of a list box to a C DLL function. | 10 Aug 2006 14:11 GMT | 1 |
I am working on VC++ 6.0 and VB 6.0. How to pass the handle of a list box to a C DLL function. Can anyone guide me on this? Its urgent.
|
| Reporting options in vb.net 2005 | 10 Aug 2006 13:07 GMT | 1 |
I am an Access developer considering using vb.net 2005 to develop a database application with reports. What options are available for creating reports in vb.net 2005 in the various versions? Also, are there third party controls available?
|
| Search colon | 10 Aug 2006 13:01 GMT | 4 |
Hi: How to i search ":" in a sentence. For eg: abc efg hij : kkk ddd lll fda fdasf jfdas fdas fsad When i read a line i want to skip those lines where ":" is present
|
| how to read a japanese characters from a file | 10 Aug 2006 10:50 GMT | 1 |
how to read a japanese characters from a file using Visual basic 6. I am using the following code, but it is failed to read the kanji characters. <Dim oStream As New ADODB.Stream Dim iNo As Integer
|
| Problems with Microsoft | 10 Aug 2006 09:04 GMT | 6 |
Who can I contact at Microsoft to tell them about compatibility problems with VB and their new antivirus software?
|
| Detecting a service that is running | 10 Aug 2006 03:24 GMT | 3 |
I wasnt sure where to post this so I'm posting it here and also in the WinApi area. What is the command to detect whether or not a particular service is running? I am working with a client that requires a program to be running as a service or their credit card processing will not ...
|
| How do I change the name of an executable? | 10 Aug 2006 02:33 GMT | 11 |
I want to change the name of the executable that is created using File>Make XYZ.exe. I've looked everywhere in the IDE for where this is set, but can't find it. I can edit the .vbp file with a text editor and change it manually, but I'd like to find the way to do it from within ...
|
| Center Child Form | 10 Aug 2006 01:28 GMT | 1 |
I'm a bit baffled as to how to center an MDI Child form. "0-Manual" is the only Startup Position allowed in a Child form and I can't ascertain the size of the MDI form since it maximizes on display, but seems to be defined as normal before displaying.
|
| Design issue | 10 Aug 2006 00:52 GMT | 3 |
I have been requested to design an interface which looks roughly like this: LoanOfficer Date Hours Inventory Name1 8/4/06 Name2 8/4/06
|
| Timed loop - loop for 10 seconds for objNet.MapNetworkDrive | 09 Aug 2006 23:56 GMT | 1 |
I am attempting to shorten the default timeout period when mapping a network drive via a logon script (useful when the server is down) from the default of 45-50 seconds to 10 seconds. Users with a dozen or more mappings affected like this can end up waiting 10+ minutes for the ...
|
| Basic Question: Function/Sub Scope | 09 Aug 2006 23:26 GMT | 4 |
Say I have a form with 2 command buttons. Command1's code is newval = fDoStuff(valuex) Command2's code is newval2 = fDoStuff(valuey) In a separate module I have the function fDoStuff(ByVal someval as Integer)
|
| Passing multi dimensional array as argument | 09 Aug 2006 22:12 GMT | 4 |
My question is: lets say I have a 3D array Array(x,y,z) withbondaries for x=7,y=2 and z=1000 I would like to pass part of this array to another procedure. Lets say I would like to pass Array(1,2 and all the 1000 elements in this section of the
|
| Please help! | 09 Aug 2006 20:01 GMT | 4 |
Hello, I need help. I generate charts, using macros, for my company. The macros are a fast tool when you have to do 40-50 charts a project. Well, my company had changed colors to the charts. As a result, I'm responsible updating the macros. Unfortantely, I'm not familiar with
|