Software Development Network Logo
  • VS Express Editions
  • Smart Device
  • Windows Live
  • Visual Studio
  • Visual FoxPro
  • SQL Server
  • Visual C#
  • .NET Development
  • Game Technologies
  • Windows Vista
  • Visual C++
  • Visual Basic
  • Microsoft ISV
  • Architecture
  • Visual J#

Software Development Network >> Achenar's Q&A profile

Achenar

Member List

Joe9999
Prerna
swtjen01
Javier_Uy
AlvinTheUnready
Dominik Ras
john ewing
remoteend
shakey slidewell
SingWei
Nirupam
Sarkar
Jon Limjap
Louis Davidson
VikasM
Tony Dong
Derek.Zhang
cych
Matt W
Nissan
Only Title

Achenar's Q&A profile

  • Smart Device Development deployment

    Hi there. I am using cabwizsp (VS.NET 2003) to deploy project cab file for SPV's (ARM devices) I have noticed that not all the cab files will install/run on any MDA/PDA device because of the proc. Currently by default it works for ARM procs (v4). I noticed that there is a switch to specify what CPU type you wish to deploy the files to - I need to create a cab file for the t-mobile MDA platforms. I think it is an intel XScaler proc. How would I deploy it for that type of device using the cpu-type switch any guidance is much appreciated! Thanks! No, the problem is not because of processor. XScale is an ARM CPU. In fact, st ...Show All

  • Windows Forms Does WebBrowser control in .net 2.0 support blocking pop-up windows?

    If yes, how to accomplish this Thanks in advance. Can't believe that it don't support that. if so, i don't think there'll be many people using that control since as of today the pop-up blocking has become a basic funtionality of web browser. anyway, hope the sp1 will be soon and resolve this:) ...Show All

  • Visual Studio Team System Default implementation language for distributed system designers

    Is there any option to change the default implementation language for the distributed system designers Related question: will supoport for C++/CLI implementation be included in RTM I debated between the two and chose this one - 'course, if this was NNTP, I'd simply have cross-posted it to both places ;-)  (Yes, I hate web forums - so inefficient compared to NNTP). Thanks! ...Show All

  • SQL Server Stored procedure issues...

    Hi, I have a table set up in SQL Server Express with the following columns: PartNumber (PK, smallint, not null) PartName (nchar(50), not null) Status (nchar(10), not null) Price (decimal(8,2), not null) What I want to do is create a simple .Net form where the user types in a search key and the key is matched against the PartName field to provide matches. This was easily done in the .aspx file itself: SELECT * FROM dbo.PartsTemplate WHERE PartName = @PartName ORDER BY PartName ASC It works exactly as it should. However, since I'm still learning my way around SQL Server Express (and to a degree SQL itself) I wanted to try creating it as a stor ...Show All

  • Visual Studio Tools for Office Outlook and ASP.NET

    Hello, I have read things about VSTO and have heard people say about cool things you can do with outlook using VSTO. I was wondering if there was a way to use the power of VSTO from within an ASP.NET application. I currently have a ASP.NET application that would like to set up appointments in outlook and such, but im finding it to be a pain. Can someone give me some ideas or guidance in this area Thanks Mark Mark, You can't really "use VSTO inside ASP.NET", especially in the way you describe. Working with Outlook data needs to happen either inside of Outlook using the Outlook OM or by access ...Show All

  • SQL Server Am I in the right direction?

    I am using VFP as my interface and using SQL table as my back-end but recently i got this problem when i add another field in one of my tables, Before it has only 35 field and it goes right, but when I add another 3 fields my problem starts,... if i edit a character fields with all necessary code to update a record and accepted by SQL it has no problem... but when i edit the numeric field which I add, after i refresh my form, it goes back to each original values. at sql table also when i opened nothing happened the old value still there. Thank you for any help Hi Madix_t, Do you add the field via SQL Management Studio or by ALTER ...Show All

  • SQL Server "Dynamic" relationship between one table and many other tables

    Hello all.  I'm hoping someone can help me with this problem. I have a lot of experience with sql server and as the years have progressed, I have gotten much picker about my relational design. I enforce referential integrity whenever possible.  However, I'm running into a pattern in my current project that seems to defy referential integrity, or at the least, cause me to have to write a lot of extra code to allow sql server to enforce it. For example, I have a comments table: ------------------------------------- CommentID int identity (the pk) UserID int (ID of the user who made the comments) DateCreated smalldatetime (date it was ...Show All

  • Windows Forms My 29 things that need to be added/fixed/improved...

    1. Make the visual designer faster. It should be as fast as VB6 was to open them and to move controls around. (i.e. It shouldn't take 45 seconds to display moderately complex forms in the designer (try duplicating the Outlook Edit Contact window, and you'll see what I mean)) 2. Fix the label control so that if it's right aligned and you type  ...Show All

  • Visual Basic Output line numbers progamatically (for logging/debug purposes) to a text file

    Using MS Visual Studio .Net 2003 VB I'm trying to figure out how to output the line number of a line of code that is executing.  This would be used for logging/debugging purposes. MS VC++ has the 'built in macro' by which this can be done __LINE__ and I have been unsuccessful in finding a VB equivalent - if one even exists. Best example I can give is in C++ because I have none for VB. void Example (int test) {    if (!test)       printf ("test not set @ line %d", __LINE__); } All that to say I need to know if there is an equivalent to __LINE__ in VB.  Thanks in advance for the help. ...Show All

  • SQL Server Error Message when accessing Report Manager

    Whenever I try to access Report Manager, I get this message. I don't know what caused it. I recently installed Crystal Reports v11 & Oracle 10gEX evaluation apps. Could they have caused this How do I fix this Product: SQL Server Reporting Services Event ID: rsReportServerDisabled Source: Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings Version: 8.00 Message: Unable to encrypt or decrypt data managed by the Report Server instance. Please refer to the Reporting Services online help for guidance in enabling this functionality. Explanation A symmetric key is a sin ...Show All

  • Windows Forms Determining Application Startup Form at run time

    Anybody know of a pattern for determining the startup form of a .NET application at runtime Since the startup Main method is static, Template Method and other inheritance based patterns are problematic. Have not found any answers via Google either. I've seen the example using a derived class from the ApplicationContext class that allows setting of the MainForm property but that still leaves the "chicken and egg" problem of starting any kind of dynamic mechanism from a static method. Every scenario I've come up with seems to boil down to having to know some concrete class (builder, factory, etc) or the concrete form itself up fro ...Show All

  • SQL Server Limit Report Server Access

    All, I'm looking at the possibility of allowing only certian tasks and reports to be available to users.  I want the user to only have so much control...but would like them to be able to run reports, subscribe to reports and be able to use the query builder.  We don't want the user to see all of the reports in the organization, just the reports for there specific department.  So I don't know that I want them to see the report server itself...but maybe be able to run certian features. Can this be done Local administrators on the report server machine will get read properties and read/set ...Show All

  • SQL Server Scripting in C#?

    Is it possible to script a script component in a dataflow task using C# or is only VB.NET supported If so, will support for C# be added in the future Regards, Henk Allow me to clarify. Scripting in C# will not be available in the SQL Server 2005 timeframe. We hope that new developments will make this possible in the next version of SQL Server. -Doug ...Show All

  • Windows Forms Binding to a collection class

    I have read Rockford Lhotka's excellent article on binding to obejects -  http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnadvnet/html/vbnet02252003.asp But Searching was specifically not supported in the example. Nor is it in the Microsoft IBindingList example. Does anyone know of a sample where searching and sorting are supported I think that you are looking for the&n ...Show All

  • Visual Studio Team System Quick easy question about policies tab

    I'm an administrator on my XP Home machine, and under devices' properties (as in from the device manager) , the "Policies" tab isn't there. I'm sure this is something really simple, I just don't know what it is. Thanks. I believe you've posted this on the wrong forum. This is a forum about administration issues of Team Foundation Server, not XP. For issues with Windows XP, try http://support.microsoft.com . Thanks. -Doug ...Show All

©2008 Software Development Network