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

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

Kshama

Member List

Stikstofman
dki
AlwaysTrying
sedlin
thukralz
Gianluca Colucci
IS dude
cryocare
ronlahav
Inetcor
Shadi_05
thiaygu
SpunkyMan
dtorg1955
kunal.pandya
enric vives
EIUTYRONE
Apple I
Gamaliel Isaac
BruceS
Only Title

Kshama's Q&A profile

  • Visual Studio Team System Team Build & WAP - Only drops DLL-files, not any of the content - bug or by design?

    I finally got my WAP to be successfully built as a Team Build (which got references to files in another Team Project, so I had to mess around in TFSBuild.proj). But in the Drop folder I only got a Folder called Release with the binaries (the DLL files). What happened to all content files Aspx, ascx, jpg, gif, folders and so on A quote by ScottGu from 17 april 2006: "Yep -- we will support team build . There is an issue with the current RC with team build not copying content files." This sounds like WAP would support Team Build in version 1.0. If not.... how should I get the content files in the drop folder Hoooorray!!! I found a solution.... Here is how I am doing right now... 1. Added the following to my TFSProj.cs: ...Show All

  • .NET Development How to get all the cookies

    Hello, I have a problem with getting all the cookies. I use HttpWebRequest and Ethereal shows the following HTTP/1.1 302 Found : Daniel, Could you please post the System.Net trace file for this You can get the instructions from http://blogs.msdn.com/dgorti I would like to see what sort of cookies are being sent and why you are not getting them ...Show All

  • SQL Server Query parameters not recognized by report designer

    No matter how I try to enter an automatic query parameter it just isn't recognized as such. I get missing expression errors from the SQL syntax check and no report variables are generated. There must be something incredibly simple that I am missing.... The most recent query string I've entered is SELECT DISTINCT WRTE_ROUTE FROM WSMGR.WIPRTE WHERE WRTE_RT_GRP_1 = 'RULE_BASED' AND WRTE_FACILITY = @Facility Thanks for anyone who can help.. I neglected to mention that we were using an Oracle database because I didn't see why it would make any difference. But coworkers now tell me that the automatic query parameter recognition is a SQL Server specific feature. I don't see why this should be, and if th ...Show All

  • .NET Development consuming parameterized web service

    im not able to consume parameterized web services through xml. Normal non-parameterized web services are consumable. This is the code that i used. <Query> <SoapAction>" http://tempuri.org/para"</SoapAction > <Method Name="para" Namespace= " http://microsoft.com/webservices/ "> <Parameters> <Parameter Name="dat1"> <DefaultValue>4</DefaultValue> </Parameter> </Parameters> </Method> <ElementPath IgnoreNamespaces="true">*</ElementPath> </Query> It did not give out any result.It simply returned http://tempuri.org/para Please give me a solution. Are you sending XML directl ...Show All

  • SQL Server Hide some columns in Matrix but not in subtotal

    Hi all, I would like a matrix that look like this: 2006/01 2006/02 2006/03 Total % % % % Amount Amount Class. BU1 98,82% 78,53% 88,12% 88,49% € 217.763.099,50 € 207.328.766,75 BU2 64,98% 32,53% 92,19% 63,23% 5.093.781.522,65 € € 287.731.766,75 BU3 74,71% 45,78% 78,69% 66,39% € 847.871.349,50 € 819.123.124,75 I want detailed subtotals but I don't want the "Amount" and "Amount Class." values in the details of my Matrix. I've not found other w ...Show All

  • Visual Basic Auto-typer

    Hi, I am new at Visual Basics and trying to learn more. I have looked every where for some code to make my program type characters as if the keeyboard was doing the typeing. You type in a string in a text box then i want it to contunue to type that string over and over again in say 2-5 second intervals. I have tried using SendKeys but that doesnt work. Please help me. I amusing Visual Basics 2006 Expesss Edition. E-mail me( snow_ball_25@hotmail.com ) or post answers please. Thanks, Josh Check out http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=851818&SiteID=1 to use send keys to another document. ...Show All

  • Visual Basic Passing by Reference

    Hi, I have a subroutine (InitNotes) that has a form as a parameter by reference. This subroutine calls another sub that fills by couple of comboboxes on that form. This InitNotes is being called by 2 forms. When I upgraded the project from vb6 to vb.net it gives me the following error "Control cboNoteType could not be resolved because it was within the generic namespace Form." and the same for cboNotePriority. What should be done to resolve this Here is my vb6 code Public Sub InitNotes(frm As Form) NoteCboFiller frm.cboNoteType, frm.cboNotePriority InitNotesGrid frm End Sub Here is the .net code after Upgrade Public Sub InitNotes( ByRef frm As System.Windows.Forms.Form) 'UPGRADE_ISSUE: Control ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DDS : 360, PC

    Will DDS files that are created for PC work with the 360 is there not some subtle difference between the two or is this something that will be patched up via the XNA runtimes on the 360 upon asset loading ... I may be entirely off track here, but the texture content you stick into the content pipeline is processed and converted to some special format, converted per pixel at build time. Check out Shawn Hargreaves's blog to see how much processing goes on before the content is stuck into the XNB files. I can't imagine they don't convert to a format suited for both the PC and 360 platform. Post of interest on Shawns blog: http://blogs.msdn.com/shawnhar/archive/2006/11/22/customizing-how-models ...Show All

  • Visual Basic pop3 code to check NDR

    I was hoping someone could help me. I'm looking to write a vb.net or 6 app to check a specific pop account for any NDR messages. I'm not intersted in sending, etc, but would like to scan the pop account and find the email address that the email was orginally sent to, so it could then inturn delete that email address from a my database. Anyone know of some simple code that could do this Terry Fox, What do you mean by make first Have you solved your problems till now Actually I suggest you to specify your post firstly to show your question because I cannot understand you meaning :-) ...Show All

  • SQL Server NEWBIE.. SQL EXPRESS Attach during VB.NET Windows Application Install - Oneclick

    Here's what I'm going for: I have an 05 VB.NET windows application that will be used as a smart client for our folks in the field. The windows application includes 05 SQL Server Express. I have included in the Data Sources of my project and attached file going through the wizard Microsoft SQL Server Database File (SqlClient) ='s (myfile.mdf) and then selected all tables, views, stored procedures, and functions... the corresponding myfileDataSet.xsd with the myfile.mdf are now located in the root of the project. I now recompile the project without error and go to the properties section Publish tab... select the Application Files button and myfile.mdf Publish Status is set to Include and the Download Group set to Requried. With this in p ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. space wars jerky?

    Hello, When I run space wars it seams to jerk alot when I move the ship around. It just doesnt run smooth at all. Can the game be played in full screen it runs windowed on my pc. I thought it would run smooth. My pc is: AMD A64 3200+ 2 gb ram 7600GT All drivers are up to date. Also when I try and publish spacewars, when installing it, it comes with an error. Anyone else have this problem thanks There are two options as far as I know for changing the game to full screen. 1. Open the SpaceWars.cs in Design view, then click the Graphics icon. Set the IsFullscreen property to TRUE. 2. Open up the SpaceWars.Designer.cs file in code view. Replace the InitializeComponent code with this: private void Initializ ...Show All

  • Visual Studio 2008 (Pre-release) How to select text in a RichTextBox using code

    How can I select text in a RichTextBox using code TIA Eli I tried playing with the code that you suggested, but could not get it to work. However, your code got me thinking in the right direction and I eventually managed to select text in a RichTextBox using: rtb.Selection.Select(position1, position2) Eli ...Show All

  • Visual Studio Express Editions Another Problem

    Hi, I was wondering if there is anyway to turn a huge amount of code into a simple function. Right now I have a bunch of check boxes and they are all named C1-C7 and W1-W7, instead of putting in code for each one when clicked, which results in a large amount of code, is there anyway I could make one function to handle all of these. I tried something like this. If C(num).checked=true then W(num).checked=false endif its just a basic example of what i want and i could really use this later on. Thanks Well WayneSpanglers example does work but the other one might be nice for future use, ad thanx for showing me how to use cases.    Just note that all the cases ...Show All

  • Visual Studio Express Editions Classic ASP with VWD: why is JScript default language?

    Hi all, Thankfully, I can use Visual Web Developer to edit Classic ASP scripts. But there's an annoying problem I'd like a solution for!... As long as I have the "@LANGUAGE=VBSCRIPT" directive at the top of a page, it will correctly format VBScript scripts (keywords in blue, comments in green, strings in red, full intellisense for functions etc.). However, I have to use multiple Include files for each full page, which means not all page chunks can have the @LANGUAGE directive at the top. Here's the problem. Without the @LANGUAGE directive, VWD assumes the default scripting language to be JSCRIPT , and formats all script blocks accordingly. How do I change VWD's default scripting language to VBScript This may be wh ...Show All

  • Windows Forms split parent form

    hi, how can i split parent form into two parts each one of this parts has its own chiled form You can dock a panel in your mdi parent form to display contents that are common to mdi children, or, you can dock child forms on different sides of parent form. However you'll need to write extra code to arrange the layout of these forms ...Show All

©2008 Software Development Network