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

Software Development Network >> Jesús López's Q&A profile

Jesús López

Member List

David Davis
reya276
.net sukbir
Scooter!
cues7a
Alexnaldo Santos
minority80
southp
arogan
jheddings
Ultrawhack
lcestola
SJ100
ZuliXP
dr.acv
marco.beninca
GavH
lamont_23
rebeccat
Long Xue
Only Title

Jesús López's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Custom Vertex Format

    I have been playing around with creating my own custom vertex formats in XNA. To test whether it works I am creating a vertex format that is the same as VertexPositionColor. I created a struct with a Position, Color and SizeInBytes property. Creating the vertex element array is also no problem. Until here my vertex format and that of VertexPositionColoris exactly the samen. The only thing that is different is what both return in the GetHashCode method. I believe this value is used to actually use it (in combination with the vertex element array to index this value). In the GetHashCode method I return: this.Position.GetHashCode() | this.Color.PackedValue.GetHashCode(); I got this from this article . Can anyone tell me what I am doing wrong ...Show All

  • Windows Live Developer Forums i need some help on nick changing

    the problem is i can't change my display name in windows live messenger, and my current display name is my email address, it just remains the same display name no matter how i change it. just recently, i tried to log in my account using windows messenger. i change my display name there and it did work. however, when i back to windows live messenger, i encounter the same old problem again. by the way i can neither change the personal message in windows live messenger. anyone know why on earth does this happen I use no add-ons unless that includes the Scanner thingy (sorry I don't know what it's called) that you have to download from MSN when you send files via messenger. I had made no changes to software or ...Show All

  • SQL Server Using a XMLA query to generate reports

    hi, I am trying to join a cube that is deployed to XMLA using Deployment Wizard  with  a report template i created using reporting services  2005 but could not figure how to join the XMLA query (SSMS 2005) of a cube and the report template  (SSRS 2005) made. I am hoping the readers could provide some info or some link to where the procedure is explained return xmlns="urn:schemas-microsoft-com:xml-analysis">   <results xmlns=" http://schemas.microsoft.com/analysisservices/2003/xmla-multipleresults ">     <root xmlns="urn:schemas-microsoft-com:xml-analysis:empty" />     <root xmlns="urn:schemas-microsoft-com:xml-analysis:empty" />   ...Show All

  • Visual Basic Picture Splitting 2D RPG DirectX

    Say if i wanted to split a picture up into an array, every 32x32 pixels is a index of the array. So like i could say i want index 1 to go here (x, y)... then index 2 (some other x, y) to go here and so on. I have no idea how to do this and no idea where to start. For an assignment in either VB 6.0 or VB.Net i have to create a basic 2D game and i decided that this would be the best way to do so (since loading an array of picture boxes uses up alot of memory). If there is a better way then please tell me. The ability to have the map move (so you can explore) Which is a scrolling map, like pokemon. Keyboard inputs to move the sprite. The rest i will figure out myself, but if you generous you will tell me them . I ...Show All

  • Visual Studio Bug: MSBuild forbids resetting of properties passed as arguments to any outer instance

    I have noticed some odd behavior with MSBuild and properties that are specified on the command line or in MSBuild tasks. It is (sometimes ) not possible to change the value of such properties declaratively inside a <PropertyGroup> neither is it possible to change them using <CreateProperty>. In both cases the new value is *silently* discarded! Worse, it appears that nested MSBuild instances also inherit the same problem. So if I happened to pass a property to an MSBuild script via the command line then use the <MSBuild> task to launch a nested instance of the interpreter, not only does the property get inherited into its scope when it shouldn't (because it was not specified in the Properties attribute) but I *still* ca ...Show All

  • Visual Basic Graphics.DrawString draws too thick

    I use the following code: Dim brush As New Drawing.SolidBrush(Color.FromKnownColor(KnownColor.ControlText)) Dim font As New Font( "Microsoft Sans Serif" , 11.25!, FontStyle.Regular, GraphicsUnit.Point) Dim bmp As Bitmap = New Bitmap(pic_main.Width, pic_main.Height) Dim gfx As Graphics = Graphics.FromImage(bmp) gfx.DrawString( "Choose a game from the list to continue." , font, brush, 8, 8) gfx.Save() gfx.Dispose() It draws the string very thick and it is almost unreadable. I wanted it to look as it would if it was a label control. Is there a way I can set the thickness of the brush Or even make the string appear as it would on a label control. Thanks, Troy Dim font As New Font ...Show All

  • Smart Device Development static code analysis

    Is Static code analysis available for C++ Smart Device projects If I create a C++ Win32 project, I get the option to enable code analysis. If I build a C++ Smart device project, the same option is not available. Is static code analysis not supported for Smart device projects ...Show All

  • Windows Forms Window shrinking on restore.

    I'm using Visual C# 2005 Express to make a windows forms application. The application works fine but when I added some user settings to keep track of the window size and position, the window shrinks to no size when the window is restored. If I start the application, resize the window, and close it, it will remember its size and position on restart. When I minimize the window and then restore it, however, it briefly returns to it's original size (a fraction of a second) and then resizes itself to have no client area at all. I can then manually resize it to it's original size. What is going on Thanks for any help. Bob The only code I wrote is this: private void MainForm_FormClosed( object sender, FormClosedE ...Show All

  • SharePoint Products and Technologies VS 2005 - Microsoft.sharepoint Namespace missing

    Hi, How setup my dev pc to get this namespace and create my own CFT. I installed wss 3.0 SDK - VSeWSS - VS Extension for WF Thanks for help Are you getting any error in VS saying that it cannot find the namespace If so you might just be missing the reference to SharePoint Services in your project. Otherwise what is the context where you can't locate the namespace ...Show All

  • .NET Development Reading CRL (Certificate Revocation List) Files

    Are there any classes in the System.Security.Cryptography.X509Certificates namespace that allow you to read CRL (Certificate Revocation List) files I have tried to import the files using the X509Certificate and X509Certificate2 classes with the following code: With New X509Certificate2() .Import( "C:\67B78F15F7828A7BAC4BC4D252C5B48F.crl" ) End With Upon calling the Import method, I receive the follow error and stack trace: Test method Unit_Tests.CRLTest.ConstructorTest threw exception: System.Security.Cryptography.CryptographicException: Cannot find the requested object. at System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) at System ...Show All

  • Windows Search Technologies WDS 3 - RTW Final not indexing .xlsx file which have ODBC SQL Connection

    Hello, Brandon recommended me posting this problem I noticed in the WDS 3 RTW. Basically the WDS 3 RTW, and (Beta 2) cant index the contents of Excell new format (.xlsx), if the excell contains a ODBC (SQL database) connection. The easy way to reproduce is to, create a new .xlsx file using Office 2007 B2TR, create a ODBC SQL connection to any database/table that you have access to. Save the file and wait for index, it will index the filename but never its content. With the WDS 2.6.5 this problem doenst happen. Regards, Marcus Dear Daniel, Thanks for looking into this problem, it has been very difficult not to be able to search within those files. I have emailed you the .xlsx file, Few comments: 1) ...Show All

  • Visual Basic print preview

    why would a printing to the screen (locally) attempt to communicate over a VPN is this an option i can shut off i am having an issue where print previewing without the vpn is nice and quick and print previewing with a vpn hits the vpn like its trying to send information across the network...but nothing should be going across... Thanks Dan Print preview uses the printer driver to provide the preview. This driver will probably try to communicate with the actual printer, looking for stuff like currently selected printer options. Try installing the printer locally and make that local printer your default printer. ...Show All

  • Software Development for Windows Vista SetStateActivity - set TargetStateName during Execution of Statemachine

    Hi all, I have a statemachine. In several states I can get into a "special" state. From the "special"state I have to go back to the state I came from. Now there is the Statemachine property PreviousStateName available. I wanted to set the Dependencyproperty "TargetStatename" of the SetStateActivity to that PreviousStateName by a codeactivity. But setting the targetstatename of the setStateActivity is only allowed during DesignTime... Now I tried to reflector the SetStateActivity(in order to create my own SetState) but its quite a deal of effort since its got a helper procedure tail in several workflow helperclasses which are internal. Are there already any activities around which fullfill the requirements abov ...Show All

  • .NET Development How to update an XML file (read and write)

    Hi all, I have the code to read values in an XML file: XmlTextReader tr = new XmlTextReader (filename); while (tr.Read()) { if (tr.NodeType == XmlNodeType .Element) { tr.Read(); ... Now I want to update some values in this XML file and save it. I need to change the read only access to write access. I already try XmlTextWriter , but it didn't work well. Can anybody send me a very simple sample code in C# to do it Thanks a ot in advance, Bertrand ouah....not sure I like this approach. I just want to replace one field in my XML file. Can I open it, read and search the word I want to replace. Add the new value and save the document and close it Your idea is good but seems very time and ...Show All

  • Visual C++ How to Create a new GUID

    Hi All, I am developing in unmanaged C++, ATL, Win32. The .Net Framework has a function to get a new GUID. How do I create a new GUID without using .Net function call Thanks Thanks Daamer, CoCreateGuid is not exactly what I was looking for, but it leads me to UuidCreate(), which is exactly what I was looking for. Best regards. ...Show All

©2008 Software Development Network