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

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

bjoseph954

Member List

tomtom73
Jim Holloway
Helen999888
mminor8
kcvaio
Lebanese
Jens Hibbeler
MaHMouD 2006
Brijesh Kumar
tanya_cakes
rob444
delder
Rathlos Slayer
vkul
Michael Stokesbary
DaniMaia
gmsalex
RRV
wolf windshadow
Damian Coverly
Only Title

bjoseph954's Q&A profile

  • Smart Device Development Smartphone 5.0 Emulator connection problem

    Alright, I'm pissed off beyond limits. I have .net 2.0 beta 2. I can write smartdevice 2003 application and can open emulator w/o any problem but, when I create Smartphone 5.0 project and try to run it, the emulator never shows up. Not only that it also freezes up my .net ide. I don't know what the heck is going on I'm also running norton internet security ( and it worked with it before ) Any help would be greatly appreciated. Thanks. ...Show All

  • SQL Server How to move the whole SQL 2005 instance?

    Hi, What is the simplest way to move the whole instance from one box to another. I can stop all SQL services for couple hours, it's no problem. But I'd like to make absolute copy. So I need to move all databases, logins, roles, triggers, stored procs, packages, jobs, credentials, endpoints, proxys, etc. I need just replace the server (the box itself) with a new one. Thank you. Do you mean backup and restore for each database Or for all at o ...Show All

  • Visual Studio Team System Error 32000: TFS installation fails

    Hello , I have been trying to install on a clean m/c. have installed the following softwares 1. win 2003 server with sp1 enterprise edition 2. IIS 6.0, SQL 2005 3. Windows sharepoint services with sp2 completely followed all the instruction mentioned in the installation guide. The installation exceutes till the last and gives the following error. The commannd line "c:\program files\microsoft visual studio 2005\team founda ...Show All

  • .NET Development DLLExport

    Hello, I'm not sure that this question belongs here or not...Please let me know if not.... I created a dll....using .NET clr class library and wrote unmanaged code in it, so it doesn't expose the functions..... Then I thought to use dllexport function this is what I do..... .H File namespace something { public class s : public d { public: __declspec ( dllexport ) void Open() ; } .CPP File extern &quo ...Show All

  • Windows Forms One or more error occured while loading the designer... why?

    I've a problem with a solution (the only one that I've started since the VS2005 has come into my hand). The solution comprehends a webservice and a windowsform, in the windows form area, there are several form, all empty by source point, and with some controls placed on. The control are, for instance, in one form all MS 2005, and for another just one third part control and nothing else. If I leave the designer area opened and close the solution ...Show All

  • Windows Forms Custom Control Click Event

    I Have created a custom control which has a couple of labels on it and a progress bar. When i use it on a form, i want to assign a click event to it, so that if you click anywhere on the control, its registered as a click on the control. Adding the control.click event to an eventhandler doesnt seem to work. What am i doing wrong What do i need to do to get it to do what i want Cheers Hi I came across thi ...Show All

  • Visual C++ _beginthread() issues...

    I am having trouble sending parameters to a thread via the _beginthread(void(*)(void*),unsigned int,void *); call. I just want to send a single integer... this is how I do it now: void main(){ int x; _beginthread(threadMain,NULL,x); } void threadMain(void* x){ //blah }; I have tried every form of casting that I can think of, in both the parameter sent and the parameter received. ...Show All

  • Visual Studio 2008 (Pre-release) A Question on BackgroundWorker.

    If I want to create new WPF objects in background thread and add them to main UI, how could I do it For example, I have some data stored in database and want to load them in a background thread, then create WPF objects and add them into the main UI. If I do this, an ArgumentException will be thrown : "This API was accessed with arguments from the wrong context.". This exception is thrown as expected since this situation is forbidden and is clear ...Show All

  • Visual Basic Random Generate Quiz

    I had buil a e-learning website. At the Quiz part, i want have a random generate quiz . May i know that what can i do Quiz store at XML or using database How can i generate the quiz randomly  Can anyone gave me some source code of these Thanks. Assign each question an Integer ID and then use a function to generate a random number The following thread details a random number generator... http://forums.microsoft.com/MSDN/ShowP ...Show All

  • Visual Studio Team System WorkItem customization

       Hy, Each time I try to use the <ReadOnly> constraint combined with a <REQUIRED> or <DEFAULT> there is an error that say : Exception Message: TF26049: The field 'FlowKind' has rules '<READONLY />' and '<DEFAULT from="value" value="Main" />' that are inconsistent. Is it a known bug Is there a way to cope this inconsistence I am also looking for two other tips : First, how do you customize the right ...Show All

  • Windows Forms Inheritance using Forms

    hi i am just wondering if it is possible in c# to inherit methods from a .cs class to a partial class form.... i am trying to have a parent class public class parent { public void display(string msg){ } } public partial class child: from <--- how do i inherit parent to that child to have method display so i can calls bas { public void display(string msg ){base(msg);} } ...Show All

  • Visual Studio JIT Debugging problem in VC++ 2005

    After installing Visual Studio 2005 on my computer I have problem in JIT debugging. For example, program has the following bug: int* p = NULL; *p = 0; When program runs in standalone mode, it shows exception dialog with Debug and Close buttons. If I press Debug, Visual Studio debugger doesn't start and program terminates. Additional information: XP Professional VS 98 and VS 2005 installed Jist-In-Time Debugging is enabled in Visual Studio 2 ...Show All

  • Visual C++ A problem with ATL::CTime.GetLocalTm()

    I have a projiect in vs2003.net,which use ATL::CTime.GetLocalTm()function with default parameter. But in vs2005 the function was defined without any default parameter. And the MSDN tells that we can use it with a NULL paramenter,so I do this.But there comes a breaking when I debug the project after I building it. Then I step into the ATL source code to see the definition of GetLocalTm,and I found that there is a macro definition o ...Show All

  • Visual C# How to change LinearGradientBrush with location (performance optimizations)

     Hi , I have a graphics application which draws thousands of rectangles(or paths) on the screen at different locations. Each rectangle uses a LinearGradientBrush to draw itself. I am forced to create one brush for each rectangle because if I use a brush created for one rectangle, at a different location it does not draw properly, even when both rectangles are of the same size. I tried creating/destroying the brushes in my Draw routine but ...Show All

  • Visual C++ Vs.Net 2003 Lib/Dll for VC++6.0 Developers

    Hello, We have been working with VC2003 to build a programming library which we deliver to several other people. One of them has to use VC++ 6.0 1998 and has asked if it is possible to use our libs (built with VC2003) with VC++ 6.0. Obviously the linker fails when he tries to do so. Is this possible to convert newer libs to the old lib format Thanks, mderdem I believe the answer for both is NO unless other fol ...Show All

©2008 Software Development Network

powered by phorum