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

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

Ardayon

Member List

dmatney
Rahul.Net
Paulette
Kimble
Latika
Jon Shute
Jacob Grass
dan_goita msft
m.zirino
Vinix
alex2323
Jack2005_MSFT
johnly Sam
salemoh
citrusguy
Dipali
Priscilla
neilprivate
TheOddMan
Robert A. Swirsky
Only Title

Ardayon's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL pixel shader: problem with tex coord computation/texture lookup

    I'm sitting on a strange problem for half a day now and can't figure out why things are happening as they happen. :) What I'm trying to do is to look up a texture with entries of size 3*3 texels each ( g_samCurvatureTex : this is a magnified part of it, the whole tex is repeated like this - I am only interested in the blue channel right now). At first I need to compute the centre index of the entry: #define CURV_TEX_ENTRIES 42 // p_TS.xy are texcoords in the range [0,1] that vary smoothly over the surface int xCM = (int)(p_TS.x * CURV_TEX_ENTRIES);   int yCM = (int)(p_TS.y * CURV_TEX_ENTRIES); xCM = xC ...Show All

  • Windows Forms Tooltip

    Hi Have a question regarding creating a windows form in vb.net with visual studio.net. I would like to add a tootip to a label. I have several labels with the text " ", and when I move the cursor over them I want a text to appear... Can I do that /Moorstream Drag a tooltip component off of the toolbox onto your form.  Now,& ...Show All

  • .NET Development update

    Hi all can anyone tell me about update in ado.net 2 by using BindingNavigator and about copy to out directory : do not copy copy if new always copy ...Show All

  • .NET Development Capture Mouse

    !Hello! I have a Windows Service and i would like to know how can i capture mouse movements in the screen, without a form or process launched. I readed that Framework not allow to capture this... i tried with windowshoooks and dont get nothing How can i solve this problem Thks Pavleras I believe you cannot do this but hear me out... Windows Service has nothing to do with the visual effects of the environment, a Windows Service is a process in the background that runs to do "technical" stuff that users should really not know about, such as logging events to the event log, or doing some other pr ...Show All

  • Visual C# Toolbox components

    I'm new to Visual Studio 2005 and to C#. I'm looking for a reference, preferably a book, that gives examples and describes the various components from the Toolbox. A little guidance and a nudge in the right direction would be greatly appreciated. Many thanks. I'm not trying to be funny or offensive so please don't take it this way. Have you tried looking in the MSDN library If you are using a full (non-express) version of visual studio, it should be on one of the discs in the Box. Also, be sure to register your Visual Studio, one of the benefits is a book that gives a walkthrough of VS2005. The express e ...Show All

  • Visual Studio Intellisense Manager

    Intellisense Manager does not appear in the Tools menu on my Visual Studio 2005 set up... any one come across this Nevermind I found this... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=138278&SiteID=1 ...Show All

  • SQL Server error of Initializing SQL Server Reconciler has failed using SQL Server CE 2.0

    hi, i'm using SQL Server CE 2.0 in my application. When i try to synchronize my database by calling replicator.Synchronize(); errors :   Initializing SQL Server Reconciler has failed. process could not connect to Distributor SQL Server does not exists and access denied. what i did right now is i try to register regsvr32 "C:\Program Files\Microsoft SQL Server CE 2.0\Server\sscerp20.dll" regsvr32 "C:\Labs\NorthwindTempFiles\sscesa20.dll" both of the DLL files were succeed register. However, when i try to re-do the synchronization. The same error still happened!!! I do not know what's going wrong..=( Who can help m ...Show All

  • Windows Forms How to use a text file as a data source?

    I am working on a small app that needs to use a comma or tab seperated text file as the data source. The file will have the equivelant of 4-5 columns and possibly up to 2000 rows. The app will need to loop through the rows and act on the data in a mail merge style way. What is the best way to go about binding to a control, ...Show All

  • Software Development for Windows Vista Problem with HandleExternalEvent on a web service.

    Hi. I'm trying to make a workflow that has a Listen and a HandleExternalEvent activity to work through a web service, but I'm not being able of doing it... I can make it work fine on a Win32 app, but when I move it to the web service, I'm getting a problem. What I'm trying to do with this Since it is not posible suspending a workflow, and passing parameters to it when resumed, I thought I could use the EventArgument parameter on the HandleExternalEvent_Invoked activity to pass my custom data to the workflow when resuming it. Perhaps there's a different way, but here's my code (The problem is at the end of this post, when I invoke the event ...Show All

  • .NET Development Authorization in WS -> WS access problem

    Hi, I have a problem with user authorization when connecting from one WebService to another in the same domain. Supposing we have ws1.domain.com and ws2.domain.com machines with IIS. ws1 uses Windows 2003 Web Edition and ws2 uses Windows XP. On ws1 I deployed WebService with ping() method, which simply connects to ws2 and call another one ping() web method. IIS is configured to use Windows Authentication on both machines. Now when I'm on ws1 I can use something like https:// localhost /webservices/ws.asmx op=ping and it works ok - ws1 connects to another machine and gives me a response. Trying the same using https:// ws1.domain.com /webse ...Show All

  • .NET Development Setting Select Command Parameter Values at Design Time

    I am using VS 2005 and have created a new data source from a SQL Server 2005 stored procedure using the TableAdapter Configuration Wizard. The stored procedure has two parameters and I want to set a default value for these at design time. However, when I display the Parameters Collection Editor there is no Value property for me to set. Is there some way to provide a value for these parameters at design time so that I can preview data without having to enter values each time P.S. If you're wondering why I need to do this at design time, it's because I'm using a report designer from DevExpress that has a preview tab to display a print pr ...Show All

  • Visual C# email client using C#

    Hi All, i want to build an email client in my website project. ie i should be able to send and receive emails from/to any account without accessing the particular website of the email providers like yahoo, google, hotmail etc. my email client does the functions similar to outlook express. I am using ASP .NET 2 (.NET 2005 VERSION )  with C# pls note that .net 2003 uses System.Web package to handle emails but .net 2005 uses system.Net class. i know how to send mails from an smtp enabled email account (like gmail, yahoo bizmail etc) using C#. i used System.Net.Mail.SmtpClient class for that. Now i want to build the mail receiving mech ...Show All

  • .NET Development Text alignment in Listbox, and Textfile, for printing.

    Hi, well I hope someone here can help me. I want to print a document, but before that. I extract all the values from a database, and then write it to a file but depending of the size of each value, the column sizes changes. How is it posible to align each "Column", so that, no matter the size of each value, the columns line up perfectly under each other. eg... 1 2 3 4 5 6 as sddd sdsd a d df asddf fdf dfdfdf dfdfdfdf dfdf werwe I hope you get the drift. See, every ...Show All

  • Visual C# HowTo Query XML WebServices Using C#

    I would like to query a webservice located at   http://tckimlik.nvi.gov.tr/Web/WebServices.aspx It gives info about usage and some links but I dont know how can I implement a program into C# that queries this XML webService and returns me the result. Most topics in this forum is about reading from an xml file but I need to query a xml file then get the result. Thanks. Hi, In your C# project choose, Add Web References and type in the following: http://tckimlik.nvi.gov.tr/kpspublic.asmx  [Thats the webservice from the URL you provided] Then add the web reference. The namespace of the webservice will ...Show All

  • Visual Studio Future Roadmap for GAT

    I am looking at GAT for a few months now. I am at a point where i need to make a decision on whether to choose GAT in the production environment. Though GAT looks quite promising , but it is still in beta state, does anyone know of the roadmap for GAT When is Mircrosoft coming out with an official release for this What is the support plan for GAT in the future releases of Visual studio Are there any new features in the pipeline to be added to GAT If anyone knows anything in this regards please do let me know. cheers Murtuza I realize that the download still says it is a CTP, but the patterns and practices ...Show All

©2008 Software Development Network