Afr0's Q&A profile
Visual Studio How to Drill through from rdlc to another?
Hi, there is any sample reports with drill capabilities I have a summary report with a list of employee, I want to be able to click on the employee to open another report filtered on this emploee only. Doing this in RDL reports (reporting services reports) is easy because a parameter can be used to filter the query for the data source. how to do this with RDLC reports You use parameters in RDLC reports als ...Show All
Visual Studio Express Editions How I can create a file association?
how i can associate a file type with my application ps: I wan't somethink easy.. Well....I put the code in my application (at the begining), but a .MP3 file is stile registred to Windows Media Player ...Show All
SQL Server Unable to use SSMSE to connect to SQL Express server on secondary IP address
I am having trouble to use SSMSE to remotely connect SQL Express server using IPs other than the base IP of the machine. Machine settings: (1) Has multiple IP configured. Those IP are accessible remotely (2) Firewall is not on. SQL Express server configuration: (1) TCP/IP and named pipe are on Browser service state: (1) running (2) listening at 0.0.0.0:1434 (UDP) SSMSE connection results: (1) with <ba ...Show All
.NET Development Exception Handling DO NOT WORK!! Help Please!@!
Hi. I want that you think with me... When i put a try-catch exception handler block in an application what i expect from it i expect that it will handle the error and begin the normal flow of the application. Now, you aswer me, why it doesn’t work in this scenary : I have one Form1 (Project > Add New > Form, nothing different), and another Form2 and one Form3. i’m proud of my creativity for names. Form1 : private void Form1 ...Show All
Visual FoxPro Treeview stops answering
Hi, all. I'm needing some help with a rather strange problem: I have a form with aTreeview (ActiveX Control) in it. There's a routine that calls another form. Funny thing is: if I trace this routine and form (using the SET STEP ON command) it works perfect. On the other hand, if I run it normally, when I lose the second form, the Treeview stops responding to the mouse, I.E it doesn't scroll or allow the user to click a node. I have no ...Show All
Smart Device Development BackgroundWorker class
Is BackgroundWorker available in compact framework I need to implement a downloading app for my PPC and i find BackgroundWorker as the easist and the best solution but MSDN says it is available only in .NET framework. I think there is nothing OS specific in the class and should be available in compact framework. Also there are a lot of open source implementations of this class available for CF but i would like to use only MS version. When wil ...Show All
SQL Server FTP Task issue
The FTP Task I've created fails. It appears to be making the connection initially behind a firewall, but it suddenly switches from port 21 to port 3397. Anyone experience this issue Since my firewall is restricting the connection to just port 21, I can't make a permanent connection. FTP use 2 ports for it work - one for control connection (21) and one for data connection (any other, 3397 in your case, but may be ...Show All
Visual Basic SelText Function
Hi People I am trying to create an application using VB6 to do the following: - The user highlights a word in Internet Explorer that they do not understand - They then click the 'Find Definition' button on my VB application. - This then opens Internet Explorer and passes the highlighted word value into a predefined web address to show the user the deffinition. I can open internet explorer and I understand how to use SelText to ...Show All
Visual C# formating a slave drive with c#
I have been looking around for this question for so long. Does anyone know how to access a slave drive or network drive through C# to format it We figured that one out on the "erase network drive". Thanks for the post though! ...Show All
Game Technologies: DirectX, XNA, XACT, etc. using pixel shaders with C#
i have a bunch of "old-fashioned" ps files that i don't have the time to convert to HLSL. i have the managed directx book and searched the forums but i cannot find the answer to this simple question: how can i use those old ps files with C# and managed directx i have the latest february sdk and vs 2005 installed but there's nothing in the documentation that is helpful. in fact, the documentation for managed directx is sketchy AT BEST. ...Show All
.NET Development Call me an idiot at the end
Hello, I'm primarily a company secretary, although I am realising the practical power of this er thing. I'm reading the instruction manual for VWD Beta2, and would like to begin working with data forms and grids, although I cannot connect to the recommended Northwind DB. I'm using a local server because this stupid f..., telecommunications company doesn't run any dynamic script! So, any suggestions would be greatly appreciated. I'm using Windows ...Show All
Windows Forms How to populate a listbox with a complicated query
How to populate a listbox with a complicated query I created a query in the KeywordSetTableAdapter SELECT KeywordSets.KeywordSet, KeywordSets.ID FROM KSGroups INNER JOIN (KeywordSets INNER JOIN KSGroupKSAssignments ON KeywordSets.ID = KSGroupKSAssignments.KeywordSetID) ON KSGroups.ID = KSGroupKSAssignments.KSGroupID WHERE (((KSGroups.ID)=5)) ORDER BY KeywordSets.KeywordSet Fill a datatable method: FillByKSG5 Return a datatable method: ...Show All
Visual C# Which thead executes an event handler ?
In relation to the code sample that you can find in the last post of the following thread : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=201205&SiteID=1 I get a "cross-thread operation not valid" error when my handler function does a little more than just showing a MessageBox ! When a parent class uses a worker class, to do some jobs on a seperated thread, and registers an handler function to be executed when the worker cla ...Show All
Visual Studio 2008 (Pre-release) [Feb CTP] endpoint configuration doesn't work anymore
Hello, I unistalled the Jan CTP and then reinstalled the Feb CTP on a WinXP SP2 box. I then created the first basic service: namespace Service { [ServiceContract()] public interface INotificationservice { [OperationContract(IsOneWay=true] void Notify(string message); } } namespace Service { public partial class Form1 : Form, INotificationservice { ServiceHost host = null; public Form1() { Initial ...Show All
Windows Forms Non-Decorated Functions in VB.net
Hello all, I have been fighting with this for some time now. I need to create non-decorated functions in a VB.NET dll to expose to another programming language. Currently I have only found a few scattered C++ examples and that's about it. Any help would be greatly appreciated. Mattias Sjogren wrote: What do you mean by "non-decorated" In what way is VB functions decorated I work with a Point-Of-Sale compa ...Show All
