| Thread | Last Post | Replies |
|
| SaveSetting question | 05 Jul 2005 01:16 GMT | 5 |
I'm trying to save Profiles in the registry, based on HTML table attributes. I've used the SaveSetting/GetSetting scenario for quite some time - and I know how to do a pretty flat-style Setting - -hoever, I'm having a hard time 'putting my head around' what I need here.
|
| How to select ListView Item with right click | 04 Jul 2005 23:19 GMT | 3 |
How can you right click on the listview, and make it select the item, just as if you used the left button?
|
| Enumerate Devices | 04 Jul 2005 18:08 GMT | 2 |
I need to enumerate all devices connected on the system (similiar to that in the device manager). Could someone point me to the right API or other source that would allow me to do so? Regards,
|
| Add text to Header in word doc 2nd Post Urgent Help | 04 Jul 2005 16:59 GMT | 4 |
I am trying to finish this off today to complete this Task. I am trying to add a text to a header in a word document. I have also tried find find and replace in the document this also does not work
|
| Resizing form | 04 Jul 2005 14:28 GMT | 5 |
What is the standard resolution to create an application in so every user will see it well 800 x 600 1024 x 768 or what program do i need to resize my form
|
| Emergency: Unicode Characters in a Dataset. | 04 Jul 2005 07:47 GMT | 4 |
We are writing an application for a specific culture(Arabic or Farsi). This application involves using DataAdapter, OLEDB Connection and the DataSet. We didn't use the .NET data binding, just field TextBoxes with the data retrieved from the DataSet but whole system seems to be ...
|
| question(s) about declaring variables | 03 Jul 2005 23:39 GMT | 56 |
1st. Which is better for a variable that is going to be used for text. Letting a variable be a variant or declaring it as a string. According to MSDN, variants are more "versatile" ( if I'm reading it right. ) 2nd. Why do all code examples use "As String to" declare each ...
|
| memory issue | 03 Jul 2005 23:38 GMT | 18 |
Here is my situation. At startup of my application, my app utilized 25MB of RAM. During run time, it automatically gone up to 50MB, which makes senses. However, after I clear out all of my data trees, reset everything, back to the beggining page. I
|
| Microsoft Refuses To Answer Bitwise Magazine Questions on VB | 03 Jul 2005 23:22 GMT | 51 |
As some of you know, I've recently been taking an active interest in the problems 'traditional' VB developers are having with VB support (or lack thereof) by Microsoft. As we shall be leading on this story in July, I contacted VB product manager, Jay Roxe, and asked if he would ...
|
| Time fired event, error out of stack space | 03 Jul 2005 13:02 GMT | 1 |
I am trying to get my application to act as the user by `clicking` command3 button once an hour for them which basically refreshes all the latest data from a big database to process. I have got my code which works out the time etc and have it on a label in
|
| How 2 get data from a web form | 02 Jul 2005 21:54 GMT | 3 |
I want to get data from a web form and use in a vb program. I know I could use formmail but this seems like it might be a clumsy way to do it. If I use formmail how do I get the data into my program?
|
| VB6 mdi app starts behind running application | 02 Jul 2005 16:18 GMT | 1 |
I have a MDIForm VB6 app that starts (maximized) behind a running application (i.e. outlook 2000). This happens on some clients, not on all clients. How can I force my app to start in front of any running application?
|
| Soundcard Sound on/off | 02 Jul 2005 07:44 GMT | 1 |
i need help! i am searching for a programm code! how i can turn the speaker (sound mixer/soundcard) on and off? (Sorry for my miserable english!!!)
|
| VB setup problem | 02 Jul 2005 01:24 GMT | 7 |
When I run setup of my program (database is Access), windows start proccess of installing part of MS Office programs. Since on this computer I run setup is not installed Access, I figure that this is due that Access is not installed. I think that it is option in MS Office setup Run ...
|
| VB.NET -- how pass data between forms | 01 Jul 2005 22:38 GMT | 6 |
part of my application has a "Notepad" similar function with a separate "Find" form. -- how do I keep the Find form open yet have it pass data back to the Main form to do repetitive searches -- llike Notepad ??
|