| Thread | Last Post | Replies |
|
| How to use picturebox in VBA excel | 17 Oct 2007 11:26 GMT | 1 |
I have some requirements inwhich i have used picture box application in VB and now i have to do same application and i am looking for a picture box application in VBA excel which i am not able to get it. If it is not in VBA excel is there any alternative for it ...or is there
|
| Getting Only Non-Hidded and Non-System Directories | 17 Oct 2007 06:29 GMT | 3 |
I am getting the list of subdirectories from a specified directory using System.IO.Directory.GetDirectories(), and would like to get only subdirectories that are not hidden or system directories. I did not notice any way to do this using System.IO.Directory.GetDirectories(). Is ...
|
| How to automate Word Doc under Web browser Control | 17 Oct 2007 05:26 GMT | 5 |
Does anyone know how to automate word doc under web browser control? I'm creating a program with VB.NET 2005. The program will open a word document under web browser control. And the program has a few buttons which the users could click on them and perform some tasks with the word ...
|
| RaiseEvent not firing... | 17 Oct 2007 03:20 GMT | 10 |
Using VS2005, VB.NET, I am developing a windows app. The application opens a couple of forms. While the forms are open I want to raise some events, such as logging errors - but I call RaiseEvent, nothing happens. Below are
|
| Change Order of Events | 16 Oct 2007 21:56 GMT | 4 |
I have an odd issue with the MonthCalendar control. I need to capture certain mouseeventargs, which I can only do in the MouseDown event. I need to pass these arguments to the DateChanged event to make the logic in that routine work correctly. Simple enough, except that the
|
| Title bar | 16 Oct 2007 20:04 GMT | 2 |
Does anyone knows how to add an extra button at the upper right corner of a window like emule does in it's window?
|
| Fast Fourier Transform (FFT) in VB .Net - Please Help | 16 Oct 2007 17:44 GMT | 6 |
Hi, I have a FFT routine that I converted from C++ to VB in a module as follows: Const M_PI = 3.1415926535897931 ' Fast Fourier Transform
|
| RegEx for \x### | 16 Oct 2007 17:43 GMT | 2 |
Hello all, i am trying to write a regex to find escaped characters in a string of the form "\x009" ... to parse strings that look something like this... "My dog jumps\x013\x010" I had that working fine, with the regex "\\[x]\d{3}"
|
| VB list box how to obtain text in selected rows ? | 16 Oct 2007 15:35 GMT | 1 |
Here's how i fill the list : Private Sub CommandButton1_Click() Dim sFilename As Variant sFilename = Application.GetOpenFilename("Excel files (*.xls; *.csv),
|
| Combobox selected item is not highlighted. | 16 Oct 2007 15:29 GMT | 2 |
I have a combobox that when it drops down the selected item is not highlighted. I'm guessing there is a property that controls this but can't find one. Is there?
|
| Excel Interaction | 16 Oct 2007 13:54 GMT | 2 |
Alright, so I've got a pretty hefty program that is integrating with excel. My problem is that I'm wanting to avoid a particular dialog from appearing, just because the portion that it pertains to is automated. Basically, this has to deal with the .merge function for a
|
| Hyperlinks in .aspx.vb | 16 Oct 2007 13:02 GMT | 3 |
I have a webform with a codebehind page. On this page an email address (amongst other info) is pulled from a db. This data is then placed on a label. How can I create a hyperlink from that eamil address in the codebehind page?
|
| can i call outlook express library to send email from VB6 or VB.net | 16 Oct 2007 11:40 GMT | 1 |
|
| Read Hidden in web Page | 16 Oct 2007 10:25 GMT | 3 |
GoodMoring How can i read the hidden text od data in web page ??? Ths to all
|
| VB2005 : Send input to a TELNET process - IP/User/Password/Sign-on | 16 Oct 2007 08:56 GMT | 2 |
I looked and found a lot of different code regarding send/receiving input/output to a command window, but none helped me so far. I would like to start a process with telnet a bit like this myProcess.StartInfo.FileName = "telnet.exe"
|