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

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

AJMurray

Member List

BradyGuy
Murbro
Marlun
???
TJT
Adaoud
Henri KONSTAIN
JamesE
Jcnipo
vcp_learner
Jens Köhler
Anna Lidman - MSFT
Joanne A.
.NETicated!
C# d0t NeT
MarkHope
Andrew Mayorov
keniiii
Kyuey
Gilles Auzemery
Only Title

AJMurray's Q&A profile

  • Windows Forms Web application User Agent Name

    Hi I am working on the Web application that Play a role as the web browser for few particular sites. And a application server for other. Anyway it is the application Which call a web page access through the web domain (like http://www.example.com) on port 80.  I use the HTTPWebrequest class and other related class to get it working. The application is& ...Show All

  • Visual Studio crystal report not able to print

    Hi, anyone can help me to on this issue or any guide how to troble shooting this i did try to use crystal report 9 to print the text, it able to show and let me select the printer to print. and it not show any error on the process. but the printer totally not receive any printing file and it no respond at all. the printer is working fine, i can use notepad to print document and even picture. my work station is windows xp. at the same time if i use vb data enviroment and data report it able for me to print. is that the printer driver problem how am i going to settle this problem i need to use crystal report to print ...Show All

  • Architecture how to install several programs in farm

    I am beginning in a project which is a total disaster. The company has done a lot of things that I don't like so much, but I am an analyst-programmer, so I have not voice for changing anything. One issue is that all the modules of the different programs are in all the machines of the farm (>100 servers). So the load is balanced between all of them. I think that this works but isn't a good policy: 1) Perhaps if a program fails It could make all the servers to fall down because it is in all of them. 2) The loads aren't understood, because it is difficult to view which projects are the heavy. 3) Having >100 IISs makes AS ...Show All

  • Visual Studio Adding web sites that contains vdirs

    Hi all, I have the following scenario: 1. I've created a web site (virtual directory with application pool) 2. Under the web site I've created a virtual directory called App_Themes (without a pool - pressed the "remove" button in the properties) and directed it to an infrastructure folder we have on the servers (all the web sites uses the same app_themes). 3. Under that vdir, I've created another vdir (again, with no application) and directed it to a folder that contains additional css files that are specific for my web site WebSite (vdir with application) |----App_Themes (vdir without application) |---- ...Show All

  • Smart Device Development Icon in program files

    Hi Ive managed to deploy my application to my Pocket PC emulator okay. The only issue I have left is I dont get my appliaction icon appearing in the program files on the emulator once its deployed. I have set the icon in the project setting of VS2003 Anyone have any idea how to correct this Many Thanks Have you created the install It supposed to create a shortcut to your application. Or you can create a shortcut manually and copy it to the \Windows\Start Menu\Programs. ...Show All

  • SQL Server Report Layout

    I must be missing something really obvious, but, how can I specify whether a report (.rdlc) if being designed for landscape or portrait paper It would be nice to have some sort of mark on the guides or the grid to show where the edge of the selected paper type is. Regards Graham Not true (for me). I have already set those, set the body size to at least 1/2" + smaller, and the L and R margins to .2 each. The report previews in Landscape and prints or PDF's in portrait. What should I be looking for MDM ...Show All

  • Visual Studio Express Editions ifstream bug?

    Hi all Few days ago I installed the new version of VC++ : MSVC8 express. But I found a minor problem in the file input part. I mean "operator >>" of the ifstream seems not to be able to read the integer value before the comma ',' correctly. here is a sample. ------- test.dat ------- 100, ------- sample.cpp ------- #include <iostream> #include <fstream> int main () {     using namespace std;     int x;     ifstream f;     f.open( "test.dat" );     f >> x;     f.close();     f.clear();      &nb ...Show All

  • Windows Forms Cannot Modify ToolStripItem Pressed property

    Hi, The ToolStripItem has a (read-only) Pressed property . How can i explicitly set the state to pressed I am unable to find it in the docs. fizgig Hi David, Thank you for you insights. Option 1 works great. Bye, Fizgig ...Show All

  • .NET Development I get an invalid character erorr when trying to access an asmx file from internet explorer

    I get the following error when trying to access the asmx file for a web service I created. The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. I have the same problem and could not find out why. I have Pro XP, IIS 5.1 and .NET 2.0 on my laptop. I can run the web service in Visual Studio 2005 without any problem. Then i create a virtual directory pointing to the web service, when i access the web service from IE, i get the same error message. I ran .NET installer (dotnetfx.exe) with "repair" option checked and it ...Show All

  • Visual C++ Accessing textbox's Text from outside Form class? Possible?

    Hi, I have a function within my namespace, but outside the Form1 class. Inside the function, I am trying to access the Text property of the textbox (called "txtData"), and add new text into the box. However, I'm getting the following errors: error C2653: 'Form1' : is not a class or namespace name error C2065: 'txtData' : undeclared identifier error C2228: left of '.Text' must have class/struct/union type is ''unknown-type'' Here is the gist of my code: ------------------------------------ #includes namespace BaseStation { bool myFunction() { Form1::txtData.Text += "Hello"; } public ref class Form1 : pub ...Show All

  • SQL Server Synch

    Hello, I would like to request you to kindly point me to a location where I may obtain more ideas/suggetions/details on how synchronization may be performed in a real world scenario MS has been promoting smart clients and offline availability, but I cant seem to find any material that outlines some ideas/techniques/pointers as to how this may be acheived sans SQL Server replication Essentially, what I'm looking for is someting that would guide a not-so-solid-with-databases person like me through how synchronization (sans sql replication engine) may be implemented - any watchouts etc.. Regards, Avinash ...Show All

  • Windows Search Technologies Items indexed so far = negative number

    I have WDS build 2.6.5.5401. It has been installed (this time) for over 3 weeks. Everything seems to work fine, that is, I can find files and documents and emails. The only odd things is that when I click on "index status", it always shows a negative number. Like right now, its at -189,438. Last week it was -1,292,702, It also will show something like "323" left to scan, then get down to 1, then go back to some other number like 411, then back down to 1, then...well you get the idea. I'm using Outlook 2003 on exchange 2003, with 2 archive folders also being indexed that are on my local hard drive. Most of the document fil ...Show All

  • Visual Studio Vs 6d - asks for database each time it's opened, after server migration.

    Hi Thanks in advance for any help. I had Vss 6d set up on server A, with my users set up so that Vss logs them in automatically when starting the application (" Use network name for automatic user log in" ticked). I have since moved my Vss to another server, B, and I cannot get Vss to log anyone in automatically anymore. I have: - Removed the old DB from the available databases list. - Added the new database to the list. - Ticked "Open this database next time I run Visual SourceSafe" - Ensured "Use network name for automatic user log in"  is ticked in the admin app. - Ensured the default database name is set in the admin app (tools, opt ...Show All

  • Windows Forms treeview_AfterSelect fires after Validating Canceled

    I have a form with a treeview on the left and a panel with properties on the right. If the validating event on the panel is canceled, the treeview's AfterSelect event still fires, despite CausesValidation being set to Tru on the treeview control. Has anyone else seen this Do you know of a work-around for this problem How are you hooking the canceling of the panel's Validate event to the cancel of the BeforeSelect (i.e. you have to cancel the BeforeSelect in order for the AfterSelect to be canceled. ...Show All

  • Windows Forms User Control Public Property Problem

    Hello, I'm having trouble with one of my user controls. I have a public property: Private mToto as DataRow Public Property Toto as DataRow Get      Return mToto End Get Set (ByVal Value as Toto)      mToto=Value End Set End Property Now the wierd thing is that whenever I try to add this user control to a form, not only does this property appear in  ...Show All

©2008 Software Development Network