Software Development Network Logo
  • Windows Forms
  • Visual C#
  • .NET Development
  • Windows Vista
  • Audio and Video
  • SharePoint Products
  • Visual C++
  • Visual FoxPro
  • Microsoft ISV
  • Visual Studio
  • IE Development
  • SQL Server
  • Smart Devicet
  • VS Team System
  • Game Technologies

Software Development Network >> Pedro A. G. Carvalho's Q&A profile

Pedro A. G. Carvalho

Member List

HenryHan
prk
Joshua Nobes
shohom67
CiNN
David N.4117
JTechOnlineGuy
Ninerh
Impact247
ItsMe!!!
Evan Mulawski
Huson
Chris Holland
fleo
ender#
VSChallenged
nithinraj
xRuntime
hemo
Dave Koehler
Only Title

Pedro A. G. Carvalho's Q&A profile

  • Visual Basic tables

    Hi there Until recently I used RapidQ basic to produce my number crunching applications. The move to VB2005 was dead easy. There is however one feature / keyword I badly miss. In rapidq there is the StringGrid control, where you can print, for example, the values from an array on a GUI. Once you set-up the stringgrid, writing into it is a simple as: stringgrid.cell(xy) = str$(value) By comparison, generating a table in VB2005 is very difficult. Any suggestions will be appreciated. If it's still about that vanishingpointgame problem, then I don't know if this helps, but I think the lack of an WM_IME_NOTIFY message (=642) seems to be causing it. ...Show All

  • Windows Forms MDAC 2.7 Prerequisite

    I need at least MDAC 2.7. I'd love to make MDAC 2.8 a Prerequisite, but I can't because MDAC 2.8 doesn't install on Windows XP SP1. You're required to load SP2, an onerous requirement we do not want to impose on our users. I'd like to add MDAC 2.7 as a Prerequisite, but I don't see a place to do so. Is there a way to add MDAC 2.7 as a Prerequisite in VS 2005 ...Show All

  • SQL Server Accessing previous row in Asynch Script Component

    I have a series of records that are timestamped and ordered by time ascending. i.e. Time TimeToNext 02/07/2007 11:38:22 0:00:21 <--- Need to calculate these 02/07/2007 11:38:43 0:00:22 <--- Need to calculate these 02/07/2007 11:39:06 0:00:00 <--- Need to calculate these 02/07/2007 11:39:06 0:00:36 <--- Need to calculate these 02/07/2007 11:39:42 0:00:28 <--- Need to calculate these 02/07/2007 11:40:10 0:00:26 <--- Need to calculate these 02/07/2007 11:40:36 Last Record <--- Need to calculate these I need to calculate the difference in time between each of these records.  The flow ...Show All

  • Visual C++ Driver and DLL

    hi all! i'm new here and i tried to look for a post that answer my question but without funny results so... is there a way to load a function from a dll in a driver i've found only MmGetSystemRoutineAddress but loads only from nstokrnl.exe and hal.dll.... and i cant link LdrLoadDll 'cause linker gives error: 1>driverfoo.obj : error LNK2019: unresolved external symbol __imp__LdrLoadDll@16 refer enced in function _foo@0 can someone help me thank you all anyway and im sorry for my bad english.. :P :P thank you very much... i've understood but now...there is another problem ^_^'.. i've linked ntdll.dll to my driver using ntdll.lib and it worked well.... but when i try to start my driver it fails wi ...Show All

  • Windows Live Developer Forums Right-Click Select and Zoom

    Has anyone managed to get this functionality to work. I want to have the ability to Right-Click and Hold anywhere on the map select an area and them zoom into it. I know there is the alt+click and the middle-click but a lot of your average users don't think of these methods. Most will try to use the method I'm trying to work out. I got a good part of it worked out, but I need to figure out how to override the click event on the VEMap Object, or how to get from the View returned the event I'm working with. So I can test for right-click on the onMouseDown event. Any ideas I had tried that. The problem is that the onContextMenu function is fired after the map pans. So you can't get a starting point only an en ...Show All

  • Visual Studio 2008 (Pre-release) Why can I not see the wsdl file?

    Hello friends. Well, when I self-host services and enable mex of course, I can see the wsdl file. However when I host it on IIS7, even the most basic sample, I can host it and I can use svcutil to download metadata and everything, but when I click on the URL for the wsdl file, the page gives me error and I can't get to wsdl file. Did anyone have the same problem as I do Is there any solution for this Thank you. You also need to add a behavior to allow HTTPGet access (in the behaviors below): < system.serviceModel > < services > <!-- Before deployment, you should remove the returnFaults behavior configuration to avoid disclosing information in exception messages --> < service name = &quo ...Show All

  • Visual Studio Express Editions Click event

    Hi I need some help with my program....I'm having an issue getting the check box grand total to display a grand total....any help would be appreciated here's the program: Public Class VBLab2 Private Sub Button2_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click ' Clear Boxes txtPackageA.Clear() txtPackageB.Clear() txtPackageC.Clear() ChkGrandTotal.Checked = False txtPackageA.Focus() End Sub Private Sub btnCalculate_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click 'Package A retail $99 'Package B retail $199 'Package C retail $299 'Quantity Discount '10 to 19 20 ...Show All

  • Software Development for Windows Vista UAC settings for DLL

    Windows Vista Readiness Hands on Lab has details on how to set UAC for an app, by accessing it's manifest settings from Visual studio: XML settings like the: "<requestedExecutionLevel level="Setting" /> . Applications that were not developed for Vista would have a Setting of asInvoker and since by default even if logged in as administrator applications are given reduced admin privileges, one need to explicitly promote this Setting to highestAvailable". My question is: say my application needs admin privilege, e.g. to set registry values, though the actual .exe source code are merely invoking a DLL (e.g. using LoadLibrary call), which does the bulk of the processing including the registry settings; do ...Show All

  • Visual Studio 2008 (Pre-release) Quick NetMsmqBinding question

    Hi guys, I have a quick question about the NetMsmqBinding. I knew the answer to this at one point but managed to forget and now I'm having trouble finding the answer again. For the NetMsmqBinding, the queue needs to be on the Service-side right Can you use a queue on the Client-side or on a third machine Thanks, Ting Journal queues is actually a different feature. When the journaling is turned on, the copies of the messages are being stored in the special, journal queues, so they become available for inspection later. To reliably transfer messages to the destination queue, even if the destination machine is down, MSMQ uses the outgoing queues. These are created implicitly by MSMQ on the sender's machine. ...Show All

  • Windows Forms SignTool reported an error 'XmlResolver can be set only by fully trusted code.

    Hi all, Everytime i publish my winform app, I encounter this error. "SignTool reported an error 'XmlResolver can be set only by fully trusted code." How can I fix this problem. Thanks I had this problem on my work PC, but not my laptop. After installing the VS2005 SP1 the problem did not go away. Then I had a look at VS Add-in Manager. I had XSDObjectGen in the list but it was not loaded. As a last desperate attempt I uninstalled XSDObjectGen and I finally had SUCCESS. So just having XSDObjectGen installed on your machine can cause the dreaded XmlResolver error during ClickOnce publishing. I hope that helps. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help What do I need to download so I can connect to my 360 for XNA?

    What do I need to download so I can connect to my 360 for XNA Do I need to download windows media connect I've got exactly the same issue after purchasing XNA tonight. Media Connection to the PC is fine, and I've tried a bunch of generated keys. I can't figure this out. ...Show All

  • Visual Studio Express Editions Tabbed Web Browsing

    hi everyone at the moment I'm trying to make a web browser which supports tabbed web browsing I've made it so that you can click a button to add new tabs but I'm not sure how to make the address text box control the tab which is currently being viewed, at the moment it's only able to control the first tab. How do I get it to control the tab which is currently being viewed and also how do I get the web page's name to be shown on the tab my code so far : Public Class Browser 'Creating an instance of the Navigate class Dim NavigateWindow As New Navigate Private Sub Browser_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Click End Sub Private ...Show All

  • Visual Studio 'cannot merge swimlane-mapped element(s) into the root element' error

    Hello, I want to introduce swimlanes for representing layers, based on the ClassDiagrams sample. I would like to have exactly 3 static layers (business, datainterface, dataaccess). To model the layers I added the following ModelRoot | +__ 0..* [ModelRootHasLayers] 1..1 [Layer] | +__ 1..1 [LayerHasBusinessLayer] 1..1 [BusinessLayer] ==> BusinessSwimLane +__ 1..1 [LayerHasDataInterfaceLayer] 1..1 [DataInterfaceayer] ==> DataInterfaceSwimLane +__ 1..1 [LayerHasDataAccessLayer] 1..1 [DataAccessLayer] ==> DataAccessSwimLane After that I added the following from the ModelClass domain class ModelClass | +__ 1..1 [ModelClassReferencesBusinessLayer] 0..* [BusinessLayer] When I try to run the model with these changes, I ...Show All

  • SQL Server can'd find SSIS for installation in Server2003SBS-PR

    I bought a new HP server with Windows 2003 SBS Premium. I also was told buy the company how installed the server, that they installed all the components of SQL. When another company came to install a new business software for us, they told me that the Integration services is not installed. We tried together to install the SSIS with no luck. When we run the Setup(or used Add/Remove software) we couldn't find the Integration services check box in the list of the setup. I also asked assistans from the company that i bought the server fromk, and they also couldn't understand where is it. We have an HP Proliant server, Windows server 2003 small business preminum SP1, SQL server 2005. I was told that without the ...Show All

  • Visual Basic KeyPress Event, Highlighting Text Questions

    [code]Private Sub Form_KeyPress(KeyAscii As Integer) MsgBox "Bla" End Sub[/code] That creates a message box any key is pressed. How can I make it create a message box when a certain key is pressed. Like How can I have it create a Message box if 'a' is pressed. I tried substituting in 97 (the acsii value of a) into where it says KeyAscii As Integer, but it gives me and Indentifier error. Questions two: What code could I use to highlight all the text in a Textbox called Text1. Like Control + A [code] Private Sub cmdhighlight_Click() 'I need to highlight all the text in Text1. End Sub[/code] this looks like a VB6 application, in which case these forums are only for .NET development I'm afraid. you may wi ...Show All

©2008 Software Development Network