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

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

srkrishnakumar

Member List

joe630330
dspace
CyberJP
BrianD65
Timiscool9999
Cathie 64
Michael F
idoprz
uccoffee
CARPe
Rob R
cdeck
ian field
翟奇
cramer-creek
MauroS
sergeb
Erwin Meiejr
Asen Asenov
RonUT
Only Title

srkrishnakumar's Q&A profile

  • Smart Device Development infrared!

    Hi. I want to be able to send data (hex codes or whatever) using the infrared ports. I have imported the System.Net.Irda reference and able to access the IR classes. However, I do not wish to connect to a device but rather send data. The device I am sending data to will be a dumb device really, just as a "reciever"... this can be a remote control recieving box or a TV IR reciever for example. IS it possible to do this how I cannot seem to find a way in the .NET classes as it seems you have to connect to the destination then write data to the stream. Thanks! You will not be able to communicate with a TV IR receiver through your standard ...Show All

  • Visual C++ building WinXP x64 application

    Hi want to compile/build a piece of code that was written in Visual Studio 6 for use under WinXP x64. I would like to use my 32bit machine, compile and build and than put the exe on the 64bit system and test it there. How can I do it, are there tutorials somewhere Any help is appreciated please help Thanks Maik Yes, Visual C++ 2005 runs on a 32 bit system, and builds apps for 64 bit. -Kev ...Show All

  • Windows Forms Inventory Database FIFO

    Hi, I am thinking to develop a small time inventory. The issue i am not able to resolve is how will i manage the Item table. I will need to have something like FIFO to manage the cost variations of the same item as well. So if item A cost 10, same may cost tomm 20 and i have to manage how many of A cost 10 and how&nbs ...Show All

  • Windows Forms Question about creating a control from scratch

    I've been writing a menu control from scratch since I want to learn everything I can about the drawing namespaces.  Well I've got a pretty nice menu control, but I've hit a snag now that I've to the actual menu items.  The menu's will display fine, but since the menu items draw outside of the controls bounds all I see is just the top line of the menu item rectangle.  I tried to make the menu items their own control, but I can't seem to get the Paint event to fire correctly and display the menu items.  Has anyone else attempted to do a control like this and if so how did you solve this problem Thanks in advance, Brandon ...Show All

  • Visual Studio Team System Can I change the warmup time with loadtest plug in?

    Hi Guys,   It looks like the warmup time property is readonly.  I need to reboot my servers before running my tests.  But not always.  .  So, when I include the load test plug in that reboots my servers, I want to add warm up time to the load test so as not to incorectly impact my test results and to not have some document somewhere that noone will read saying they need to add warm up time when using this plug in. Otherwise, if i can't set it, I will raise an exception if the warm up time isn't long enough.   Drooling over your response.  Thanks, Dan ( no not thank me, thank you!) H ...Show All

  • SQL Server SQL 2005 Database Engine setup failure

    I am having a problem getting the databse service installed. My SQL Beta version did not uninstall smothly and I am trying to get the production release to uninstall. I keep getting the install to fail with: "C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe" finished and returned: 1603 I have been able to install everything from the SQL 2005 suite (ie. reporting services, workstation components, etc) but I can't get the database engine to install so I can run databases locally. Has anybody ran into this   I have looked everywhere but no suggestions have helped. Thanks! The meaning of 3 ...Show All

  • SQL Server search char in String

    Hi Is there any function to seperate a sting (VARCHAR) into two based on a character in the string (e.g. '-'). In short is there "InStr" or "split" type function in T-SQL If not what is the alternative I have a column called "Range" (VarChar) in the table which has ranges like 1-14 or 15-49 etc. I need to select records by compare a variable (numeric) against these ranges.   So for instace if the variable has 15 its in range 15-49. I was thinking of spliting the range field into two so that comparison is possible. Any suggestions thanks       Hello, do ...Show All

  • Visual C# Create Word Documents By C#

    Hello, I would like to create a Word doc directly from C# Windows Form codes. 1) How to create and open the Word doc After creating the Word doc and Open it, ... 2) How to insert a text from a textbox to the Word doc that is already currently opened 3) How to check the current Range.Selection location Please exlpain in full as I am a newbe in C# to create Word... Thanks in advance. You can use the Microsoft Word Object Library, here is a little list of articles: Automating MS Word Using Visual Studio .NET How to automate Microsoft Word to create a new document by using Visual C# Cr ...Show All

  • Visual Studio Express Editions Whois programm

    Hi, I am making a whois programm. I have the following function:     Public Function SocketSendReceive(ByVal server As String, ByVal request As String, ByVal port As Integer) As String         'Set up variables and String to write to the server.         Dim ascii As System.Text.Encoding = System.Text.Encoding.ASCII         Dim bytesSent As [Byte]() = ascii.GetBytes(request)         Dim bytesReceived(255) As [Byte]         ' Create ...Show All

  • Visual Studio Express Editions Visual basic buttons control html buttons

    I need to be able to have a user input test into a text box and then press a button that then inputs the text into a text box on a website ad then the ok button to click the webite button. Help please ...Show All

  • SQL Server Execute a SSIS master package through an ASP.NET web app

    I am trying to execute a SSIS package via a web application built in c#.  I found a sample to read the output of a data flow task, but I'm stuck.  If I build the command line syntax for the package, create a DtsConnection object and set the connection string to the syntax, what else do I need to do   Thanks. Clay Well, the critical step is to create a DtsCommand whose CommandText = the name of the DataReader Destination in the package, then to execute that command to retrieve the DataReader [contents]. Does your BOL version have our topic, "Loading Data Flow Results into a Client Application " ...Show All

  • .NET Development That assembly does not allow partially trusted callers.

    Why am I getting this I am trying to debug a C# application on my own machine, so, as I understand it, my program should have full trust. Might you be willing to provide the full exception details (including call stack listing) as returned by the exception's ToString method ...Show All

  • Visual Basic serial port ir decoder

    I have an application that I am working based around the LIRC principle to receive infrared signals from Sony remote controls and saving them in an MS Access database also converting to Pronto CCF format. The program will also transmit the code to any learning remote control. I’m using the CTS pin of the RS232 port for the input signal and im based my hardware from an elector article, which can be found here. http://www.bairesrobotics.com.ar/elektor/01-2002%20Infrared%20Transceiver%20for%20the%20PC%20(1).pdf http://www.bairesrobotics.com.ar/elektor/02-2002%20Infrared%20Transceiver%20for%20the%20PC%20(2).pdf Storing the data into access is no ...Show All

  • Visual Studio Object datasources vanish from rdlc data sources in web project

    Anyone having issues with their object datasources appearing and vanishing from the datasource browser I create an object for binding as a datasource in my App_Code folder, compile my web project and it appears in the datasources in the report designer.  Then I will make an aspx, setup a reportviewer control for my new report, go back to the rdlc and the object datasource sometimes just vanishes. I refresh, no luck. The only solution I found is to draft the rdlc to the App_Code folder where my class is, then refresh datasources and it finds it.  Then if I move it away, they vanish again. Am I missing something on how the obje ...Show All

  • Windows Forms Cross Thread, Cross Class, GUI Updating

    Hello I have been looking at cross thread GUI examples and delegate examples at length, but there is one design issue I havent found an answer to yet. Let me give an example of my problem. Say I have a form class "frmCls" and a business logic class "BusCls." BusCls contains a function with a lengthy process busObject.LongProcess(), and frmCls is used to kick this off and show the progress...naturally I want to create a thread here. Now lets say that when a button on the form is clicked, a thread is created, and an entry method is called which declares and instanciates busObject, then called busObject.LongProcess( ...Show All

©2008 Software Development Network