| Thread | Last Post | Replies |
|
| Get column information from recordset | 21 Aug 2006 19:38 GMT | 4 |
Is it possible to retrieve column information from a recordset? I have an ADO recordset, and I'm accessing the values in the fields by the myRecordset!myField method, but I want to know if myField exists in the recordset before trying to read it, as if it is not there then I get ...
|
| problem | 21 Aug 2006 18:27 GMT | 1 |
i have a text box (for giving the path of file to be saved) and want to give file browse select control with it (as file control in asp) in vb6.0. But i am not getting the control. Pls Help
|
| No Release Folder | 21 Aug 2006 15:48 GMT | 3 |
When selecting Build from the Build menu, a release folder and its executable is not created. I am using VB Net 2005 Thanks in advance,
|
| Resource file and Text handling | 21 Aug 2006 15:36 GMT | 2 |
I have looked into a lot of documentation and tutorials on how to use VB Resource Editor. But all of them explain loading of icons, gif files, jpg files in detail and conveniently just say text/string files
|
| Form when called from another goes behind other windows | 21 Aug 2006 15:16 GMT | 3 |
I have an application in VB6 that starts with a splash screen followed by a form which has a text box. The splash comes up in the foreground, but the next form seems to go behind existing windows such as an open explorer window.
|
| How do I play a .wav? | 21 Aug 2006 14:48 GMT | 4 |
I have received an odd request; they want a certain .wav file played at a certain point in the execution of my VB6 program. How do I accomplish this directly from code (i.e., I don't want to have to attach the .wav to a system event; I just want to play it)?
|
| Tell form where it is coming from... | 21 Aug 2006 14:07 GMT | 10 |
I open a form like this: Set Biofrm = New BiographiesNew Biofrm.Show Then from within this Biofrm I click and open another form. I add a
|
| Scrolling of treeview | 21 Aug 2006 11:37 GMT | 4 |
Does anyone know a way in which you can programmatically vertically scroll a treeview control? I have a Treeview and a grid next to one another and want to be able to have one vertical scroll bar that scrolls both controls. You can turn the scroll bars off but if that's the case i ...
|
| vb and msxml - encoding conversion is not working | 21 Aug 2006 11:36 GMT | 12 |
I am probably experiencing an ancient problem and need your help. I am using the following: - windows 2000 server - vb6
|
| Funny little error | 21 Aug 2006 08:53 GMT | 3 |
While the IDE is stopped, type the following into the Immediate window: ? .x" The error is "invalid watch expression" How do you suppose they determined that?
|
| Attaching keyboard shortcut to command button in graphical style | 21 Aug 2006 08:47 GMT | 6 |
I would like to attach the keyboard shortcut to the command button, which has graphics placed over it. What is a trick? Jack
|
| saving data to .mdb file | 21 Aug 2006 05:07 GMT | 2 |
I am making an application with VB6 SP6 and I need to save data from a maximum of 180 text boxes/combo boxes/labels etc to a .mdb (Access) file. It's been working fine to save the data until I tried to fill all the text boxes and combos with data and then tried to save them to ...
|
| Changing display of flexgrid | 21 Aug 2006 02:32 GMT | 2 |
I have a form (frmProject) with a Usercontrol (xProjectGrid1) on it. The user control in turn consists of a flexgrid and other objects. At runtime the flexgrid grid displays a list of project numbers that are "pulled from" a database having a table named PROJECT .
|
| Format datageid colum to display just date | 21 Aug 2006 02:19 GMT | 8 |
With a flex grid I have in my project I format a column as follows to show just the date portion of a date/time field DateCompleted dDate = m_adoRecordset!DateCompleted .......
|
| Pass variable from ThisDocument to Form | 20 Aug 2006 21:29 GMT | 1 |
My apologies if this is an obvious question, but it's late at night and my brain is descending into numbness. I have a word macro coded into the ThisDocument module of the template so that it auto executes on opening the document.
|