Software Development Network Logo
  • Visual FoxPro
  • Smart Device
  • Visual J#
  • SQL Server
  • .NET Development
  • Game Technologies
  • Visual C#
  • Windows Live
  • Architecture
  • Windows Vista
  • Windows Forms
  • Visual C++
  • Visual Studio
  • VS Team System
  • Visual Basic

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

Bernardo16

Member List

MannyH
gorm
Kiwi JB
Ozmael
JohnnyWing
shanki
Waterside
MrFaith
nmanville
AMK
FeiUsa
CCL
Anoyomouse
Kevin Shan
Soydaner Ulker
jarcid
recai
Nazzo
HugoLeiva
Greg4
Only Title

Bernardo16's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Editboxes

    Using the sampleFramework, Is there a way to keep the caret with in the Editbox, I have tried a ton of seting and code with no luck, I even tried to add a scroll bar to the Editbox and failed badly. No I meant the c# I just used the : to mean look in the FocusText() method in the EditBox class. Sorry if I confused anyone. THe c++ example of UI works perfectly, the caret positioning error is only in c#. David ha ...Show All

  • Visual Studio Tools for Office Outlook Add-in doesn't work after installing .Net 2.0 on client machine

    Hi, I have a problem concerning an Outlook add-in and .Net Framework 2.0. I have read the previous posts on this issue and tried various solutions, but nothing seems to work. Could someone point me in the right direction I have an Outlook Add-in, written with VS2003 and .Net 1.1. It uses the IDTExtensibility2 interface. When i install this add-in on a client PC with Office 2003 and .NET 1.1 installed, it runs fine. When i install ...Show All

  • Visual Studio Team System Web test for a link on a page to have the correct URL

    I have been trying to set up an automated test to verify that a link on a specific page has the correct URL.  When recording a web test and clicking on a link on a page it saves the URL into memory.  I want to simulate clicking on a specific link on a page and verify that not only did the link go somewhere but that it went to the expected URL.  I was able to do what I wanted using t ...Show All

  • SQL Server Code Access Security across multiple assembly security extension

    Hello there I have trying to figure out for days how to enable FullTrust for my Reporting Services security extension. I can successfully run the sample, but my implementation which splits the data and verification logic across two dlls fails each time it reaches the data layer. Simply and succinctly as I can write it my security extension consists of the following. Business.dll This dll is configured in RSReportServer.config, again as per ...Show All

  • Architecture Databinding vs Multi-tier

    I'm a bit confused - see if you can help me out. It seems like microsoft is really big on the multi-tiered approach to development(presentation, business, data), but now, with visual studio 2005, they're also really pushing the new and improved typed dataset for databinding. Am I wrong, or is it virtually impossible to take full advantage of the new typed dataset and still separate your system into presentation and data layers You create a data ...Show All

  • Smart Device Development Receiving SMS example

    Hi all, Have anyone tried the Receiving SMS example from the MSDN library There seems to be a problem... It seems that I can deploy it to my PPC but an error of MissingMethodException at the function call to DllRegisterServer() will always occur. Need help urgently!!! Are you sure mapirule.dll is getting deployed to the device also The DllRegisterServer API PInvokes to that dll which is a native dll also in ...Show All

  • Visual Studio IVsSolution::GetProjectOfUniqueName returns E_FAIL

    Hello, I'm trying to use IVsSolution::GetProjectOfUniqueName to get the IVSHierarchy of a named project.  I've used IEnumHierarchies to verify there is only one hierarchy in the solution, but when I call IVsSolution::GetProjectOfUniqueName, it returns E_FAIL. What might cause this problem Thanks, Notre Hi Notre, thanks for the excellent repro steps.  So on the call to project.UniqueName returns a ...Show All

  • SQL Server re-establishing mirror

    When witness and mirror were down, mirroring was removed at primary. Now when I try to re-establish mirroring I get the following error Msg 1456, Level 16, State 3, Line 1 The ALTER DATABASE command could not be sent to the remote server instance 'TCP://witness:5022'. The database mirroring configuration was not changed. Verify that the server is connected, and try again. On the witness server the following sql select * from sys.databas ...Show All

  • Visual Studio Team System Failure to Open the Exisitng report (.rdl file)using Report Builder

    I have installed TFS Beta 3 (Dual Server Mode) Created New Process Template. Creating Team project using the process template. Open the report site from the Repots node in TFS Explorer in the Team project node. Clicked Report Builder. Trying to open existing .rdl file using "Open From File", i am getting following error. Cannot Open this Item. This report cannot be opened in the report builder One or more unexpected Report Definition Language ...Show All

  • Visual Studio 2008 (Pre-release) how to add shapes to canvas

    Hi can anybody know how to add any shape like rectangle , circle or line to canvas through programmatically at mouse cursor possition. thanx - Nagu Try this: XAML: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:m="clr-namespace:TestWPF" x:Class="Window1" xmlns:IcoToImageConver ...Show All

  • .NET Development Speech

    Am i able to use System.Speech on XP Caz when i run: System . Speech . Recognition .SpeechRecognizer r = new System . Speech . Recognition .SpeechRecognizer (); r . SetInputToDefaultAudioDevice(); r . Recognize(); I get: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) Hello, I'm not intimately aware of the installation requirements of the latest MS speech recognition eng ...Show All

  • Visual C# Messagebox.show

    I am new at this so be easy. I have a messagebox.show that I want to display the result of a SQL select statement in. How do I do this please. I am using C# 2005. After reading your post to my question it did make me think about what I was trying to do. So, I decided that rather than do a MessageBox I would do it in a form. That worked out perfect. Thanks for at least making thin outside the box. It was a re ...Show All

  • .NET Development How to determine at runtime the no of all rows and columns from a DataGrid object?

        Hi, I try to do a wildcard string search into a DataGrid and I need an event handler (in my opinion) for an insert/delete row/column event to loosen/restrict the search space (rows x cols).     It's important that the type of data source indicated by DataGrid's DataSource property can be DataTable, DataSet, DataView, DataViewManager, or derivates.     I hope somebody will enlighten me.  &nbs ...Show All

  • Windows Forms trying to dynamically create a HTML page from a windows service

    I am working on a project which entails generating Account Statements depending on the frequency of need by the customer and sending it by mail. I am using a windows service, but the problem i happen to have is converting the results of a& ...Show All

  • Visual Studio Express Editions I am fairly new to C++ and need help with an error

    Hello- I am very new to programing in general, I am a freshman in college currently taking a C++ class and our final exam project is to make a chess game. At first this seemed impossible with my current knowledge of C++ however with a little work and what not I have started the project and I see where it is headed. However I tried to compile the program and I am recieving this error 1>cl : Command line error D8016 : '/MT' and '/clr' command- ...Show All

©2008 Software Development Network

powered by phorum