| Thread | Last Post | Replies |
|
| Getting right click menu and executing command | 27 Dec 2005 05:37 GMT | 2 |
How to get right click menu of a file and execute the commands from my vb .net application. Minimally, I want to handle the image files with commands like "open" and "open with". More Scenario Description:
|
| Downloading a text file from a Web Server | 27 Dec 2005 05:31 GMT | 1 |
I would like to download a text file on a web server, and use the contents of the file as data input. The file can theoretically be accessed from internet explorer using the address http://home.att.net/~rs_abq/GetText.txt
|
| Generate Columns Dynamically | 27 Dec 2005 04:25 GMT | 1 |
I have a datagrid that will display data from the database. Each user will specify list of columns he wants to see and in the order he wants to see. User A can specify that he wants to see only columns A,B,C and in the order A,B,C and the user might say I want to see only only ...
|
| Raise Events in a control inside another | 27 Dec 2005 03:49 GMT | 1 |
In a VB.NET windows forms I have a custom control which I have added a number of instances to a panel control. I want to raise a event when one of the controls on one of the custom controls is changed etc. and trap this event in the Form code where
|
| Outlook integration in vb.net Web development | 27 Dec 2005 01:51 GMT | 14 |
I'm posting this again, as no answer to the first post.... I would like to integrate Outlook into my vb.net web page, so that when I send an email (which I can successfully do now), it shows up in the sender's Outlook Sent Items.
|
| GDI + Changes in 2005 | 26 Dec 2005 22:18 GMT | 2 |
Have there been any changes to GDI+ in VS2005 as I've not seen any mention of them. Julian
|
| Export .Net | 26 Dec 2005 15:42 GMT | 1 |
I am using Response.ContentType = "application/vnd.ms-excel" to export an asp page to excel. Nice feature, however, it does not seem to like style sheets. Because of this, my excel file doesn't look as nice as my asp page. Is there any way around this without re-writing page?
|
| UNIX formatted file content handling | 26 Dec 2005 13:28 GMT | 6 |
I have some log files I need to process via VB.NET and C# based applications. I read the entire contents of each file individually into a string variable using the StreamReader class (.ReadToEnd). I want to split the lines up from each file and add the lines to an an ArrayList ...
|
| CrystalReportViewer | 26 Dec 2005 09:15 GMT | 1 |
I am using a CrystalReportViewer to view a CrystalReport. The report calls a stored procedure with one parameter. I am using .net version 2. Two questions. How do I set the parameter programatically so I don't get the extra window
|
| filtering the received xml from DataSet.GetXml() | 26 Dec 2005 08:52 GMT | 1 |
hi, I'm sorry if this isn't the right group, I just didnt know which category to place this question in. Anyway, I have 2 problems: I got a web service which connects to a DB and puts the data in a DataSet, and sends back to the user the DataSet.GetXml()
|
| .net 1.1 components with 2.0 | 26 Dec 2005 08:46 GMT | 1 |
I use a rather old .net 1.1 component (Dundas Chart 3.5 actually) that I'd like to continue using with the new studio - is this possible? Unfortunately, Dundas components are rather expensive and they do not grant any educational rebate ;(....
|
| Change parameters in Deployment project ? | 26 Dec 2005 00:44 GMT | 1 |
In an existing Deployment project, I want to modify the Product Name, Manufacturer Name, and the DefaultLocation of the Application Directory. I cant see where this can be done. Could you help? Thanks in advance. GB
|
| Switch to thread | 25 Dec 2005 06:54 GMT | 2 |
What does "Switch to thread" option in the Threads debug window means? does it mean switching thread context? thanks shayke
|
| SIP Toolkit for .NET | 25 Dec 2005 05:46 GMT | 1 |
Evaluation and documentation for SIP toolking for both Compact Framework and WinForms http://www.astatech.com/products/voip/sip/
|
| Using Directory.Exists for UNC path is sloowwwwww | 24 Dec 2005 18:48 GMT | 4 |
When I call Directory.Exists for a UNC path like below... if (Directory.Exists(@\\SomeServer\C) == false) { ....
|