| Thread | Last Post | Replies |
|
| Problem with Visual Studio Macros | 28 Feb 2007 15:04 GMT | 1 |
I found a bug in Visual Basic used with Visual Studio Macros (Microsoft Visual C++ 2005+ SP1). Description: If I apply the simple Visual Basic statement
|
| Timeout error on startup | 28 Feb 2007 14:16 GMT | 1 |
I'm new to this group and I'm not a programmer. However, I wrote a small app using VBE that works once it starts--but it's the starting bit that's problematic. When I launch the program, the computer chugs away for a minute or so, then spits up an error (titled
|
| VBA Code.. | 28 Feb 2007 14:12 GMT | 2 |
I want to write a VBA (Excel) code to do the following... Recognise when "Yes" is typed into any cell in column "C" on "sheet1" and then cut that row, and paste it into the first empty row on "sheet2", and finally delete the row on "sheet1".]
|
| Shared file attribute | 28 Feb 2007 11:38 GMT | 1 |
Is there a way of checking whether a file has a shared file attribute. And then can you change it to unshared. I can't use my program to make a copy of a file because it produces an error.
|
| Disable Menu Items | 28 Feb 2007 04:47 GMT | 5 |
What is the best way at load time to disable menu items. Based on checking the users machine I want to disable options which will cause problems.
|
| VB6 & Vista | 28 Feb 2007 01:28 GMT | 1 |
Just passing on a link of interest regarding Vista support of VB6, along with a list of the VB6 runtimes that are shipped with Vista and those that will need to be deployed along with your setup. "Support Statement for Visual Basic 6.0 on Windows Vista"
|
| Help: Doing FTP and Telnet through a Simple VB code put into excel - is it possible? | 27 Feb 2007 23:08 GMT | 2 |
I am no expert in VB and can only program moderately - mostly with respect to data manipulation, numbers, loading, saving, basically general programming, nothing ultra complex. I have written some code to perform part of a function, but it only does
|
| I have need to write of the text within an external application | 27 Feb 2007 11:30 GMT | 1 |
I have need to write of the text within an external application where is the cursore. As an example as it succeeds for the reader code to bars. You can help me, Thanks.
|
| Caption for picture box? | 27 Feb 2007 06:10 GMT | 3 |
Hello, I'm still pretty new to vb. I'm working on a program written by someone else. When I try to run the program, it gives the error: "Compile error: Method or data member not found." and points to the line where the picture box is assigned a caption. As far as I can
|
| How to scroll / actual height of Rich Text Box | 26 Feb 2007 23:00 GMT | 3 |
My problem is following: I have Rich Text Box with VARIOUS fonts and I need to scroll it without using built in scroll bar. I would like to know the actual height (from the top of first line to the bottom
|
| Starting working with 3d in vb.NET | 26 Feb 2007 21:19 GMT | 1 |
Ok, all the other guides people have given me were for visual basic 6. I'm using .NET so those guides don't help. Can anyone give me a website or book reccommendation (.NET only please) that could get me started with creating 3d objects?
|
| Call Stored Procedure from Visual Basic Script | 26 Feb 2007 19:49 GMT | 1 |
I would like to call a stored procedure from a vbs. I am a newbie when it comes to this so the more detailed the better. Basically I have a stored proc that has already been created. This store proc does the following steps:
|
| Using System.Net.Mail with Antivirus Software ... | 26 Feb 2007 18:28 GMT | 2 |
I am creating an application that sends messages using the System.Net.Mail class and I am running into a problem with Antivirus software delaying messages. If I disable the e-mail protection features of the anti-virus software the messages are delivered with no problems ...
|
| SetFocus issue (was: ShellExecuteEx SetFocus problem) | 26 Feb 2007 15:38 GMT | 8 |
I started a new chapter in the SetFocus issue as I found out it really had nothing to do with the ShellExecuteEx API itself. (Sorry for the long post but it's quite difficult to situate the issue here) First some explanation of what I want to achieve:
|
| How to get line number in Rich Text Box? | 25 Feb 2007 00:31 GMT | 2 |
When user clicks on the text in Rich Text Box control, how to find which line he clicked? Thanx
|