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

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

llzamboni

Member List

Javahar
rternier
e.henriquez
duancg
bw12117
Ryan lynch
cindyluke
fornol
BaconTastesGood
Vlad Bezden
Tadwick
Lino!
Bruno_Silva
manick312938
Oscarfh
Daikoku
Quimbo
nbit
Jay K
leonreet
Only Title

llzamboni's Q&A profile

  • .NET Development xpath evaluation

    I have the result stream from a third party webservice as such < xml version="1.0" encoding="utf-8" > <soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema "> <soap:Body> <CompanyName xmlns="somehowhere"> <Date>10/10/2006</Date> <SubCompany> <Company id="3490561" serviceid="112233"><OnLine Code="OK">OK</OnLine></Company> </SubCompany> </CompanyName> </soap:Body></soap:Envelope> I tried using the xpathnavigator method but to no avai ...Show All

  • Visual C# convert object returned from Stored Proc to Guid

    convert object returned from Stored Proc to Guid /// <summary> /// Insert method creates a new group record. Called from the Save method. /// </summary> /// <param name="group"></param> /// <returns>Method's success or failure.</returns> private static bool Insert(GroupInfo group) { group.GroupID == null; group.GroupID = (db.ExecuteScalar("syl_GroupInsert", group.GroupName, group.OwnerID, group.SecondaryContactID, group.DateAdded, group.FullURL, group.AvailableCredit, etc. We tried Converter<object, Guid> in place of the and it is not working! ! Replacing w ...Show All

  • Smart Device Development Need help in SMS sending using VB.NET

    today download a project SendSMS using VB.NET from msdn home, namely Sending SMSs from your Microsoft .NET Compact Framework-based Applications but when i run it, there's an exception saying that "MissingMethodException" after pressing button send and please anyone know what happen how can i fix it thanks a lot Obviously you need a phone to see if you can send an SMS and if it works correctly. Sending SMS without a phone pretty much like learning to drive without actual car. Anyway, you can try link below but I'm not sure it's good enough. It’s not going to actually send SMS. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/callevents.asp ...Show All

  • SQL Server DBCC Errors - related to hardware? Can you tell

    Hi, I've got a DB thats throwing up a whole heap of errors in a dbcc command. I'm trying to track where these are from and the likely result of an fix using  'allow data loss' If anyone can throw any light on the error i'd be real greatful. thanks     Server: Msg 8909, Level 16, State 1, Line 2 Table error: Object ID -2088070838, index ID 12303, page ID (1:714907). The PageId in the page header = (2612:1024331787). Server: Msg 8909, Level 16, State 1, Line 2 Table error: Object ID -2055175028, index ID 7452, page ID (1:714860). The PageId in the page header = (525:520452223). Server: Msg 8909, Level 16, State 1, Line 2 Table error: Object ID -2038263743, index ID 33159, page ID (1:714850). The PageId in the ...Show All

  • SQL Server Subscription Files(*.msf)

    I look for a subscription files in format *.msf to synchronize my net.Where can I find this Colud be a example file.Urgent!!! ...Show All

  • Smart Device Development adding vertical scroll bar in listbox.

    hi, how to add vertical scroll bar in listbox in CF environment Env : VS 2003 - .NET 1.1 Thanks! Take a look a this: http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=e1f4b429-cbb0-4d52-997e-f682f85340f1 ...Show All

  • Visual Studio Tools for Office Outlook 2007 and Word 2007 AddIns

    Hi everybody, This is my first time posting a question in this forum. Lets get straight to the problem. Situation:- I've created an addin for Word 2007 using VSTO2005 SE. My task now is to re-create the same addin (same function, same look) in Outlook 2007. Addin contains function like setting a specific language in document, calling an external exe file and so on. I've configured Outlook to use Word as its email editor. So my question is, can I just use the existing Word addin or do I need to create a separate addin for Outlook Any help is much appreciated. Thank you, Westman (Software Engineer-TNT) Hi, Thanks for the reply. When I open Outlook and tried to compose a message, the addin did not appear. What ...Show All

  • Audio and Video Development How to add HDMI support in video miniport driver?

    I have some experience on VGA compatible video miniport driver development. Now the interface between the display card and monitor changes to HDMI from VGA interface. I don't know how to modify the video miniport driver to support HDMI interface. As I know in the VGA compatible video miniport driver, I need to implement SVGA functions. Now for HDMI, what should I do Hi Vicky, Since this forum is mostly about Media Foundation (the new multimedia platform for Windows Vista), and it sounds like your question has to do with driver development, I might recommend trying one of the newsgroups: http://www.microsoft.com/communities/newsgroups/default.mspx . Many apologies for not pointing you to a specific newgroup; I don't know which one ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Issue with transformed vertex and alpha test

    Hi all, what I am trying to do is draw one big quad at z=0 over the image with alpha testing turned on, and color writes off. I would like to have the Z buffer filled with 0 where alpha is above a certain threshold. First I tried with a quad at coords (-1,-1,0) (1,-1,0)(-1,1,0)(1,1,0), setting transform matrices to identity (I am using a dumb vertex shader that does simple projection). The strange thing here is that the Z buffer is completely filled with 0, not only where alpha>threshold. If I try to enable color draw, I see that alpha testing is performed at least for the color channel. This might be some weird issue with my good old radeon9700 or its drivers. Then I tried with transformed vertices, like this: my vertex struct: interna ...Show All

  • .NET Development webclient image upload

    I have a web application running on server A that allows users to upload files to server B. I use webclient to do so and it works very well from my dev pc to upload to server B. However, it doesn't work from server A. There was no error message or throwing exception. The file just didn't upload. Any idea Yes, I have all 4 sources in my config file. When it is a successful upload, the system.Net.log shows all the activies, UploadFile, webRequest created....Exiting FtpWebRequest, Exiting WebClient, dispose. How do I check if the server is blocked for outward connections ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Screen Transitions

    Ok I tried to do this the way it is done in the Spacewars game, but it dosen't work. So I was wondering is there another way to do screen transitions (Go from the title screen to the first level of your game or to any other screens in your gme). The fade in/fade out works, but all I really wanted to know is how do you switch the current screen that you are on like for example if you on the title screen of your game. Do you have to destroy the sprites used to make your title screen in order to create the sprites for the first level of your game. ...Show All

  • Visual Studio Team System Team Explorer requires login

    Two of my support people have an issue with Team Explorer requiring them to login each time the app is opened.  They do not have VS, just Team explorer as they are software testers. Each time they open the app, they are prompted for their username and password.  Once they supply their domain credentials they are allowed to use Team, so I dont know how it could be a permissions issue. I have a couple of dozen support people using the exact same configuration, and only these two are effected for some reason. Any thoughts or ideas Thanks in advance. MikeH I had the same problem and I solved it by explicitly adding the login info to the "Stored User Names and Password": Control Pa ...Show All

  • Visual Studio 2008 (Pre-release) Change backcolor of disabled control

    How to change the backcolor of a disabled control in WPF application What I meant is you cannot change the background color in trigger in those cases where targeted elements are used(like above). But we can change the ControlTemplate of the control, so we can get the color/functionality we want ...Show All

  • SQL Server Select Stament Help

    Hi: I need help to make a query to relate diameters reading at a specified time to specific alarms at a different time but whiting 15 second of difference. I.e. for every alarm event I want to now the diameter values during 15 seconds before and after time frame. Any help will be appreciated. Table Diam tsTimeStamp rDiameter 1/10/2007 8:05:45 AM 3.2 1/10/2007 8:05:50 AM 2.9 1/10/2007 8:05:55 AM 3.3 1/10/2007 9:15:45 AM 3.3 1/10/2007 9:15:50 AM 2.7 1/10/2007 9:15:55 AM 2.8 Table Alarm tsAlarmTime Alarm ...Show All

  • SQL Server On Failure WorkFlow not getting Exectuted

    i created a DTS package in SQL 2000 using the enterprise manager. I have defined a SQL task to drop some temporary tables on failure of another SQL task. Also the same temporary tables need to be dropped on success of another task. the on success workflow is working fine. but when i add the on failure workflow to the temporary table dropping task, the temp table droppin is not getting excuted at all either for success nor for the failure. please help me out. So multiple conditions are pointed to the same failure "workflow" If so, change the Multiple constraints option on one of the precedence constraints from the default of "Logical AND" (all constraints must evaluluate to true) to "Logical OR" (on ...Show All

©2008 Software Development Network