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

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

David9

Member List

SOTY_Programmer
JayaC
nbrege
IndianScorpion
satya n
dchurch24
AzurianArcher
OJacob
Navya Jeevan
City of Yellowknife
h3mp
JacksonJones
Jkumar
Lug Vélez Schmitz
John123
Hernan93
fripper
Eric Tannahill
Rik78
kernel_77
Only Title

David9's Q&A profile

  • SharePoint Products and Technologies SharePoint with LDAP ?

    I saw a SharePoint demo in Quebec city yesturday.... It is a great product, I need to get this....! But... We don't use Active directory because we are in a Novell Environement... There is no way we'll change it for now ! Could SharePoint adapted to work on a LDAP Network... LDAP and AD are a bit similar.... Mike Harsh has a comprehensive list web.config entries for different authentication provider on his blog. You can access the post below: http://blogs.msdn.com/harsh/archive/2007/01/10/forms-based-authentication-in-moss.aspx Hope this helps cheers ...Show All

  • Visual Studio Debug Menu has disappeared

    I have uninstalled & reinstalled Visual Studio 2006 Professional, and now my Debug Menu has disappeared. I need to find it in order to attach to a process. Does anyone know if it's possible to get it back If memory serves, you don't get a debug menu until you're debugging. The "show processes" option shows up under the tools menu, I think. James ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. error loading model in xna framework

    hello i have a problem loading a model that i have made it in 3d studio max 9, the model is a human all with texture, but when i put it in the content pipeline and try to run or compile the program the compiler send me this error Error 2 BasicMaterial has a texture, but geometry does not contain texture coordinates. E:\my games\prueba01\prueba01\enzo.X prueba01 What i need to do to correct this how do i put texture to a geometry what does it mean You need to assign a set of UVs to your mesh so the texture can be applied. If you have assigned UVs in Max, you need to see whay your exporter is not including them in the X file. ...Show All

  • .NET Development How can I test the following + advice needed

    Hi, I am building a small .net framework for some of my applications I could have used already made ones like the excellent CSLA but I wanted to write my own as to better understand few issues. I understand that everything is a trade off and nothing is set in stone however could somebody clarify the following: When I pass an object between layers/tiers to avoid chatty object I place the word serializable on top. Does this kick in only when is processing an out of process component How can I test that my object is serializing and not being chatty I can pass the object between tiers 2 ways AddCustomer(int id,string Name,string Surname ,etc...) or CustomerInfo customer=CustomerInfo.NewCustomer(); Customer.ID=txtID.Text; ...Show All

  • Visual Studio 2008 (Pre-release) XBAP's and firewalls

    Can someone point me to info on xbap's and firewalls/anti-virus. I tried to set up a friend's computer running Norton firewall and anti-virus and had a lot of problems downloading NET framework 3.0 and running the xbap. Eventually I got the xbap to download but it failed with an exception. Any info Thanks, John Agreed a firewall shouldn't block an XBAP or cause an exception to one. The first thing I'd look for is to make sure that the installed version of WPF matches the version of the XBAP. (e.g. the July CTP cannot handle a Beta 2 XBAP). ...Show All

  • Silverlight (formerly WPF/E) Drag element on Grid

    Can we user Grid for dragging the elements I have seen some existing examples of dragging but all of are with Canvas, in fact I need example with Grid. Cheers Grid and a stackpanel would be nice. The stackpanel is so very very useful, but I understand you have to be very careful when selecting which parts to be included and which to be "left out". ...Show All

  • SQL Server How is security to FoxPro managed through Linked Server from SQL

    I’ve been working on getting a linked server through SQL 2005 to work with VFP 9. I get access denied for any and all security set ups on the linked server. I’ve checked the folder-level security settings and see that the user I’m logged in as, and have tried through security settings, and they seem to have access. What other security settings should I be checking Thanks for the help screen. I've been trying different combinations. Also trying all possible ways to open up security for various users. What I have gotten is that the SQL Server service user ID can now load through the Linked Server but I can't get any other IDs to load through the Linked Server. Good progress though. ...Show All

  • Visual C++ SerialPort's problem again

    Hi Now I have a Mifare Card I need read its' "Serial Number"(SNR), So I give it a Command (the Format :STX + NAD + LEN + INS + LRC)  and (the Command : [02] + "01010505") namespace test1 {  using namespace System;  using namespace System::ComponentModel;  using namespace System::Collections;  using namespace System::Windows::Forms;  using namespace System::Data;  using namespace System::Drawing;  using namespace System::Text;  using namespace System::IO::Ports;  public ref class Form1 : public System::Windows::Forms::Form  {  public: bool cont,cont1;  public: static int msglen  = 44;  public: static const int STX = 0x02;  pub ...Show All

  • Windows Forms WebBrowser Control Plus Dynamic HTML Using AJAX

    I'm having a problem obtaining the actual HTML on a webpage. I can get the normal part of the page, however, the real part I need is set dynamically into a span tag. Note, the HTML is actually displayed correctly in the web browser control on the form, and displays correctly. I did try using the documentcomplete event, which allowed me to get the HTML with the javascript that uses HTTPClient and so on. The main site uses frames. Also, what is odd, is I did try going around this problem but anytime I do that and enter a URL in manually, it logs me out. Does anyone know how to get the actual HTML that is retrieved from an AJAX request that is set dynamically Usually, the DocumentText of the we ...Show All

  • Visual Studio Question:how i can get a true msdn style document ,not a pseudo style?

    Use the Sandcastle,i can get the document,but the style it generated was a very strange style,it is like the msdn document,but it's very ill-looking,maybe that i like the msdn document's style more... So that i want to know if it can supply a method to use the true msdn style in the future and i also want that some other can mike a method to obtain the function best regards... Jason, Check out http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=650163&SiteID=1 As Anand notes, right now Sandcastle generates API documentation in the new VS style; but they do intend to supply transforms that support the current VS 2005 style. — Eric — ...Show All

  • Visual Basic Printing A CSV File

    Hi everyone, I was already able to export my DataGridView data to a CSV file. My problem now is how can i print the CSV file via a command button in my VB.net application I really need this one any help would be appreciated. Thank you so much in advance!!! Stan hey! As u could already export ur DGV data to a csv file...it will be great if u could post the code here...i am trying this for the past 2 days! cheers ...Show All

  • Visual Studio Team System Performance Tool: Unexpected Bottom of Stack

    I have been using the Performance Tool In Instrumentation "mode" on ASP.NET Website. The results are very useful, but I have a question - probably a silly/stupid one: My website uses a Presentation Layer which in turn calls a Business Layer which in turn calls a DAL (all different DLL's and different projects in the same solution as the website). Im trying to determine the time spent in each layer, in a method call that passes through all layers. However, when im examining the Caller/Callee or Call tree, the last function i get data from is the Presentation Layer. I can't see the time spent in Business and DAL layers. The list of "Functions that were called by PresentationLayerMethod" only has one entry: "Bottom ...Show All

  • .NET Development webservice videostreaming

    Hello. I want to use a webservice to get video from a remote server, how can I do it You should use Dime Attahcmen of WSE 3.0. here is the article explaining this. http://aspnet.4guysfromrolla.com/articles/071404-1.aspx ...Show All

  • Visual Studio Tools for Office Properties Question

    I'm looking for a way to make my property browsable outside of the visual studio environment. For example, I have a property within my windows control called Interval. If I set the browsable attribute to true I can access the property through the properties window when I use the control in other projects. What I am trying to do is make the property visible in the InfoPath properties window. I have all the COM necessary to make the control workable in InfoPath I'm just not sure how to get this property visible at design time. Any help would be appreciated. TIA, Eric I don't know how (or if you can) actually 'hook' into the InfoPath context menu, but how about just handling the right-click o ...Show All

  • Visual Basic need help in making a bingo program.

    i am making a bingo program. yeah, it is easy to randomize 75 numbers, but my problem is that i wanted to randomize 75 numbers so that so that if a number has already been popped up or already been shown will not show anymore. because that's the idea of bingo right if a number is already called, like for example B-10. it will not be called anymore because it has already been drawn. please help me, thanks!~ Use a shuffle sort.  Here it is in a Console application.  Adapt it to your own needs.         Dim temp, mix As Integer         Dim rndarray(75) As Integer         Dim randnum As Random = New Random()    ...Show All

©2008 Software Development Network