| Thread | Last Post | Replies |
|
| class | 10 Dec 2005 17:29 GMT | 5 |
i just wanted to use class to save my bookmarked records i dont know how to do it i have made a search on net but the examples are difficult to understand please help
|
| Issue with EnumJobs and number of printed copies in Word | 10 Dec 2005 15:34 GMT | 2 |
Sorry for cross-posting this question, but I received no replies in microsoft.public.vb.winapi, and it is critical to our business to find a solution to this problem... I'm using the EnumJobs WinAPI function to get the total number of pages
|
| Ever had to judge a new to-be-hired in interview? | 10 Dec 2005 13:42 GMT | 142 |
Well, we had. The place where I worked routinely received hundreds of resume whenever we actively looked for VB programmers, not counting the unsollicited ones we received in job lot.(That was about 5 years ago)
|
| Inconsistent Number of Records | 10 Dec 2005 09:58 GMT | 6 |
In my VB application, when I issue the following command to retrieve records from a database, it returns only one record in the record count. When I run the same command in Query Analyzer, I get two records. Why is this, and how can I resolve it?
|
| difference in rich text box controls | 10 Dec 2005 02:59 GMT | 3 |
What is the difference between richtx32.ocx version 6.00.8418 and richtx32.ocx 6.00.88.04.
|
| Run-time Max & Min Buttons? | 10 Dec 2005 01:28 GMT | 17 |
I want the Max & the Min buttons of a Form to disappear when a menu item is clicked. If the menu item is clicked again, the Max & the Min buttons should re-appear. I tried this: Private Sub mnuNoMaxMin_Click()
|
| text files | 10 Dec 2005 01:09 GMT | 5 |
I am trying to write to a text file but i do not know how to. I woluld like the code for writing to a text file. My Problem is that I can't get the program to save to the file.
|
| INI Files | 09 Dec 2005 22:20 GMT | 1 |
I have VB 6 And I am making a program that is to read an INI file and get values from it... Please tell me how to read from an INI file
 Signature Donald
|
| Copy Cookies To A Folder? | 09 Dec 2005 21:41 GMT | 6 |
I am using the WebBrowser control & would like to copy all the cookies existing in the Temporary Internet Files folder to a folder of my choice. Any ideas how do I do it? I tried this but it doesn't work out: Private Sub wWeb_DocumentComplete(ByVal pDisp As Object, URL As
|
| Want to encode all special characters as HTML entities using VB | 09 Dec 2005 18:47 GMT | 1 |
I'm working on a VB function that will fire after Frontpage saves a page. I want it to parse the page and replace all special characters with their associated entity code (e.g. ">" would be replaced by ">")
|
| Where's the list of still-to-be-written software? | 09 Dec 2005 16:56 GMT | 55 |
Software for the general public seemed to have its heyday some two to three years ago. Now the general public seem interested only in mobile phones, playing computer games on dedicated hardware, or watching DVDs. Do people actually use their PCs at home for anything other than
|
| Sharing memory between processes in .NET | 09 Dec 2005 16:51 GMT | 1 |
I am having an issue to where I need to share memory between an ASP solution and a VB.Net solution. I have several large arrays and collections that are updated every half second. The data is only about 30k, but saving to a file or stringing into text uses too much processor ...
|
| small vb app to restart pc | 09 Dec 2005 16:38 GMT | 7 |
I have a list of users that do not have local admin rights. But a lot of times they work from home. Frequently they need to reboot the PC because it becomes sluggish. But when they remote into their machine, they don't have the privilege to reboot but only disconnect from ...
|
| Passing an array t a function | 09 Dec 2005 16:17 GMT | 3 |
dim MyArray() as string MyArray = Slipt (MyString, ";" ) Could i pass the MyArray to a function.. If so how ?
|
| richtx32.ocx version 6.00.84.18 | 09 Dec 2005 16:01 GMT | 2 |
The textRTF method of rich text box gives different text in XP and different in 98 I am using richtx32.ocx version 6.00.84.18. What could be reason behind this?
|