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

Software Development Network >> Xavier Navarro's Q&A profile

Xavier Navarro

Member List

Tom McAnnally
YaktheHairy
ScruffyJohn
Sharathv2
Doug (MSA)
Jon D.
SteveLe
ClaraBM
offordscott
DavidWSeams
C#wanabe
XMLHacker
Nikhil27
C7MAX
ralphje
Huw Collingbourne
radone
clonk
faiz ahmed
Jaagiri
Only Title

Xavier Navarro's Q&A profile

  • Windows Forms TreeView Help

    Hello Folks: I am building a Front end Jukebox Client for work I am need some guidence on using TreeView.  I am going to pull data from a SQL Server and I want to display this information in a TreeView in a section of the App. ---- Dynamic Table in SQL ----- pnode cnode  Description 2 0 Country 3 0 Rock 4 2 Garth Brooks 9 2 Brooks and Dunn 10 2 Willy Nelson 5 3 Moody Blues 6 3 The Who 7 3 Yes 8 3 Led Zep 11 3 ZZ Top 12 3 Pink Floyd 1 ...Show All

  • .NET Development Delegate callback to non-static function in unmanaged class with managed reference argument

    Dear Sir! Could you please advise me of how I can implement a delegate callback to a non-static function in an unmanaged class using managed reference argument. I have tried implementing this using the GetDelegateForFunctionPointer(). I can't use unmanaged types in the GetDelegateForFunctionPointer() function and don't know how to convert the unmanaged function pointer to an IntPtr. Also, the managed argument is lost when performing the delegate call. I have made a testapp that demonstrates my approach. Copy the following code into a C++ CLR console application: <code start> // DemoApp002.cpp : main project file. ...Show All

  • SQL Server How to integrate many authorization database in one RS

    I can‘t figure the best way to do this: I have many web applications with their own authorisation mechanism. I have one Report Server containing all reports of all my applications. I want to extension Reporting Services security to integrate our own authorization. The problem is: Inside the security extension, how to know which security to use (the one for the web application 1 or the one for the web application 2) Imagine I have the same user ID with different rights in both web applications Thank you, Eric Can you call LogonUser from your application You can use the cookie your app generates as the pa ...Show All

  • Smart Device Development Emulator disk space?

    I am trying to run an app I am developing using Visual Studio 2005. The entire folder is less than a meg in size and yet I get this error when trying to start the emulator... Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\aswportrait\system.web.dll'. Error 0x80070070: There is not enough space on the disk. My computer's hard drive has 50 gigabytes free so how can there not be enough disk space Any ideas Hello, Is it possible to post a sample code That would help us to understand why the failure is occuring. -Thanks, Mohit ...Show All

  • .NET Development .NET FrameWork version used.

    Hi   I have an assembly that is built against the mscorlib 1.0.3300.0 .NET 1.0 that is using the System.Environment.Version to determine which version of the Framework it’s using to generate source code correctly.   (Were to include the Strong Name key file in the assemblyInfo.cs file or on the build command line.) When I build the assembly I don’t know what version of the .NET Framework the customers will be using.     When I run it on a machine that only has .NET Framework 1.1 and 2.0 on it the version always reports it’s   2.0.   I have run the sdkvars.bat to set up the 1.1 environ ...Show All

  • Visual C# How to auto. show the SHORTCUT to a field?

    Hi, I have this problem.   When my form loads the user has to press the Alter Key to show all the shortcuts (i.e.  Alt+a, Alt+b etc.) for the textboxes.   The shortcuts is shown as an underlining of the charater in the textbox lebel of theleft of it. As you open the form the textbox lables do not show the shortcut or access key underlined. How do you show them as soon as the form is activated/displayed WITHOUT the need for the user to press the ALTER key Thanks & Regards, MCFS Hi, Hmmm. A very great workaround there Kodiya. Never thought about it, just tried it and i ...Show All

  • Visual Basic custom shape forms

    I have tried to follow the example in the MSDN library but I cannot get it to work. I have created my shape in paint and chosen an easy background colour e.g. white and set the TranparencyKey but it doesn't work. Is there anything that I am doing wrong I've followed the instructions to the letter but it still doesn't work. Any ideas I'm running Visual Studio 2003 with the .NET 2.0 framework. Cheers I am having the same problem. May I ask were you set the color depth. Is it in the windows video setup, or in the vb app itself. John ...Show All

  • .NET Development ASMX locking up. ASP.NET bug or a feature?

    My ASMX web service randomly locks up on a connection, and when it does the timeout is close to 15-minutes.  I have a winform polling the webservice every 10 seconds or so.  The weird thing is that subsequent connections to the web service works, so the web service isn't down for new connections, just a particular existing one.  And this isn't consistent, as in it sometimes happens and sometimes doesn't, so trying to catch it with debug is nearly impossible.  Also, it doesn't happen in the test environment, just on the production one.  What's even stranger is tha ...Show All

  • .NET Development SIMD and the CLR

    Does the CLR natively support SIMD operations, such as SSE2 or 3DNow! I'm afraid I'm going to have to bump this, I think a week is long enough ;) The only way I can think of is by using intrinsics in a C++/CLI library, and calling it from another assembley, but I would prefer to know how to do it from within any language. So, any help ...Show All

  • SQL Server Nothing happens... how to debug NS?

    I created my Notification instance, enabled, register, start sucsesfully. Then I added Subscription and Subscriber Finally I run the query to add Events to my event class. The NSEventBeginBatch<EventClass> returns a valid BatchId The NSEventWrite<EventClass> inserts 1 row And NSEventFlushBatch<EventClass> also works... But nothing happens... No email or File, no logs anywhere and no Events in the event viewer... How do I trace the notification progress Thx, Uri Hi Uri - Sounds like you've ensured that the events are being submitted correctly. You may want to doub ...Show All

  • Visual Basic Printing with full PageBounds

    Hi, I need to print some custom drawings on the whole paper surface. I wanted to use the pagebounds width and height but i still have 100 pixels margins. What do i have to do to bypass those margins. The papersize width is 1169 Pix, i want a 1169 pix Line. I did try to set the PrintPageEventArgs.pagesettings.margins.[top-left-right-bottom] to zero(0), but it still doesn't work. Any idea Thanks in advance. Serge Hi Serge, Most likely this is a limitation of the printer - most printers aren't capable of printing to the edges of the paper. Steve Hoag ...Show All

  • Visual C# Listview display...

    How to view a set of data in list view -Khamal- Could you be more specific   Are you binding a static list, dynamic list, DataTable, etc For static lists or even dynamic lists you can simply call listview.Items.Add() to add one or more items to the control.  For truly static items (a rare thing) then you can do it at design time through the designer. For arrays, data tables, etc. you can't use the normal method of setting the DataSource property because ListView doesn't have one.  The article http://www.codeproject.com/cs/miscctrl/ListView_DataBinding.asp provides an example of how to do it anyway.  For .NET 2.0 ...Show All

  • Windows Forms Double Forms

    I have a MDI application.  On a child form I have an ActiveX control.  When the form loads it has a shadow form that loads with it (it seems to load two copies of the form).  If you move the top form around it erases the shadow form. The child form is loaded from the main form as follows: Dim winWorkOrder As New frmWorkOrder() winWo ...Show All

  • Windows Forms Showing a Form that lies in bakground

    Hi, I have created a Shared Add-in, it contains a button, when you click on it, a System.Winidwos.Forms.Form shows up, now i have two problems that i can not solve them, 1. every time you click on the button it shows a new form, I want that it shows just one form not more, even if you clicked on button many times. I mean I don't want to disable the button , the button must be enabled always, because of the following point: 2. when you work on the office document the form lies in bakground (not visible), when you clik on the button the form must shows up agin . how thanks you all For #1, keep tra ...Show All

  • Visual FoxPro COPY TO Command

    In Visual Foxpro, I am trying to create a CSV file using the COPY TO command with TYPE CSV, but do not want header fields on top of the output file. Furthermore, I am also trying to attach a COMMA after every row. Current Output f1,f2,f3,f4,f5,f6,f7,f8,f9,f10,f11,f12,f13,f14,f15,f16,f17 "0","49162","0","0","0","0","0","0","0","0","0","0","0","0",2.1, "02/14/2006" "0","49162","0","0","0","0","0","0 ...Show All

©2008 Software Development Network