| Thread | Last Post | Replies |
|
| Saving a Form created at Run Time | 09 Sep 2006 19:35 GMT | 1 |
Is it possible to save a Form created at run time? frmDummy.Show vbModeless Set frm = New frmDummy With frm
|
| Refresh DataGrid | 09 Sep 2006 17:13 GMT | 1 |
I'd like to refresh a DataGrid in VB.NET (2003). I assigned to the datasource property an arraylist, when I add the first one, I can see it. But after, when I add more records in the arraylist, I see only the first
|
| Open a file with selected association - Like Open With | 09 Sep 2006 16:03 GMT | 10 |
I have created an application, which when it saves documents, it saves it as its own extention, like file1.zxc , file2.zxc etc.... However what i want to do now is get my app to open these with acrobate reader PDF.
|
| 'Create Shortcut(s) Here' per Drag'n'Drop | 09 Sep 2006 06:47 GMT | 2 |
If I drag a number of files from VB say into Explorer using the right mouse button, I should see a context menu pop up with the following items: Copy Here Move Here
|
| Is there any way to detect Standby? | 09 Sep 2006 02:09 GMT | 2 |
Is there any way VB6 can detect that the machine is about to go on Standby, or that it has just returned from Standby? Likewise, is it possible to detect Hibernation, either before or after the fact? Any help would be appreciated.
|
| Memory Leak in VB6 with strings and UDTs | 09 Sep 2006 01:07 GMT | 6 |
I am using VB6 in Visual Studio. Our application seems to leak memory. I created a simple example to illustrate the problem. It basically involves setting a string field of a UDT within a UDT to some
|
| Delete Key in a Text Box | 08 Sep 2006 22:00 GMT | 28 |
I have a text box that when a user hits delete nothing happens. How do I allow the user to hit delete and backspace to delete the contents of a text box?
|
| opening a lst file using excell | 08 Sep 2006 21:51 GMT | 2 |
I am trying to get contents out of a txt file put in colums copy and paste Workbooks.OpenText Filename:="D:\Work\5.lst", Origin:=xlMSDOS, _ StartRow:=1, DataType:=xlFixedWidth, FieldInfo:=Array(Array(0, 9), Array(13 _
|
| Binary to ASCII | 08 Sep 2006 21:16 GMT | 8 |
Does anyone know of some code examples (or at least an algorithm) to convert a binary file to ASCII and back again? Thanks in advance, Jonathan
|
| Datarepeater - Binding Collection Error | 08 Sep 2006 19:42 GMT | 2 |
I'm trying to use the DataRepeater control. I've created the separate ActiveX Control project and created the .ocx that defines a single instance of my control. It's mostly labels, textfields, and 1 richtextbox
|
| pls help calculate previous 10th , 11thand 20th working days from given day | 08 Sep 2006 19:15 GMT | 7 |
Hi I am stuggling a little bit as i am a bigginer in prog. i am creating an application where i enter current date: sept 6 2006 (for eg) i am looking for the code which than calculate the date for 10th, 11th
|
| How to create one exe with many dll's | 08 Sep 2006 18:43 GMT | 4 |
I have a general question about an application I need to rebuild. The application must consist of a main menu, in which 4 choices can be made. Every choice will start a program or module. Every program/module is an application that can perform task like editing,
|
| calculate previous 10th and 20th working days from given day | 08 Sep 2006 17:04 GMT | 2 |
Hi I am stuggling a little bit as i am a bigginer in prog. i am creating an application where i enter current date: sept 8 2006 (for eg) i am looking for the code which than calculate the date for :- 20 th
|
| Destroying a window before it appears on the screen | 08 Sep 2006 13:54 GMT | 9 |
Only AFTER a window (not OUR application window, say OTHER window) is created we are able to read its hWnd, window caption or other properties. Reading these properties, we shall judge whether the window is a welcome one or just an intruder. If it is an intruder, with some
|
| Custom ActiceX control appearing behind browser window which invokes it. | 08 Sep 2006 13:21 GMT | 1 |
I have a custom ActiveX control, written in VB6, which is being included in an intranet application by an <OBJECT ...> tag in HTML. I then use javascript to invoke one of the methods of the ActiveX control. Depending on which method the user invokes, the control
|