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

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

jwadew

Member List

LiamD
Alanu
EvilOneSD
blobz
IanBlackburn
Whoisit
Jais-Jeff
Mike Culver
Jim Shipley
LeoXue
collide
LKharlamov
SJ0775
Wiegje
AndersBank
Matty P
Neal Sidhwaney
bryndabella
ignitionflip
Chardiot
Only Title

jwadew's Q&A profile

  • Visual Studio How To: Display (True/False) data on a report using a checkbox control.

    Does anyone know how to display (True/False) data on a report using a checkbox control Do you mean to say that if the check box is checked, your report would display true and if the check box is unchecked, your report would display false If that's what you want, i suggest you use parameters... ...Show All

  • Visual Studio 2008 (Pre-release) Setting Up a Publc MSMQ for access through internet (using NetMsmqBinding)

    Iam trying to setup a public MSMQ between two enterprises so that they can exchange messages. Iam planning to use NetMsmqBinding. Any suggestions or recommendations to consider. Thanks, T.Ramesh. I'm afraid that this format won't work for the netMsmqBinding. After setting QueueTransferProtocol to Srmp (or SrmpSecure) use the following Uri: net.msmq://somemachine.somecompany.com/somequeue if you want to send to the public queue called "somequeue" on machine "somemachine.somecompany.com" and net.msmq://somemachine.somecompany.com/private/somequeue if the queue is private. Notice that Uri element "/msmq/" is not needed for the address. thanks, -leszek ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Programming Noobs

    I'm currently going to school for game development and have absolutely no experience with programming or any of the scripting languages. Will the GSE be "beginner friendly" or will I need to obtain some prior knowledge of certain tools in order to be able to use this platform Thanks, 93 MrSock wrote: An indie XBox Live Arcade is crucial ! And a XNA Club secret decoder ring! And some kind of temporary tattoo! Those are the three pillars of this initiative, without one of which the entire project will come crashing down. I just want a GSE t-shirt. MrSock wrote: Don't let programming spook you. Agreed! The basics aren't that difficult if you're fairly intelligent ...Show All

  • Visual Studio Express Editions Matrix free function problem

    Hi everyone, My program creates a matrix with the specified size. And it also some additional function that can free the matrix. However, when I call the below main function, my free function does not work properly so how can I fix it For example the outpt that I gave when I ran the below application; Sorry,we can not perform the add operation since the sizes of matrices are different 1 2 3 4 2 5 6 7 3 6 8 9 4 7 9 10 0134526920134526944134526968 134526920 5 6 7 134526944 6 8 9 134526968 7 9 10 so how can I correct this 0134526920134526944134526968 134526920 5 6 7 134526944 6 8 9 134526968 7 9 10 The codes for .cpp file; #include ...Show All

  • Windows Forms how to make the form expand dynamicaly when it maximize???

    I want my form to expand regularly with the window when the window maximizes .... If you mean you want your control to resize with the window, look at the control's Dock and Anchor properties. Or do you mean MDI child form inside the main form ...Show All

  • Visual Studio Team System TFS Warehouse Processing Error

    First up, I have deviated slightly from the stock TFS install because we prefer to use Kerberos rather than NTLM for authentication. To that end, all TFS services and app pools are running under a domain account and SPN's for the HTTP service (both NETBIOS and FQDN) have been registered under that account. C:\>setspn -L DOMAIN\TFSSERVICE Registered ServicePrincipalNames for CN=tfsservice,OU=Service,OU=Generic Accounts,OU=User Environment,DC=domain,DC=company,DC=com: HTTP/SERVER1 HTTP/server1.domain.company.com All was working well, until recently when the warehouse process packed up. Processing was generating this error in the Windows Application Log: Event Type: Error Event Source: TFS Warehouse Event Category: ...Show All

  • Visual C++ what founction will return the icon info for a given file?

    att, thanks.. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT won't set LoopEvent property

    Hi, I have a problem getting sounds to loop from within XACT. I open my project, open the Sound Bank window, select the sound name and highlight Play Wave - this causes the Event Properties panel to reveal LoopEvent, amongst others. Now, when I try to open the combo box to set "No" to something else, I get a dialog saying: "Object reference not set to an instance of an object." So, two questions: 1. Is there a way around this bug in XACT 2. Preferably I'd like to set the sound to loop from within my code. Is there a way to do this in Beta2 Many thanks =) Mark Hi Mark, I've seen a few variants on this error dialog popping up in the forums, but I haven't bee ...Show All

  • Visual Studio Team System Get Latest Changeset for a specific Team Project

    Hello, I am looking for a way to get the lastest ChangeSet for a specific project. Reason being, we use continuous integration builds, and I would like to send an email to user who checked in the code that kicked off the build when that build fails. Currently, I have a solutions that gets the latest ChangeSetID for the entire server. I thought it got the latest ChangeSet per project but that is not the case. What I have now does work b/c currently we only have a small number of our developments using TFS. Below is my current code to get the name of the person who kicked off the build. This work only if no one esle checks in to any of the Team projects we have during the minute or so in between when the developer checks in and the build ...Show All

  • Visual Basic Printing data with Type1 Fonts in VB.Net

    Hi, We are developing Windows application in VB.Net (VS 2005). Our requirement is to print data to the default printer. We are using PrintDocument() to achieve this. As per requirement we have to print in specific fonts, the fonts are of type "Type1". When we used following code. e.graphics.DrawString("My Company Name", New Font("HelvCondBlk", objFont.PassHeaderFontSize, FontStyle.Bold), Brushes.White, rectWB) The application could not recognize the Type1 font. These fonts are also not listed in FontFamily.Families. Please let me know how to print any document from VB.Net in Type1 font. Nandagopal.P.K.S Check out the following topic in the MSDN library for code that enumerates all of the valid fonts on ...Show All

  • Internet Explorer Development IE& Have problem with javascript

    I have problem with page http://nettur.rst.com.pl/1669/ieNotWork.html On FireFox page display corectly with no errors, but when i try display this page on IE, browser display this text "Internet Explorer cannot open Internet site http://nettur.rst.com.pl/1669/ieNotWork.html " and redirect to " Internet Explorer cannot display the webpage". :/ When i comment in source javascript http://nettur.rst.com.pl/1669/dateSelect.js page will display, but i want some info where is errors in javascript. some IE debug will be ideal. Few days ago page displayed corectly on IE. What have you done or what i must do to know where is the problem I've ran into this too. In my experienc ...Show All

  • Visual Basic is it possible to tel wich control raised the event?

    is it possible to tel wich control raised the event Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click, Button2.Click ' Add event-handler code here. End Sub For example i want to disable button wich raised this event How can i do that But in the example you sent both controls used to fire the event were buttons. If they were different control types then you need to ensure that you cast to the correct type of control. But either way the sender parameter is what you need to look at. ...Show All

  • .NET Development Browse image's pixel

    Hi, I have to get the value of each pixel of an image to do some comparaison. I used the class Bitmap and i loaded a 800x600 image. It takes me 20s to browse all pixel. (i used the method getpixel in a double for statement) I want to know if there is a class, or an other method to do this faster (around 1s would be perfect) Thanks David Unfortunately J# doesn’t support unsafe code on its own... is there any chance that you could build a C# class (in a separate assembly) to do the unsafe work you need and then access it from your J# code ...Show All

  • Visual Studio Team System Untrusted domain - cannot view reports from VS IDE

    Our TFS setup is on an untrusted domain. So we are prompted for logon credentials every time we start an instance of VS2005. However, if I try to view any of the reports from within the IDE I get an access denied error, which is using the credentials for the domain I've logged in to - NOT the credentials I passed when VS started up. What's even more wierd is that I can view any of the Team Queries from within the IDE. Is this expected behaviour or a bug Basically reports in TFS are based on SQL Reporting services, whereas Team Queries are native to TFS. In your case, you are running VS under invalid user account. When it tries to authenticate with TFS and it fails and asks for login/password for TFS. It uses this account to auth ...Show All

  • Visual C# Using a C# dll with a VB 6 front end.

    Ok, so here is my question. I was trained in C++ and Java, and have taken to C# rather likeably. My issue is that I am currently supporting a custom internal app that is written in VB 6.0. The plan is to move the app to a ASP.Net 2.0 platform, and thus my question. If I started developing a library that I could use to fix some of the issues with the current program, and wrote them in .Net (2.0 likely), and compiled a dll, would there be an issue with using that dll and the methods within in a VB 6.0 application I'm hoping I can move some of the business logic out of the application, clean it up some, and make it so it can be consumed by the future version of the app at the same time. TIA! Thanks for the r ...Show All

©2008 Software Development Network