| Thread | Last Post | Replies |
|
| SysWow64 File List | 30 Nov 2005 06:42 GMT | 1 |
Anybody has the SysWow64 file list that get installed by Microsoft ? Thanks
|
| Valentina 2 Windows Foundation Database Suite Announced | 30 Nov 2005 01:41 GMT | 1 |
Valentina 2 Windows Foundation Database Suite Announced COMPLETE TOOLS FOR DEVELOPMENT USING ALL MAJOR WINDOWS ENVIRONMENTS November 30, 2005. Beaverton, Oregon. Leading multi-platform database vendor Paradigma Software, Inc, makers of the ultra-fast Valentina 2
|
| CRC | 30 Nov 2005 00:12 GMT | 5 |
i have hear about CRC but dont know what is it Could you please help me in this Thanks for replying
|
| Popup a System Menu | 29 Nov 2005 23:34 GMT | 23 |
I translated this from some Delphi code I saw on the net (http://immortals.fake.hu/delphiportal/modules.php?name=News&file=article&sid=515). I am trying to make a windows system menu popup on demand. The Delphi doc said the undocumented windows message was ( Message ID:$313 ).
|
| creating a window | 29 Nov 2005 23:26 GMT | 3 |
I have created an window with this function CreateWindowEx Dim h As Long h = CreateWindowEx(1, "#32770", "My New Window", _
|
| For Your Amusement | 29 Nov 2005 23:03 GMT | 23 |
I wasn't sure how to proceed as far as a title was concerned but I wanted to get this out. Microsoft has seen fit to ignore its VB developer base. My reaction has been to move to another platform and begin re factoring my bread and butter app back
|
| Refresh and Unique Number | 29 Nov 2005 22:29 GMT | 2 |
Dear, I have created a small data project in VB/Access2003, which is having - 8 command box and 6 fields, my problem is that, when I update the data, the cells are not refreshing, and the second problem is one of the field(Product
|
| Is it possible to do that in vb? | 29 Nov 2005 19:55 GMT | 6 |
What I need is to reserve part of memory (not a space on harddrive) to collect some data by my app. Next, AFTER closing my app. I would like to access that data by some how and store it to the file.
|
| Time out problem | 29 Nov 2005 17:47 GMT | 3 |
VB Application performs a large number of queries to an SQL server in all the process takes around 6 hours to complete. Why should the CPU show only 4% activity for this process. Regards
|
| How to reference a form's controls from a class module? | 29 Nov 2005 17:33 GMT | 3 |
What am I missing about referencing a form control's methods and properties from a class? Here is the relevant code: ' in the General Declarations section of my form: Option Explicit
|
| Read specific word in a text file | 29 Nov 2005 17:13 GMT | 1 |
I need to read some words from a file. These words are in many places in a file but marked between certain characters like <word1,word2 > . Could you please tell me how to look for these specific words in a file? Most appreciated,
|
| VB5 volume control | 29 Nov 2005 17:10 GMT | 3 |
I use my PC soundcard for loads of things, especially with external musical instruments. But I have a problem with other programs changing my volume settings. Basically, I am after a small program which will set both Volume Control and
|
| Help needed on XML problem | 29 Nov 2005 16:40 GMT | 1 |
Im running VB6 SP6. I am trying with limited sucess to read an xml report. I have managed to work my way through it and assign the values i need to variables, hovever i am stuck on one last bit. i can get the error reason but am stuck on how to get the MessageLine .. any ...
|
| project anlyzer for VB6 | 29 Nov 2005 15:46 GMT | 2 |
which is the best project anlyzer for VB6 (Gui with "connection lines" for statements (IF-ELSE-ENDIF,FOR-NEXT........etc)
|->IF |
| how wud i break while loop on some condition | 29 Nov 2005 14:45 GMT | 5 |
guys i have a inifint while loop i.e. while 1 'statements 'statements
|