| Thread | Last Post | Replies |
|
| Send keys to Remote Desktop | 12 Nov 2004 20:03 GMT | 9 |
Hi, there is an application running on a remote desktop (under Citrix ICA, but the same problem applies for RDC or PC Anywhere). Now, I want to send keys to the remote application from a local app. I tried sending keys in VB with SendKeys, as well as using keybd_event API, but ...
|
| Space in table name problem with .NET scripting | 12 Nov 2004 19:44 GMT | 3 |
The table names in my database schema have spaces. When the .tab files are created in Visual Studio, the constraint names do not have brackets around them causing a syntax error. Is there a setting to turn brackets on at all times? This is the only
|
| Unable to render PDF that is compatible with v5 | 12 Nov 2004 17:19 GMT | 2 |
I am rendering a pdf file from an aspx page. The problem is if the user has an earlier version of adobe acrobat reader (specifically v 5), the report shows as blank pdf file. But if you use v 6.0, everything is great. Is there a workaround with this ? Here is my sample code ...
|
| Internet Explorer Band Objects | 12 Nov 2004 17:15 GMT | 1 |
Has anyone done any development with Internet Explorer band objects in VB.NET? If so, how did you resolve the issue surrounding IEs failure to process the backspace keydown event for edit controls hosted within band objects?
|
| Low level Memory access in VB.Net | 12 Nov 2004 17:08 GMT | 1 |
I have a device located at address 300 - 312. I need to write to those locations to operate it. In Linux C I would use the outb command to accomplish this. Is there an equivilent way to do this under VB.Net?
|
| Is there a simple way to select a row which has been just inserted in a dataset binded to a datagrid? | 12 Nov 2004 16:16 GMT | 3 |
Any help or advice is very welcome. Thanks, Juan.
|
| memory Stream crypto bug ? | 12 Nov 2004 14:06 GMT | 1 |
Im reading a file in from disk as a byte array then passing it to a memory stream for decryption using crypto api functions. What I have found is that you need to reduce the array length by 2 from the original lenght in order to get it to
|
| Click through window | 12 Nov 2004 13:18 GMT | 4 |
Hi everybody... I'm in search a sample code which explain how i can click through a winform. Thanks a lot. Séb
|
| Write to IIS/Event Log File ? | 12 Nov 2004 13:15 GMT | 3 |
Hi y'all, recently I've come across a situation where a web service needs to deal with an exception that might arise, originating from a COM+ component. It then returns an int value (please don't ask me why) indicating that there
|
| PostBack events fire in a different order | 12 Nov 2004 12:57 GMT | 6 |
I have found that when I have a composite control that uses the CreateChildControls method, on a regular page load, Page_Load executes before CreateChildControls, but on a postback it is the reverse. This is causing logic problems and it really bothers me that this sequence of ...
|
| Problem Visual Studio 6.0 Reading Fortran | 12 Nov 2004 12:51 GMT | 1 |
Apparently my Visual Studio 6.0 cannot support any Fortran files, so I'm abounding with problems compiling. One of my coworker's Visual Studio does support it in some mysterious way I cannot figure out. One difference is that clicking "Project-> Settings" leads to tabs that DO ...
|
| Class Library for use in VBScript | 12 Nov 2004 11:45 GMT | 1 |
How do I go about making a C# .NET class library available for use in a VBScript file using something like? Set mylib = CreateObject("MyLibrary.Utils") Surely it must be able to be done without too much fuss.
|
| draw box | 12 Nov 2004 10:26 GMT | 1 |
I am new to VB.net, can anybody help me how to create a form that ask user to enter the "WIDTH" and "HEIGHT" and draw a box display in the textbox? thanks
|
| how to make two references to one string that stay refered to the same string reguardless of the changing value in the string? | 12 Nov 2004 09:09 GMT | 7 |
how to make two references to one string that stay refered to the same string reguardless of the changing value in the string?
|
| question about resizing form | 12 Nov 2004 07:50 GMT | 1 |
I am trying to create a form that if the form is manually resized, the textbox will get resized proportionally to the form. thank
|