Ron Strong's Q&A profile
Visual Basic Type parameters cannot be used as qualifiers?
Hello, then i can't access shared members! I think it should be possible to access shared members of a type parameter class. Is there a possibility to do this Regards, Markus i needed it to let the base class do tasks for derived classes in a type-safety way. For safing coding amount. It is ok for me to access shared members through the constraining type itself. It was for something like this: Public Class clsConnectionList _ (Of clsConnectionList_Derived As {clsConnectionList(Of clsConnectionList_Derived), New}) Public Shared Function ObjGet(ByVal pstrOID As String) As clsConnecti ...Show All
Visual Studio Team System Problem with team build service
I cant buil my solutions on a remote machine. Service is intalled correctly and response on my build requets. the references on my solution are mapped in a logic path (Z:\) but the service can not access it. this path have all possible access permission for the user with run service(TFSSETUP). Have you a possible solution (sorry for my english, thanks) You have to look into Application event log on the build machine. There could be errors logged from TFSBuild. Best regards. Renatas. ...Show All
Visual C++ How to run vc++ appl in win32 release mode??
Dear all, Can any one to help in giving me the solution, to run the application in win32 Release mode Thanks, ...Show All
Visual Studio Team System Is there a way to access/change bugs via web browser?
I love VS Team System's bug tracking and work item reporting, but I hate that I have to open Visual Studio to view and change bugs. Is there a way to access/change bugs via web browser, similiar to Bugzilla Does Foundation Server install a sharepoint site that allows you to access your bugs Thanks, Ethan I heard that Team Plain offers read access only for Source Code. Is this true ...Show All
Software Development for Windows Vista DependentUpon missing in VS2K5 Extensions beta 2
Hi, I've installed Visual Studio 2005 Extensions for Windows Workflow Foundation (beta 2) and I have a problem when I add "Sequential Workflow (with code separation)" to a "Sequential Workflow Console Application" project. After adding the item to the project two files appear in the VS Solution Explorer: Workflow.xoml as Workflow.xoml.cs. But the problem is that they aren't related. The .xoml.cs isn’t under the .xoml. I can edit the workflow in the designer, I even can add activities to the workflow but when I try to add a Code activity and try to set the ExecuteCode property the method isn't created in the .xoml ...Show All
Visual Studio Team System DataCompare Issue- Workaround
I have downloaded the CTP and as a DBA was interested to see the functionality of the SchemaCompare and DataCompare Options. The SchemaCompare option ran great and returned very helpful results. I ran into an issue with the DataCompare feature, however. I used the same connections that had successfully worked for the SchemaCompare and chose a single table to compare the data from, I know this table holds ~9m rows and was using it as a benchmark. After finishing the selection wizard I got a message stating something about connecting to the databases and noticed that both connections had 'Red X Syndrome', I re-ran the DataCompare and chose ...Show All
Visual C# Help me to create a Order column! (.NET, SQL2000)
Hi all, In Visual Foxpro i create a column Order that: replace all myOrderColumn with recno() [myOrderColumn] 1 2 3 4 5 &nb ...Show All
SQL Server Populating Package variables from a query with 1 input paramater.
Hi, I am having real big problems assigning values to package variables from the result of a simple SQL query. My query is as follows: SELECT convert(char(10),StartDate,120) AS StartDate, convert(char(10),EndDate,120) AS EndDate, TimeFlag AS TimeFlag FROM myTable WHERE SourceID = 3 AND InstanceID = My connection manager is an OLE DB type (SQL Server 2005 database). The StartDate, and EndDate are of type smalldatetime, and TimeFlag is a tinyint. InstanceID is of type int . The package variables that I have declared to hold the results of the query have been defined thus: StartDate, String, Package Scope EndDate, String, Pack ...Show All
Windows Forms Custom Paint MDI Window Background
How can i paint simple gradient on MDI Window Background You don't say if .NET 1.x o 2.0 (and I don't know if there's a difference), but if you refer to the area of your main window behind MDI children, see this article on The CodeProject: http://www.codeproject.com/cs/miscctrl/mdiclientcontroller.asp I hope it helps! Luis Alonso Ramos ...Show All
Smart Device Development MSMQ for .NET CF limitation
OK, here is our MSMQ needs. We are looking to replace our current middleware messaging solution (Broadbeam ExpressQ) with MSMQ. We would need a single MSMQ server (Windows Server 2003) running in workgroup (private queues) mode. We also will have multiple Pocket PC clients running MSMQ that will be connecting over IP using Sprint, Verizon, Cingular, etc. I have recently discovered the CE limitation of not being able to read from remote queues. This is looking like a deal breaker for us. How are people solving this problem If I push messages from the server using the DIRECT:TCP method, I am pushing ...Show All
Visual C# merge columns in datagrid
Hi all. Web application, VS 2003, datagrid. I want to merge 2 columns (bound) in one. How I already check succesfully this solution: create 2 columns and merge headers. Now i want try with 1 column... thx If your pulling from a database you can change your SQL Query: SQL Server: select field1 + ' ' + field2 as headertitle from mytable Oracle: select concat(field1, concat(" ", field2)) as headertitle from mytable You can also change to bound fields and the change your datacolumn binding. This is quite a bit more work than handling it at that data access layer. ...Show All
.NET Development VB.NET - How do I use Doevents() in Class Library
Using VB.NET 2005 - Beta 2, I've created a Windows Form Application with a single form and several new Classes and now I am trying to separate them and make a .dll out of the custom classes. I created a new "Class Module" project and used "Add Existing Item" to select each of the custom class.vb files. Some of the methods attached to my custom classes take a while to run and so I had coded them interspersed with "windows.form.application.doevents()" statements. Now that there is no form in my new project, these lines are generating errors that "Application" is not a member of "Forms". So my question is: How can I add a 'Doevents()' ...Show All
SQL Server Anybody played with SmoBrowser example within smo?
I was looking at the smo examples that come with sql server 2005/VS 2005 and I have found quite interesting how it was neat and easy to load everthing in a treeview using reflection. I come to my question: I would like to load a treeview control that I could reuse in the same way but depending on the needs i would like only to load certain stuff not all of them. EG (Not all objects but just DatabaseCollection,TableCollection) Is there a way I can ovverride IsExpandablePropertyType so that i can decide what i can load any suggestions I have adopted the SMOBrowser sou ...Show All
Windows Forms how to create simple IDE? - from Where to start ?
hello every one ... i need some guidance .. i need to develop simple IDE which can hold my custom control & generate xml tags against it like vs.net does when we developing asp.net applications. i know its not that easy.. just need to know from where to start what keywords to search any book out dere what need to be learn to develop these kind of IDE i know how to develop custom controls .. need info about creating IDE .. is dere any free open source IDE out dere so that i can look at it any resources & links would be highy appreciated hoping for the reply soon Kamran Sorathia Thanx guy ...Show All
Smart Device Development initiating times for synchronisation
Hello, I'm looking for best practices for making synchronising transparent to the user of the pda. (thus: the user don't know the device is synchronising-> eg. the user don't have to press on a button synchronise for example) The synchronising itself is no problem, the times for synchronising is my problem PDA side, server side server side: Not a good practice I think. I thinking of PDA's, with dynamic addresses. So I think it's better to make it PDA side. PDA side: -Following the steps of the user: Every after x actions synchronise. An "action" still can be specified. -making a backgroundser ...Show All
