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

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

Tension

Member List

LeoXue
Pedro Costa
Dani333
pappascd
David_Reynolds
dczraptor
Aaron Sulwer
Ccm1st
siavoshkc
Leedrick_
jebrown
Jerry_W
estump1
sham_s1
Dmitry Pavlov
Zach Longren
RostaB
ysrini
Lilianna
Nirupa
Only Title

Tension's Q&A profile

  • Windows Forms URGENT:Resolution Problem

      Hi all,               I having the big application having several forms and controls over it. I developed that application in the environment 1024 * 768 resolution. The probelm is that when we change the resolution, my application does not show the forms and controls over it correctly, if we increase the resolution, the forms goes outside the screen, if we decrease the resolution, the the controls over the contol get shrink and form do not shrink in the same ratio, it shows the unnessary gap between the forms and control over it. Can anybody tells me the solution for this, my reqirement is my application should always shown with in the screen of the monit ...Show All

  • Windows Networking Development broadcast with unbound adapter

    Hi, I am trying to broadcast a DHCP Message with unbound adapter (after ipconfig /release) on windows XP SP2. When I try to send the message, I get the error 10065 (WSAEHOSTUNREACH). I am trying to send the message using Microsoft Visual C++. I have tried using a RAW socket. The Message is succesfully sent when an IP address is bound, but I receive 10065 when it is unbound ( 0.0.0.0 ). I have also tried using a Java program, but I get the equivalent error: NoRouteToHostException. I know it is possible to send such a message, since the Microsoft DHCP Client does it at "ipconfig /renew" after an "ipconfig /release". Could anyone help me ...Show All

  • .NET Development Soap Extension ChainSream method

    Hello, I use the soap extension to log the request and response soap messages in my web service like documented in the MSDN: http://msdn2.microsoft.com/en-us/library/7w06t139.aspx it works fine with no problem but i want to understand: why we should finally copy the stream from the memory stream to the oldstream. First at the beforedeserialize stage we copied the stream to the memory stream and in the chain stream we returned the memorystream, in the afterserialaization stage i got the serialized message from the memory stream, this means that the .Net framework worked on the memory stream so the serialized message was written on it, so why the response to the client wasn't sent from memory stream, why should i copy it from the ...Show All

  • Visual Studio "pdm.dll was unable to register itself in the system registry"

    I get this error right at the end of the Visual Studio 6.0 Professional installation process: "pdm.dll was unable to register itself in the system registry" and then a message stating the installation setup did not complete. I'm using Windows XP SP2. I've noticed I can run Visual Studio 6.0., but I can't get it to install or uninstall. I cannot upgrade to the VS 6.0 SP5 either because it does not find Visual Studio 6.0 on my machine. What can I do to remedy this VS6 questions should be posted here: http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx dg=microsoft.public.vstudio.setup&cat=en_us_d3a810e2-c052-408d-a151-0097150ba2cb&lang=en&cr=us ...Show All

  • SQL Server Change the Scroll Bar of the Report Viewer

    Hi, my question is easy. It's posible to change the scroll bar colors of the Report Viewer (SQL Server Reporting Services 2005) I try to change the HTMLViewer.css but I can't do it. thanks. Adrian. ...Show All

  • Visual Studio Express Editions Registering Visual Studio C# express

    When I try to register this product, I keep getting the message "The registration key you entered is not valid. Please enter the registration key exactly as it is appears on the registration website or copy and paste it into the registration key field." I am copying it from the website and it still does not work. The key that was given me was 0CLLDFMBJNVLRB. Have you installed SP1 since receiving the registration key If so you will need to reregister your product. Please try going to Help->Register Product and retrying the registration. ...Show All

  • SQL Server incorrect syntax near '\'

    hi! i'm using a linked server and currently executing this query: "insert into tbl_local ( fieldname )" + "select * from openquery( server\instance_remote , 'select fieldname from db_remote .dbo. tbl_remote' )" ; when i run this on a C# program it gives me the error of 'incorrect syntax near '\''. What should i do with this please help!! You cannot use a server path, you have to use the identifier that you added when you linked the server. Quote from the BOL: Syntax OPENQUERY(linked_server, 'query') Arguments linked_server Is an identifier representing the name of the linked server. 'query' Is the query string executed in the linked server. Examples This exa ...Show All

  • Visual C++ Which icon appears in the task bar?

    First, I apologize if this is in the wrong forum (the "VS General" is to be shutdown). I have created in VS C++ 2005 a project with two icon types in the resource list: 32x32 and 16x16, both 16 colors. Thus, in Explorer (details view, large icons view, desktop, etc.) the executable is represented properly. However, when the program is running, the process tab icon in the task bar is still the generic Visual Studio icon. Which kind of icon is that and how do I create it (if it is more than simply different size/color depth). Thanks. Kamen The following code will get the 16x16 icon. However, when you use this code, the icon that shows up on the Alt+Tab task switching pop-up window is scaled up from the 16x16 icon, and ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Do any big game companies use C#, VB.Net or J#

    Hi, it's me again. ;) I've posted many posts in this thread, but try to stand me. Okay. This could be a silly question, but does any big game house use C#, VB.NET or J# to program DirectX Is it possible Timo Well Vista includes WPF for development (though don't forget WPF is also availalbe to download for WIndows XP) so WPF might make more managed developers (not just c#). Remember though that WPF isn't really about games, well not high performance ones, so that probably won't increase managed code in games. XNA GSE will probably increaseit - well we all hope so. Last I talked to flight sim guys it was all C++ (maybe the occasionaly bit of assembly) ...Show All

  • SQL Server Detailed description on creating a dynamic excel file

    Is it possible that i can create a dynamic excel file (destination) ex, i want to create a Dyanamic Excel destination file with a filename base on the date this will run on jobs. Is this possible 11172006.xls, 11182006.xls Ravi G wrote: Jaegd, Not sure if that will work. I am working on a similar problem now. I am trying to load the contents of a table into an Excel file every week with a datestamp in the filename. I've tried a few approaches but haven't found a good solution yet. But here's what I found so far. 1. The first approach was to dynamically configure the connection string or filename property of the excel connection to generate a unique name every week. In design t ...Show All

  • Visual C++ I deleted somethings in vc++ express edition 2005 options

    Can you please tell me what they were Tools menu -> projects and solutions-> vc++ directories-> under executable, lib, include it should say $(VSInstallDir) ... sdk I deleted them when I got the platform sdk but now I am getting errors. What exactly should they say Thank you for considering. Hello I would suggest you to to find another machine that has same version of VC installed and correct your settings or re-install your VC express. This could be make you speed-up to the solution. But as a alternative to the above, you can also try to understand the underlying concept of these settings , and execute the batch file usually located in "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsa ...Show All

  • Windows Forms Generate barCode

    Hi, I want to generate a barcode image (with vb.net) and print it with crystal report or with report in visual studio 2005 windows application project Can any one help me in this issue previously thanks. Generally you use a barcode font to print a barcode. Here is a link to a simple vb.net example which registers the font and displays a barcode on the screen. ...Show All

  • Visual C# Help with retaining text box values

    Hi All, Is there an easy way to retain what was last typed into a text box in my application, rather than loading it each time from a db or text file I would like the last text I typed into my app to be there next time I open it... C# thanks, Paul Hey thanks... That worked! I will post the code below if anyone else comes across this problem.. protected override void OnFormClosing( FormClosingEventArgs e) { MyForm.Properties. Settings .Default.Save(); } ...Show All

  • SQL Server Security used when calling MSRS web methods for windows apps versus web app

    Is there a best practice to follow when having an application call into the MSRS Web Methods to c reate/modify/delete folders and reports For example, I have a windows deployment app which calls the MSRS web methods and works without ASPNET permission. (It connects as the current user you logged into windows with). Web apps connect using the ASPNET user (for IIS 5 and NETWORK SERVICE for IIS 6). Why is it that a windows apps connects with the current user and can you force a windows app to connect using the ASPNET account ...Show All

  • Visual C++ Binary to decimal function in C

    Hi, I am trying to write a function in C that will take a binary number from the user and convert it to its decimal equivalent. I was wondering if there is a way to write this function without converting the input from the user to a string and manipulating it. Is there a way to write this function only using integers. Also is there is a way we can cast a char to an int in C Thanks for the help. Sunny Well then learn how to shift bits. Twice you've rejected solutions for non-technical reasons.  We are C++ experts with an interest in teaching C++, not TAs with an interest in helping you hand in your next homework assignment (i.e. if your teacher marks down you for "being ahead of the class", t ...Show All

©2008 Software Development Network