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

Software Development Network >> Luis Esteban Valencia Muñoz's Q&A profile

Luis Esteban Valencia Muñoz

Member List

Javier Luna
kadabba
William Lowers
ShAdeVampirE
hazz
WillPritchard
Michal Konecny
Malleswar
Jco316
Hemant Hindlekar
Ezira
Michael Miller
Michael J. O.
ashish12345
WXS123
Rodrigo Acosta
etsabet
gcox18
UmaMohan
Jan Byvaly
Only Title

Luis Esteban Valencia Muñoz's Q&A profile

  • Visual C++ Writing Scalable IOCP Socket Apps

    Ok, so I have done a fair amount of research, and I dont "get it". I understand IOCP is a huge and powerful concept, and relatively new. Anyway, I am having a LOT of problems while setting it up, and not sure if what I'm doing is what its supposed to be doing. Before you direct me to a link just yet, I'll show you were I have looked: http://msdn.microsoft.com/msdnmag/issues/1000/winsock/ http://win32.mvps.org/network/sockhim.html And an ungodly amount of time in the MSDN winsock functions/structs/etc. The problem with the first 2, is they give a good dive into it, but the example source code doesnt really show the steps of doing it. The 1st link doesnt go a ...Show All

  • Windows Forms how to add the outlook express addin into the project file?

    We have created the setup file of our project, while installing the project, first it should check in that system, wthr outlook express is there or not, if it is not there means automatically it has to install the outlook express so for that purpose how to add outlook express into my project setup file ...Show All

  • SQL Server "Most Recent Notification Attempts" are Zero. Notification not occuring..

    1. I have SQL 2005 Database Email Setup. The Test email works fine. 2. I have an operator setup, Operator name "X", email address is correct. Alerts are associated with Operator "X" and notification method=1. 3. I have an alert setup to monitor low disk space. The Alert seems to work, it appears to be firing. I am getting in properties -> History a positive occurence count. Response is set to "notify" operator "X" by email. 4. No email is received. Operator "X" history reveals that "Most recent notification events" -> By email "(Never emailed)" Can anyone point me in the right direction here to troubleshoot Cheers s ...Show All

  • Visual Studio Express Editions Transparent Bg's cutting out pictures under it...

    I've been having a few problems with setting png's as with transparent bg's and then putting items underneath it such as images cause it always cuts it off for some reason ... I'll show a screen show .... ...Show All

  • Visual Studio Express Editions Invalid Column Name

    Hello, I am using Visual C# 2005 Express Edition and I am trying to connect to an SQL database. I have created the database with the following columns: id, first, last, phone, date I have created a binding source with a Data Grid View and I am trying to load the data. However, I am getting an "Invalid Column Name" error for NO apparent reason. Here is what my code looks like: SqlConnection con = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\dsAllMembers.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"); con.Open(); if (con.State == ConnectionState.Open) { System.Console.WriteLine("So far, so good."); SqlCommand command = new SqlCommand("SELECT id, first, last, phone, date FROM tblMemb ...Show All

  • SQL Server Mirroring + remoting

    Hi, I have a 3-tier app that is currently running on a simple single server setup. However, I have to adapt it to run on the following setup: 1) Client .NET app on client systems with remoting connection to... 2) Host .NET app with a DAL connecting to ... 3) SQL Server 2005 mirrored Using mirroring, if the principle SQL server goes down it switches automatically to the mirror server. My question relates to my connections. What do I need to do to make sure the Client and Host apps follow SQL There are two setups I have in mind: 1) Host app + SQL on same box 2) Host app on its own server + SQL on its server (+mirror) With these scenarios: Setup 1 - SQL fails but server continues - Host app has to connect to mi ...Show All

  • Windows Forms setting a forms and datagridview at run time based on screen resoultion

    I find the screen res at form load, I wan to set the forms size based on the h/w Also i want to set the datagridview based on the res. i tried the following but it does not change it stays the what is shown in the properity settings 800,315 Me .dgv1.Size = New Size(200, 200) Why does it not change at runtime on page load , also set the picbox to the center (my pix is 800 wide) Dim intX As Integer = Screen.PrimaryScreen.Bounds.Width Dim intY As Integer = Screen.PrimaryScreen.Bounds.Height Me .Size = New Size(intX, intY) dgv1.Size = New Size(intX - 25, intY / 1.7) If intX > 800 Then picbxHeader.Location = New Point(((intX / 2) - 400), 1) ...Show All

  • Software Development for Windows Vista Can MSMQ fire events??

    i need to register a method to a event ( to know if the queue received any messages). so can MSMQ message queues fire events ...Show All

  • Visual C++ Change/Bug in CHtmlStream::Write() in MFC8/VC8???

    I have an MFC ISAPI DLL that calls CHtmlStream::Write() to write some binary data back to the client. For example: BEGIN_PARSE_MAP(CMyISAPIExtension, CHttpServer) ON_PARSE_COMMAND(Default, CMyISAPIExtension, ITS_RAW) DEFAULT_PARSE_COMMAND(Default, CMyISAPIExtension) END_PARSE_MAP(CMyISAPIExtension) void CMyISAPIExtension::Default(CHttpServerContext* pCtxt, void* pVoid, DWORD dwBytes) { pCtx->m_pStream->Write(buf, len); } In MFC 7.1, the client receives a buffer that is len in size but in MFC 8, the client receives a buffer that is len+2 in size. The first two bytes are '\r' and '\n'. Does anyone know what is causing this I can compile the same simple solution in both compiler versions and simply changing ...Show All

  • Visual Basic populating an Access database using visual basic 2005

    I am trying to create a new employee application that gets input from a user in text boxes and then take that information and populate a database in Access that will later be pulled to the Track IT! database on SQLserver2005. How do i do it Thank you. a) absolutely I believe b) the lines for the code sure: creates a new OleDbCommand object, a command object used to "instruct" on what to do to the database. This command in particular as you may know, inserts data into a database, giving the fields and the values for those fields creates parameters for the , and assigns them a value as well as the correct OleDbType (data type field) otherwise if you don't, chances are at some point th ...Show All

  • Windows Forms Where can i get a download for Tray-App?

    Where can I get a download for Tray-App http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=643672&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=330178&SiteID=1   Hope these help ...Show All

  • Visual Studio Team System Database Project: "Add Project to Source Control" error

    When I try to add my Database Project to Source Control, I get the following message: --------------------------- Microsoft Visual Studio --------------------------- Error TF50322: Unrecognized project name. --------------------------- OK --------------------------- I tried to use different project names, I tried to add the project to Source Control during its creation and after its creation - nothing works. Thank you. Thanks for the answer. 1. I don't know if the list of projects will help you, but here it is. The TFS projects are: Alerts, BillingControlPanel, DataImporter, General, ImportData, Infrastructure, Olap, Reports2005, Test, WorkingHours . Yes, I removed several projects: "Billing Control ...Show All

  • SharePoint Products and Technologies create multiple websites in different languages using WSS 3.0

    Hi , I am new to Sharepoint Services (WSS 3.0) . My requirenent is that i have to create multiple websites in different languages using WSS 3.0 . A user can view his content in any language. I have few queries here : 1. If i am creating a site in English using a saved template and i want to create another site in German using the same template then how to convert all the text written in English to German as the template was created from an English site Ex: Lists, Libraries and other items column names and other metadata information. 2. In the same above way. After running several sites in different languages using a specific template. Now we want to add a new List/Library/WebPart etc to them, do w ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2D Sprite Rotation Issue

    For some reason my sprite will jitter while moving if I rotate to 270 degrees (it flips at exactly 270 degrees). Any suggestions float xSpeed = (float)(Math.Sin(Angle) * mSpeed); float ySpeed = (float)(Math.Sqrt((mSpeed * mSpeed) - (xSpeed * xSpeed))); if (adjustedAngle < 0) { ySpeed = ySpeed * -1.0f; } if (adjustedAngle < -180) { ySpeed = ySpeed * -1.0f; } if (adjustedAngle < 90 || adjustedAngle > -90) { xSpeed = xSpeed * -1.0f; } if (adjustedAngle < -270 || adjustedAngle > 270) { xSpeed = xSpeed * -1.0f; } ...Show All

  • Visual Studio 2008 (Pre-release) WCF using PNRP over VPN

    I tried creating a sample WCF (using .Net 3.0 RC1) app using PNRP and it works over the intranet, but not over VPN. The network admin thinks this happens because PNRP by default tries to use IPv6. Anybody knows how to configure it using IPv4 could there be another explanation for the problem Hi Javier, Your admin is correct that PNRP does not work over IPv4. It uses IPv6. However, the beauty of IPv6 is that: * On the Internet, you only need to enable it on the end machines and not all over the Internet. IPv6 has a mechanism by which it will tunnel through an IPv4 network. On Vista, IPv6 is enabled by default and you don't have to do anything. On XP, installation of the optional p2p component automatically installs IPv6 as well. ...Show All

©2008 Software Development Network