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

Software Development Network >> jvnb.kiran's Q&A profile

jvnb.kiran

Member List

thekaran
hipswich
sd_dracula
Kartit
amnonman
SCWilson
SeanMSDN
dustinto
Yeago
bulad
Pria
DanielN305517
Kinju
Fran431916
jss3426
ACCOUNTINGONLINE.US
bakyelli
sidhuvirgoster
Arthropleura
GameDog
Only Title

jvnb.kiran's Q&A profile

  • Visual Basic Using panel in a custom control

    For my project I'm designing a custom control. It contains a title (as a link), a checkbox and a panel. When the title is clicked, the control is minimized to just one line, only displaying the title and the checkbox. When clicked again, the control resizes to its original size, also displaying the panel and its contents. My problem is: when I build this control, add it to a form and try to add controls onto the panel, these controls are not on the panel, but on the form. When the panel is hidden, the controls remain visible. But off course these controls should also hide, when the panel is hidden. Currently I am using Visual Basic .NET 2003, while 2005 is not supplied by the company I work for. Wellproc, ...Show All

  • SQL Server AdventureWorks_Data.mdf, where is it?

    I'm using 'Using Data Grid View' in 101 samples and it wants to access the AdventureWorks_Data.mdf. I cannot find this database anywhere, even searching the Microsoft web sites. Does anyone know where it's located Thanks. Go here : http://www.microsoft.com/downloads/details.aspx FamilyId=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&displaylang=en ...Show All

  • Visual Studio 2008 (Pre-release) WS-Addressing exception

    I am writing a WCF client. I want to include WS-Addressing information to the message before calling the service. The following is the code. I am getting an exception when I setting ReplyTo . The exception is e.Message "Addressing Version 'AddressingNone ( http://schemas.microsoft.com/ws/2005/05/addressing/none)' does not support adding WS-Addressing headers." string using ( Microsoft_AddressClient proxy = new Microsoft_AddressClient ( "BasicHttpBinding_Microsoft_Address" )) { Console .WriteLine( "Sending SSN# to web service: " + cmdTaxPayerID); Console .WriteLine( "Requesting Employee address information..." ); try { GetAddressRequest request = new GetAddressRequest (); reque ...Show All

  • Windows Forms many buttons with the same behavior

    i have to add a dynamic number of buttons to a one parent control how can i force all of the generated buttons to execute only one function or make all the buttons deals with it's click event as if it where only one button in this control. Select all of the buttons you want to click, then double-click one of them. Add the function you want under the Click event. Now, all of your buttons, under the events tab (next to the Properties Tab) will have the same click event as the button you double-clicked. Does this answer your question ...Show All

  • Visual Basic MS Word: SaveAs a new document without saving the the VBA in the original document

    I have created a form in a Word document. This form is my original, my template. Many of the form fields are edited by underlying VBA. When the user has completed his/her form, I want to SaveAs the form (I'll control the SaveAs through VBA, too) with a different file name. I want to preserve the logo (graphic), the formatting, etc. However, I do NOT want to include the VBA from my original "template" document. I would like to make sure that the form fields are converted to straight text, too. Any ideas And thanks ! ! ! ...Show All

  • .NET Development the age old problem of "the root element is missing"

    I've done a lot of searching for how to fix this error, and I can't find what's different between everything else and my code. Basically what I'm doing is connecting to a bizTalk .asp service, and its being sent fine, and is recieved fine. It uses streams to get back and forth, and if I were to write it out to a string, it works fine. If I pass the same stream into the constructor of another class that parses the stream to xml, it gives the error. Heres the code: Encoding encoding = new UTF8Encoding (); byte [] data = encoding.GetBytes(request); // Prepare web request... HttpWebRequest myRequest = ( HttpWebRequest ) WebRequest .Create( this .path); // connect to mustang WebResponse response; // POSTed response myRequest.Me ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Custom ModelImporter and textures

    Hi. I've managed to create a custom importer that imports some meshes. But I don't understand how to assign textures to them(from within the importer). I've created a BasicMaterialContent, but it's Texture property wants an ExternalReference<TextureContent> value which requires an absolute path to the texture file. Do anyone know how this is done If your textures are being referenced from a mesh, you don't need to add them to the C# project. Just add the mesh to C# Express, and then the mesh points to the textures, so they will get picked up automatically. If you have a path to the file you are importing, and know the relative path from that to the texture you want to refe ...Show All

  • SharePoint Products and Technologies Index Server combo box greyed out

    Hi I am trying to create 'New Shared Services Provider' on newly installed sharepoint 2007, but combo box is greyed out. How do I assign index server role. Go into Central Administration on your Sharepoint Server, Open the Operations tab, Click inside the Topologies and Services area the second bullet which is Services on Server, if you dont see Office Sharepoint Server Search at this point look up and find the bullet area to select server role...... click custom and see if you see it. You can see it also if you pick Search Indexing. ...Show All

  • Software Development for Windows Vista Storing workflow in Database

    Hi All, I need some help on how to store the workflow in database(SQL Server 2005).How can we retrieve the workflow from database How to access the workflow,activities from the database Can we store the custom activies to the database How to access it from the database I am totally confused with the integration of workflow with the database and the persistence,tracking service concepts of the workflow.Can anyone help me with this issue Thanks in advance. Karthick.  NewPartyDialog is custom code I wrote - it was just a form to initiate the start of the workflow - e.g. a new party walks into the restaurant. The Find() method of UserEvents used to be a way to locate a specific user event. That c ...Show All

  • .NET Development How to get ICorDebug being used by Visual Studio?

    Is there any way to do this (from add-in or macro) Unfortunately, that API doesn't provide feature I need (capability to get values of local variables from stack frames, except current stack frame) Is there a way to get ICorDebug indirectly ...Show All

  • Visual C# Reading a PC game memory results

    Hi! Im trying to lear how to read memory from a PC game that is running on my PC. The game is Football and would like to find a way to save the results in a XML file. Anybody know where i should start Or a good demo thank you That's going to be a pretty hard way to go about getting the game results. They don't get written out somewhere Anyway, this article might give you some tips, but it will only work if you can spawn the game process from within the app that wants to read the memory, and even if you can you'll have to be able to read assembler to figure out where the values you want are stored, and in what form. http://www.codeproject.com/csharp/minememoryreader.asp If it is a DirectX game ...Show All

  • SQL Server Very poor performance with lastnonempty aggregation function

    I have a big problem with a measure that has lastnonempty aggregate function. I set up an analysis services 2005 test cube with 4 dimensions and 2 measures. The dimensions are: Time - Year,HalfYear,Quarter,Month,Day - is a time dimension and has 365 members. Product - ProductCategory level - 1500 members - Product level - 60000 members Branch - Region level - 2 members - Branch level - 200 members Customer - Customer level - 1500 The cube has 8 partitions based an month, each partition has between 30000000 rows and 40000000 rows. All partitions use the same custom aggregations. The January partition has 31000000 rows. The measures are: AmountLastnonempty - lastnonempty aggregate function Amoun ...Show All

  • Smart Device Development Updated Virtual Machine Network Driver for Device Emulator 2.0 Beta?

    I Installed the " Microsoft Device Emulator 2.0 Beta - Community Technology Preview" from http://www.microsoft.com/downloads/details.aspx FamilyID=13f5de85-30cd-4506-9c5b-a2068fa1ee9e&DisplayLang=en on top of VS.Net 2005 Team Edition and then registered it as the default emulator. However, it seems to require a newer version of the " Virtual Machine Network Driver for Microsoft Device Emulator" than what is available from http://www.microsoft.com/downloads/details.aspx familyid=DC8332D6-565F-4A57-BE8C-1D4718D3AF65&displaylang=en The driver from emulator 1.0 is 2.4.x vs emulator 2.0 preview seems to want 2.6.x Where can I find the new " Virtual Machine Network Driver for Micr ...Show All

  • Visual C++ Corrupt Builds After Cancel

    Our team has a ~50 project solution with a few dlls, lots of libs, and three executables. If I do a build solution, and at any point during the build hit Control-C to cancel it, whatever is being built at the time I hit the button is now corrupt. It looks like it leaves the partially created .obj, .exe, or .dll around and doesn't detect that it only got halfway through. Is this a common symptom Is there some known fix (MSDN and google searches didn't turn up any hits) Our projects and solution are all converted from 2003, if that's any help. Thanks for any info, Chris Jurney Senior Programmer Relic Entertainment This is unbelievable and I hope you are wrong about it not being fixed in the SP. Cancelling ...Show All

  • SQL Server Delete record from table over 5000 count.

    Hi, I want to delete from table when the record count is over 5000. That is, the table's record cannot over 5000 count. How row_number() seem to be used... I found it myself the Help document. The solution is .. WITH OrderedOrders AS (SELECT ROW_NUMBER() OVER (order by date desc)as RowNumber FROM EventInfo ) DELETE FROM OrderedOrders WHERE RowNumber > 5000; Sometimes the execution of this query is somewhat slow. But I don't know why it is. ...Show All

©2008 Software Development Network