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

Software Development Network >> Mark Bradshaw's Q&A profile

Mark Bradshaw

Member List

voron999
Dieter D
Paul Deffinger
Deimos33
Galin Iliev
Kai Huener
tecmec
Jayaraman
RyanJ
chanmy8
Allen_Simmons
JonPul
keenan10000
WaldenL
ShibbyMan666
DavidR100
KWL
Maik Wiege
Andrew W Cullen
Whoisit
Only Title

Mark Bradshaw's Q&A profile

  • Visual Studio Express Editions visual c++ express

    i can compile in visual c++ express edition but cannot get the output !! do i need to install any addtional software or .... thnks for the answer but, i tried to compile in the visual express 2005 express.... i am just an learner i need the compiler to be like turbo C++ where i can get the result or output when i pressed f5 button ... is there is any thing like that to get the output in command prompt..like turbo c++ created an CRL console application ...i compiled it but found the following 'balaji.exe': Loaded 'C:\Documents and Settings\My World\Desktop\New Folder\balaji\debug\balaji.exe', Symbols loaded. 'b ...Show All

  • SQL Server Textbox Calculations

    I have 2 text boxes on my report that contain values. I want to be able to divide one by the other and the result placed in a third. I have try some variants on the expression builder to do the sum but it won't have it. Obviously I can't use =Fields!etc as they are not fields in the soure data for the report. What is the syntax to basically say TextBox3Value = Result of (Textbox1.Value / Textbox2.Value) Regards Add =ReportItems!Textbox1.Value / ReportItems!Textbox2.Value to your third box.. ...Show All

  • Windows Forms ClickOnce installing in Documents and Settings\{user}\Local Settings\Apps\...

    How do I get this to install in programs/{appname} with ClickOnce You can't. Or at least the application can't. This FAQ says the administrator can change the location of the ClickOnce store. I've never looked into how to do that. http://www.windowsforms.net/FAQs/default.aspx PageID=1&CategoryID=24&tabindex=2 Mike ...Show All

  • Windows Forms Can I remove .NET framework in end-user ?

    I create a module in .NET, of course. And I convert it to TypeLibrary (tlb). Next, I use VB6 to call it. And when package the VB6 project ( to a install file ). Does the end-user computer need to install .NET framework to run my app  Thank you a lot Those are best articles for me now. Thx ...Show All

  • Visual C# Add "Help" button

    How can I add "Help" button to my forms Like the picture: http://img.majidonline.com/thumb/39010/Untitled-3.gif Sibusiso wrote: Hi Why dont you use a tooTip control from your toolbox property, so that when the user hover/clicks on the control (e.g Button, textBox, whatever) it displays a message which you can set in the control tooTip in Tooltip properties. Hope this Helps I wanna when a person clicks on the help button sees a message box and if he/she closed that messagebox then when he/she clicks on my textbox see sometig. else if he/she doesn't click on the help button at f ...Show All

  • Visual Basic Adding a combox to datagrid still problem!!!

    Dear team    all the codes i saw for adding combox to datagrid still Unwritable....means    error befor compliting the line like    With TableStyle.GridColumnStyles ' Set datagrid ColumnStyle for Car field .Add(New DataGridTexatBoxColumn(tblCrrncMngr.GetItemProperties.Item("Car"))) ' Set datagrid ComboBox ColumnStyle for PubID field .Add(New DataGridComboBoxColumn(ds.Tables.Item("Companies"), 1, 0)) ' Datagrid ComboBox DisplayMember field has order number 1. Name of this column is "Name" ' Datagrid ComboBox ValueMember field has order number 0. Name of this column is "PubID" ...Show All

  • .NET Development Installing and running IIS in WinXP Home edition

    I do not have IIS installed in my Windows XP Home edition. Is there a way to get it Do I have to buy it Is it available free Where <b>Hai Da</b> <b>You can install the iis using your os cd .By just insert the cd and open the add/remove program from control panel and select iis from the add component tab and select the cd and clikc ok automatically it get added . </b> <b>And if you want to download that one also possible . search iis from the microsoft site </b> <marquee>If you want any information reply me </marquee> ...Show All

  • .NET Development Policy activation in Web Service and in Client

    The policy of the Web Service is define as a property of the class Web Service: <Policy("ServerPolicy")> Public Class Service... so it is global for all the web service methods. In the client the policy used is defined also in code but you can select it by program: ws.SetPolicy("Name Policy File") In this way I can use from the same program Web Services with a different policy. In the Web Service the setting is global, so I can not have in the same Web Service methods with different policy. Will it be possible to define the policy in method level Thanks for your attention ...Show All

  • Visual C++ Problem loading dll created by VisC 2005

    Hi, I converted a C++ project from VS .NET 7.1 to VS .NET 8. The project uses old fopen methods and similar. Under 7.1 the project compiles and runs, but under 8, I am unable to run. First, when running the application, it complains about missing msvcr80.dll. Then, when I locate it (somewhere) on the computer, I get the error that the application tried to load the dll in an illegal manner. When searching for info on this, I stumble into manifests, and I see that the manifest should contain some lines about the msvcr80.dll, version etc. But my manifest file is empty. It only contains this information: < xml version="1.0 ...Show All

  • Architecture WSE 3.0 solution

    I am designing a system that will be using WSE 3.0 with RM for message transfer. One of the endpoints of this system is BizTalk 2004 (may be 2006), which does not support WSE 3.0 natively. That means that I need to have Web Services component that will unwrap the message and send it (or drop it) to Biztalk. What would be your suggestions for exchanging messages between this Web Services component and Biztalk Thank you Arnon. I'll certainly try to come up with a proof of concept. Actually, the performance requierements aren't that tough. We expect a few thousand messages during a peak hour, probably 1-2 messages/sec. The size o ...Show All

  • Software Development for Windows Vista small problem

    Hi, While exposing a Workflow via Web Service, in the new Web Service Code file, we used to inherit the WorkflowExample.Workflow1_WebService instead of directly  from the WebService base class as shown below. public class Service : WorkflowExample.Workflow1_WebService { } can any one say like "If I want to use two workflows into this Web Service How I have to inherit the Namespaces." In the workflow I am using WebServiceReceive and WebServiceResponse Activities. not sure if I get it, should I convert my sequential workflow to event driven When I open event view of the workflow WebServiceRecei ...Show All

  • Visual Studio Express Editions Sockets - Code examples on chats?

    Can anyone explain Sockets to me, or give me a code example to a chat or anything like that This MSDN documentation topic on TCP/UDP does a pretty good job of explaining the basics of sending and receiving stream data using sockets. Also, Carl Franklin's How to Build a Sockets Terminal Client in VB.NET video should definitely be helpful. '//mdb   ...Show All

  • Windows Forms Special Characters

    Where can I find a composite list of special characters that I can use when printing out info on a windows form  For instance, if I wanted to tab over, what would I use  What about a carriage return/single-line break >but what's your opinion on it, Seth Well, speaking just for myself (as opposed to some kind of "Official MSFT&nbs ...Show All

  • Smart Device Development how to connect to internet

    Hi, I have cradled my emulator, connected with activesync 3.8 and my desktop has cable internet. Now I'm trying to figure out how to connect to the internet on the emulator. Thanks for the help.   Vladimir Fedorov wrote: Once you have the emulator cradled you should have connectivity out of the box. One thing to do is to turn off the NE2000 emulation (File\Configure\Network Tab) before cradling the emulator. Thanks, Vladimir yes. NE2000 is turned off. emulator is cradled and connected thru activesync. When I try to open some website with PIE I get the msg "cannot connect with current connec ...Show All

  • Windows Forms Docking one form to another

    New to VB.Net programming. I want to open Form2 from a button on Form1. Got this far.  Form2 has no border, I want it to appear to be part of Form1, (like a frame in a web page, everything else on the page stays the same except for this Form2 overlay). I need to position Form2 before showing (I think I can do that part) but&nbs ...Show All

©2008 Software Development Network