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

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

AnnieW

Member List

CarlD
troubled
streetworm
NewScience
ive
TheAgent
SyedNusrat
CRickert
BMoore
Mikedavid00
Devo64
Dante-Joy
Jayakumar A
mike5432
Hovisal
JonHarding
Aaronru - MSFT
mathboy314
dougbryant
Kev Matthews
Only Title

AnnieW's Q&A profile

  • Visual C# An input box in VCSharp

    Hi, I'm porting an application I created with VB in VC# and am having a little problem with an input box function. I use language dependent strings, which language is in fact an integer stored in the application settings. It takes for value 0 for english and 1 for french. So, in VB, i used to test the inputbox as following : If InputBox(Alpha(My.Settings.Language), Beta(My.Settings.Language)) <> StartPassword [...] Where A ...Show All

  • SQL Server Background image based on Page number

    I would like to be able to change the background image of a report to a preset image based on the page the user is on. Does anyone know if there is an easy way to default the background image based on page number or should I make this custom Thanks, Tristan I think you are going to have to try something along these lines. I only know how to do part of this, so hopefully someone else can fill in the rest. ...Show All

  • Windows Forms Exceptions seem disappear during the runtime of the application

    Hi, I've had two cases in which exceptions were thrown but instead of the error message which usually comes up (that also shows the stack trace), nothing happened.  In one case the exception was thrown in a thead (which was not the intial thead ...Show All

  • Visual Studio Team System VSTS Architect vs. VSTS Developer

    With he proposed changes in MSDN subscriptions and Visual Studio licensing, I now have to make a decision between VSTS Architect and VSTS Developer. As I understand, MSDN Universal subscribers will have a choice - they can either go for VSTS Architect and VSTS Developer. I believe that I need both architecture and development tools. Which out of two should I go for The information was interesting but too high-level to be really useful ...Show All

  • Visual Studio Express Editions datagridview delete row

    I have a datagridview control that is bound to an access database. At the “ BindingNavigatorDeleteItem_Click “, I have some validations. In some situations, as a result of these validations the program has to stop the delete process. How can I stop the delete process In the bindingnavigator's properties set its deleteitem equal to none. This cause the bindingnavigator to use your code instead of the built in c ...Show All

  • SQL Server A call to SQL Server Reconciler failed. SQL Server 2005, SQL Server Mobile merge replication

    Hi, Iam trying to perform merge replication between SQL Server 2005 and SQL server mobile.  It has previously been working.  Recently something is causing the following problem when i try to perform the merge.  I grabed the following output from the replication monitor. Error messages: An error occurred while reading the .bcp data file for the 'MSmerge_rowtrack' article. If the .bcp file is corrupt, you must regenerate the sn ...Show All

  • Visual Studio Express Editions Question

    Sorry for the pathetic title, anyway, I recently downloaded the new version of Visual C++ Express. I've gotten use to the interface, and I'm impressed that Microsoft has released such an amazing product for free. I'm new to C++ programming, so I work with the win32 program type. This is some sample code of mine: #include <iostream> using namespace std; int main() {     int number=3;         co ...Show All

  • Visual Studio Express Editions Share with friends

    Is it ok to burn a copy of these 5 Visual Web Developer 2005 Express Visual Basic 2005 Express Visual C# 2005 Express Visual C++ 2005 Express Visual J# 2005 Express to a CD for some friends of mine who can't dl them from here While Visual Studio Express is free, we do not give users the right to burn CDs of the products & redistribute them. Express will be freely available from the Microsoft web sit ...Show All

  • Windows Forms How to get modified rows from a datagrid , when the changes are made on the editable datagrid itself

    I have a datagrid bound to a datatable , which has customized table style. I display the editable datagrid. I modify some rows ( say row 1, 5 and 6 ) on the datagrid from the interface.  Now I would like to get this set of m ...Show All

  • Visual Studio Latest VCBuild with VS 2003?

      Hello, Our current set up is about 150 projects building with VCBuild and VS 2003.  The build server, which is a dual Xenon CPU with HyperThreading on kicks a build every 10 minutes (if a new check in has been committed), and it takes about over an hour to get the results of our build (debug and release).  I'd like to speed things up a bit, and I believe that if VCBuild could take advantage of the multi-CPU & HyperThreading ...Show All

  • Visual Studio 2008 (Pre-release) Can I create my own BindingExpression?

    I have a situation where I'd like to bind to a system object, but that object doesn't support the property I want to bind to. I could subclass the system object, add the property I want (which would provide its value by "amalgamating" some existing property values of the system object), and then bind to that property. But I'd rather not subclass the system object. What I want is the ability to tell the Binding: "here's th ...Show All

  • Visual Studio Express Editions Need Help with Maths with progressbar

    I been trying to work this out for some time now and I just can not get my head around this everythink i do just does not work. t= total seats a = taken seats int t, a, avg; t = Convert::ToInt32(txtfirstclass->Text); a = Convert::ToInt32(txtavfirstclass->Text); avg = 100 -( (a*100) / t); progressBar1->Value=avg; Say there are 25 taken and 50 total seats progressbar should be at 50%. and if there are 10 seats and ...Show All

  • Smart Device Development PPC 2003 Soft Input Panel port from eVC 4.2 to VS 8.0 tools.

    I have developed a soft input panel (SIP or keyboard) with the eVC 4.2 tools and it functions well, both on the device and the emulator.  I am trying to port my development to the Visual Studio 8 Beta 2 tools with the goal of compiling for Mobile 5.0.  I now have the software compiling for the PPC 2003 using VS8, but it does not run on the device nor the emulator - the SIP isn't loading as it doesn't appear in the SIP menu.  I hav ...Show All

  • Smart Device Development Threading

    Hi folks, I am trying to develope an application on .NET CF with a progress bar to display the progress of tasks and the tasks can be canceled when the tasks are running by clicking the Cancel button. could anyone please post a simple sample, or tell me what key issue will be involved Thanks in advance. Justin Hi Anthony, Thanks for your reply. I still got problems using the progressBar.Invoke(). Here is the code. private void button ...Show All

  • Smart Device Development httpwebrequest "could not establish secure channel for SSL" through NTLM proxy

    I'm using VS 2003. With a Dell Axim x51 (with Windows Mobile 2005) I have installed the CF 2.0 on it.  The project was built with VS 03, however I use {application}.exe.config to get it to use the 2.0 CF.  This was necessary to go through an proxy server that uses NTLM.  NETCF 1.0 did not allow this.  This process works until I try to post to a SSL HTTPS page. Then I get this message: 'can not establis ...Show All

©2008 Software Development Network

powered by phorum