| Thread | Last Post | Replies |
|
| Dynamic Data | 09 Aug 2006 19:38 GMT | 3 |
I have a form that has user input that I need to pass to my business layer. The user input is dynamic and is not know at design time. I have an interface between my layers (presentation and business). I want one method call and I do not want to put much logic in the form so I ...
|
| Retrieving registry value | 09 Aug 2006 17:25 GMT | 4 |
At runtime, I need to retrieve a registry value that is not located under HKEY_CURRENT_USER\Software\VB and VBA Program Settings, so GetSetting isn't going to do the trick. I've found the CRegKey Class and its methods (specifically QueryStringValue), but I'm missing the code to ...
|
| replace function | 09 Aug 2006 15:32 GMT | 6 |
I have to replace every " in a string with "" replace(string,""","""") generates an error Thanks Gonzo
|
| M.S.O.VB | 09 Aug 2006 15:30 GMT | 3 |
First of all am I in the right NG if not please redirect me. I have inadvertently set up a Macro in Microsoft Office word 2003 each time I open it I am presented with a window stating--- Macros in this project are disabled etc--
|
| Command Timeout | 09 Aug 2006 15:29 GMT | 2 |
Here's my problem. I have a big vb.net application with a lot of calls to stored procs. I don't want to add the line "Command.commandTimeout = 600" in front of each of these calls. So, the default timeout is set to 30 seconds. I'm pratically sure that I canc change this 30 ...
|
| [OT?] NDoc, Exceptions and the Framework | 09 Aug 2006 15:00 GMT | 1 |
Directory.CreateDirectory throws a bunch of Exceptions, all of which are documented in MSDN. I've written a library class that contains a method calling Directory.CreateDirectory so, now , /my/ method could throw all of these
|
| Reg Expression | 09 Aug 2006 14:09 GMT | 5 |
I try to search pattern using RegExp method but it wont work. Data contain emails which i save it into a textfile and want to read the contents of email (Date, Customer Name, Street, Subject etc etc). Date, Customer Name etc they all are in large braket and on the next line
|
| Creating an Instance of a C DLL and using it in VB6.0 | 09 Aug 2006 12:15 GMT | 2 |
I want to know about creating an instance of a C DLL and how to use that instance in a VB function on VB6.0. Thanks in Advance.
|
| Service written in VB2005 does not function | 09 Aug 2006 11:15 GMT | 3 |
(Please, excuse my English.) I am a newbie in VB2005 (VB6 in the past) and try to create an service project in VB2005. I have kept in addition to the on-line help (" Exemplary approach:
|
| Initializing Structure in VB and how to create an instance of it. | 09 Aug 2006 07:38 GMT | 1 |
I have 2 programs which are: a DLL in C and a VB application that uses DLL functions. Flow: The VB application calls the functions in the C DLL and also VB aplication passes some arguments to the functions of the C DLL.
|
| Interaction between VB user interface and C | 09 Aug 2006 07:33 GMT | 1 |
I have written some C code which needs to get some values inputted in the VB UI . Then i need to perform some operations on those values and again i have to send back the resultant values to the GUI.
|
| User profile | 09 Aug 2006 00:17 GMT | 3 |
Hello, what can I do to write a program in vb .net to copy a user profile? Do you know syscall to do this?
|
| Sample code to connect to Access mdb and subsequent data access&up | 08 Aug 2006 23:17 GMT | 1 |
Hi, I'm a new comer to the VS 2005 with VB but with programing experience with VBA from Excel and Access. I'm planning to develop a small custom appl using mdb as backend (because it already exists) and use VB in VS 2005 as front-end. This is a multi-user appl will run on a ...
|
| ADO recordset field properties | 08 Aug 2006 22:48 GMT | 3 |
I need to write a re-usable block of code that I can run to ensure that non-null fields are filled before posting record inserts/updates; I can get to the field in my recordset easily enough, but I can't figure out how to separate adFldIsNullable (or, more importantly, it's not ...
|
| comboBox - Set ListIndex Problem | 08 Aug 2006 21:14 GMT | 5 |
I am trying to set the .ListIndex property of a combobox to the index corresponding to an item in the list by utilizing the string value of the indexed item. For example, I know that I can set the item displayed to the first one by
|