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

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

sajithpt

Member List

Dong Xie
Kuido Klm
Stevo Zilik
japt
Paul Yau
genjioo
GLutz78
DETNYRE
pavel989
OasisGames
kymaita
GrandpaB
LotusExigeS1
Kenny Grant
ramesh_1031
Lee John
Sathyashankar
Andrew Mercer
Chris Jiang
Mateusz Rajca
Only Title

sajithpt's Q&A profile

  • .NET Development UDP Socket.Receive() on more than one port

    I have to connect to a multicast group that sends out several thousand data feeds, each on it's own port. I want to create one instance of a UDP Socket on a dedicated thread, then use blocking Receive() to catch the datagrams. My problem is that it seems that Socket.Receive can only listen to one port at a time. I don't want to call BeginReceive for each port, because I don't want to use the threadpool. Any ideas Socket.ReceiveFrom(/*........*/); It's Specifically for Connectionless (UDP) Sockets... And You can Specify from Which End Point you have to receive... You can call this by specifying different end points on the same object of UDP socket object. Best Regards, Rizwan ...Show All

  • Community Chat webFormDesigner

    We Have Developed a WebFormDesigner Application, this is supposed to be Generating XML Based on the Specifications provided by a user, and then the xml is exported into a running project where it genrates a form based on xml provided with the fuctionalities like, add, edit, delete, Update, searching by any field etc, support client side scripting etc. PLZ any body wanna have a serious look at it, let me know. following are the GUI included in the Form builder ? DB Connection Builder ? Create New Form Import table from database (used as the basis for the genrated form) ? Add General Field ? ---------------------------- ? Edit Fields ? General Properties Cutomization ? Dat ...Show All

  • SQL Server How to send the SQL Reports via email.

    Hi Everybody can somebody please help in finding how to mail the sql server reports via email. Thanks alot Nee123 Hi I'm having problems getting the Report Server E-mail delivery option to show up I only have the File share option to chose from in my subscriptions. I edited the RSReportServer.config file and when i look at the Reporting Services Configuration Manager it looks like everything is set up correctly. It's using the desired sender address, delivery method = use SMTP server and the desired smtp server is listed. Any clues to how i can get the e-mail delivery option to show up Thanks ...Show All

  • Visual Basic "TrollKit 1.0" - Not quite "Patterns & Practice" Material

    I am sure the "Patterns & Practice" team @ MS are squirming about this InteropForms Toolkit 1.0. Honestly, I am a little disappointed in the emergence of this toolkit. Ideally MS should’ve created a migration path process and set of patterns to allow the developer to understand the inners-workings of this Frankenstein type applications. Instead MS decided to give the developer community what I would call a “TrollKit”. What happened to teaching people how to fish, instead of providing them with fishes Please do not use this “Trollkit”, instead take the route of visual inheritance & COM Interop, create your own set of class libraries, add WinForms to these class libraries, and you will be able to do anything with t ...Show All

  • Microsoft ISV Community Center Forums What is the code for closing out an excel file while in the browser?

    I am using Excel 2003, FrontPage 2003 and internet explorer. I can access the excel file from my browser but can not close the excel file with a command button while the file is working from the browser. If I am working from the excel program itself, the button works but not from the browser. The range code is to get back to the top before quitting and I do not want any changes to the file to be saved. As you can tell I’m in the learning mode. Thanks. Wayne Private Sub CommandButton4_Click() Range("a1").Select Range("b11").Select Workbooks("KHC WEB 1.04.XLS").Close SaveChanges:=False End Sub ...Show All

  • Windows Forms Opening / Closing Forms

    Hey guys, Really simply, how do you open forms when you click a button! ! (i.e. in VB its docmd.open 'Form'). I just want to click a button and it pop up another form i have designed. Thanks in advance Tom Try as this,I hope this will help u:  Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click        Dim Form3 As New Form2         Form3.Show()     End Sub   ============ form2 is the form you want to show   ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GSE with VisualStudio.Net2005?

    Can I install GameStudioExpress with VisualStudio .NET 2005 instead of C# Express I plan a new build with VISTA and VSNet05 installed. Its been said that it only works with express, XNA Game Studio was aimed specifically at express users, I have heard it can work, however the content pipeline does not. ...Show All

  • SQL Server DTS "The Parameter Is Incorrect" Error

    I'm running SqlServer 2000 and am trying to write a DTS. For some reason I keep getting that error for my Dynamic Property Task and not sure why. I've tried giving my Package a password like was mentioned in another thread on here, but that didn't work either. I'm trying to dynamically set a Data Source for an Excel connected, using a query. Query: DECLARE @directory VARCHAR(1000) SET @directory = 'C:\' EXEC [Legacy].[dbo].[spr_GetNewestExcel] @directory The Store Procedure: CREATE PROCEDURE spr_GetNewestExcel ( @directory VARCHAR(1000) ) AS BEGIN DECLARE @cmdParam VARCHAR(8000) --Temp Table that saves the output of a DOS command. CREATE TABLE #output ( output VARCHAR(300) ) --Temp Table that saves the output ...Show All

  • Windows Forms create an exe application in vb.net2005

    I want to create a tredictional Program file.exe that installs under programs. like we used to do in vb6 I have a module app I want to call from scheduled tasks to run at given times I have only figured out how to do the one click deployment. well firstly, in order to run your .NET developed application, the computer that will be running the application requires the .NET Framework (the correct version) otherwise the app will not run, this is why ClickOnce and the full setup installer is recommended for distributing and installing apps as it will do this for you. Next up, you simply create the task in Windows and point to the exe file. The exe file, if not using the ClickOnce/setup and deplo ...Show All

  • Microsoft ISV Community Center Forums Personal.xls

    Whenever I open an excel file from my computer, excel opens but the file does not. The only thing showing is the personal.xls file. I'm aware that I can hide this file if wanted, but that does not fix my problem. Whenever I try to open an excel attachment from lotus notes, I get the error "unable to locate program". Once I have excel open, I can go to file open and then open up a file, but it will not do it from double clicking from my computer or whatever drive I'm looking. Can anyone help This is not a VBA programming question, but a problem with your system's configuration. If you're able to double-click an Excel file in Windows Explorer and open it, then the problem is likely with Lotus Notes ...Show All

  • Visual Studio Lost Keys (Problem deleting chars)

    I'm not sure using the right section. If there is a better one, feel free to move this topic. Now my Problem: I can't delete any chars from my Source using Visual Studio 2006 Professional. I can insert code but i can't delete it. I can't insert a line using ENTER. BSP and DEL doesn't work. Coding without this keys is very... complicated. Is there anybody who knows to fix this problem Thanks There is an other problem. I tried to fix the key problem resetting to default settings. While resetting there was an error message: Error importing settings for keyboard. I think it is linked with my first problem. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How I can quickly draw into texture with alpha? C#

    How I can quickly draw into texture with alpha From MSDN - Surface.GetGtaphics() The GetGraphics method is valid only on the following formats: Format.R5G6B5 , Format.X1R5G5B5 , Format.R8G8B8 , and Format.X8R8G8B8 . Formats that contain alpha are not supported because the Microsoft Windows Graphics Device Interface (GDI) implementations do not have a well-defined behavior on the alpha channel. For more information about formats, see Format . I did it !!! Texture texture = new Texture( device, 256, 256, 1, Usage.None, Format.A8R8G8B8, Pool.Managed); GraphicsStream graphicsStream = texture.LockRectangle(0, LockFlags.None); Bitmap bitmap = new Bitmap( 256, 256, 256*4, PixelFormat.F ...Show All

  • SQL Server [rsInvalidExpressionDataType] The Value expression used in field returned a data type that is not valid.

    I got this error for a calculated field that calls a public function of a custom assembly based on the report parameter values. The return type is an array of double. =code.ovalues.dGetValues(Parameters!Report_Start.Value, Parameters!Report_End.Value, Parameters!Tag.Value, Parameters!Agg.Value) Does SSRS 2005 supports the type double for a field Can the data source of a field in a dataset be an array Is there a way to pass the array to a field by reference and display the values at runtime I would appreciate any help since I could not find anything helpful on the internet and Microsoft document! These are two other possibilities I just found out: 1) I can populate an ADO.Net dataset with theO ...Show All

  • Windows Forms DataGridView "look and feel" question

    I'm using VS 2005 to create a Windows Forms application. In one of my forms, I allow the user to enter some search criteria and click a button to search the database (SQL Server 2005). The search results are then displayed in a DataGridView control. Ideally, I would like to be able to have some control over how the columns in the grid are displayed. For example, when the grid displays the search results, it seems to pick up the column name from the typed dataset and use it for the column headers. I would like to enter my own column headers through code. Here is the current code that I use to bind my DataGridView to my typed dataset: //tie the master binding source datasource to the datatable m_SrcSystemBindingSource.DataS ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Shader states, etc? (HLSL effects not working right)

    I'd like to call upon all the shader gurus here for some help :) I've been experimenting with writing some of my own effects, meaning I'm a HLSL newbie, and have been using NVIDIA's FX Composer to do my work. After producing a cool (albeit simple) effect, I decided to try using it in my little model viewer. The problem is that the way it shows up through XNA is different than the way it shows up in FX Composer, and I can't figure out why. You can find the code to my effect here: http://www.hiranipra.com/data/help_attach/gb1_shader.txt - it's just fairly simple environment mapping-ish stuff. A screenshot of what it looks like in FX Composer: http://www.hiranipra.com/data/help_attach/FxComposer1.jpg - it's hard to tell, but the ...Show All

©2008 Software Development Network