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

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

Debra

Member List

Lariamon
Vermin
Netjunkie
Peter Manesis
SergioFlorezM
Thundermaker
John Bristowe
GoldenFingers
James Klimek
GGus
lgarcia
bircantuba
Annoyeddeveloper
smurrell
okaban
zuoliang
Kuldeep Deokule
AustinStephens
pridmorej
dseatovic
Only Title

Debra's Q&A profile

  • Visual Studio Tools for Office VSTO Controls

    I installed VSTO 2005 and tried the same program I had written in Beta 2. Problem- When I drag a TextBox control to the Word template form, the properties window does not change to TextBox1. It stays at ThisDocument. Do I have a bad install Even when I drag a Button control from the Toolbox to the Word form, and try to double click, it does not go to the code window. Thanks for help in advance. Hi Corinne, Based on your description of the problem, it sounds like the designer isn't loading.  As to whether the problem is a bad install, the question would be whether you get the expected control behavior with a new project.  ...Show All

  • Visual C# how long a image can be??? SQL

    Hi i try to load a movie in my DB .. as a image type.. problem is that when i try load big filles int o the DB it hangs up for 15 min.. windows si not respoding anymore .. and at the finsih i get an exception.. i yhink its because the image type cant support such large file.. anyway.. does someone has ideas for foing this Thanks!! Dear Zapacila, Regarding the size of Image, SQL server can support till (2^31-1) amount of data for a single column.So,please dont get confused with the limitation of space.In appsettings please change your time limit to maximum.By default, it's only 20 minutes. Regards, vinoraja. ...Show All

  • SQL Server SQL Server 2005 Workgroup Edition -- import/export question

    Hi -- I currently have SQL Server 2005 Developer Edition on my local machine. I tried importing a table, but I was unable to import it without installing the Integration Services component. We are shortly to install SQL Server 2005 Workgroup Edition on our remote server, but I am concerned that I won't be able to import or export data, since I know Workgroup Edition does not include Integration Services. The Microsoft comparison of the different editions says import/export are supported for Workgroup Edition. I guess I just need some reassurance that it is indeed possible to import/export without having Integration Services installe ...Show All

  • SQL Server a newbie question on SQL database use

    Hi there, I am a longtime programmer in OO Visual dBASE environment migrating to C#, MS Visual Studio and FoxPro 9 all at once. it is hard for me to formulate questions since I have a somewhat visceral understanding as to what I need, so I need a general advice. I am abandoning dBASE since it does not provide .NET capabilities. But I do have extensive database tables accumulated over many years. How can I use my dBASE tables for instance in this environment I am at ease now with Visual Studio 2003 and VCSExpress. I can design a form and make some Internet connections and send requests. I need to either create a NEW database with new tables ...Show All

  • Visual Studio Team System script fails after new version of software pushed

    I am currently trying to create tests to test microsofts new CRM application.  I have recorded numerous web tests, but they will stop working after a change is made to the application.  As far as I can tell it is linked to an import of the configuration from another server.  When the script does a form post of the information submitted in the test, it gets back an error stating that the form has expired.  I can re-record the test now and it will pass, performing all of the same functions.  This is an out of the box app from MS that we have tailored.  I am trying to find a way to modify the tests so that they con ...Show All

  • Visual FoxPro Fonts, Fonts and more Fonts.

    Hi everyone, I have posted this quetion before, but I still don't have a reaonable solution. I have a whole bunch of reports which are created in FOXBASE. These are generated using simple commands. Initially we want to run them as they are. The problem is that no matter what font I try, it is not identical to the older 'text' font. Since we are printing on forms, we need the font to be identical. Is there no way to print something in VFP so it comes out exactly as it did in FP2.6 Dos I tried variations of Foxfont, Fixsys, serif, courier etc. The closest is Foxfont but I can only use it at 10pitch (Too small) or 16 (too big ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Suite Release on MSDN Subscriber Downloads (Universal)

    Hello everybody, Today Visual Studio 2005 Professional was released on MSDN Subscriber Downloads. We were unable to find the Team Suite Release. Any help Best regards Ralf Rottmann Word on the newsgroups is that your transition options are limited by your partner level. I've heard variously that - Gold partners get Team Developer, no role choice, no upgrade - Standard partners get Professional only, no Team System at all - Gold partners with a competency (possibly only ISV) get Team Suite - Standard partners with a competency (possibly only ISV) get Team Developer If you ask me, this is unacceptable s ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is there any introduction to class CFirstPersonCamera in DXSDK?

    I am a new comer to the D3D, and I try to use the Sample Framework. But it is not easy to use it for the lack of the docs about the framework! So, I come here to look for some help. I will be grateful for your help! You might want to take a look at the Sample Framework documentation work that was done by Mykre on his website.  This is the forum section with the help files ( http://www.ircomm.net/forums/365/ShowPost.aspx ). ...Show All

  • Visual C++ problems with vc++ express compiling with wsock32.lib

    Hello, I'm trying to learn how to work with winsock, but I'm stuck on day 1. When trying to use the WSADATA struct or the WSAStartup function I get some linker errors: -begin code segment- WSADATA wsaData; if (WSAStartup(MAKEWORD(2,0),&wsaData) != 0) { MessageBox(NULL,(LPCWSTR) "wsa thingy failed" ,(LPCWSTR) "boo hoo" , 0); } -end code segment- ------ Build started: Project: win32practice, Configuration: Debug Win32 ------ Linking... main.obj : error LNK2019: unresolved external symbol _WSAStartup@8 referenced in function _WinMain@16 g:\programming\c++\win32practice\De ...Show All

  • Visual C# Generics C# Matrix

    I was about to design a Generics C# Matrix in this way: public class Matrix < T > {        List < List < T >> _data;        .... } Many issues made desirable in this case, constraint the type T to be a numeric base type. Let's say, int, long, byte, float, double... But I really couldn't find the legal way to add such a constraint. The question is precisely that: How do I constrain the generic type to a numeric base type You cannot. That is a much debated and much regretted defect of C# generics. They are useless for numerics.  ...Show All

  • Visual C# Show Method

    I want to be able to press a button and is shows form2 and hides form1. how would I go about doing this Nevermind, I got it. I had to create an instance of the form first and call Show on that. ...Show All

  • Visual Studio Express Editions Paint Problem at MDIChild at Opening at Startup in Maximized State

    Hi guyz, I have one MDI form and one MDI Child. Both form's property windowsstate=maximized. When MDI form loads, its child forms load at the load event of MDI. But, It not paints that child form properly to maximized area. there is border appears of that child forms without title. Once we minimize that bad painted form and again maximize it. it works fine.. So, why its doing problem at startup in maximized mode I've just transfered my winapp from Vs2005 Beta to Vs2005 express can anyone tell me.. please   is it a BUG of VS2005 Express Hi, I have been having the same problem. Try it with controls such as panels, or grids on ...Show All

  • Visual Studio Express Editions How to include a dll in my project

    Hi, I'm trying to use ASPJpeg from PErsist, and in order to use it I have to include their dll in my application. Can someone tell me how to include an external dll in my website structure. Thank you. I agree it's better to post this on a different forum.  With that said, here is the answer: Right click on your web project in Solution Explorer Add Reference ... Browse to the DLL you with to include   Best, paul ...Show All

  • Visual Studio Express Editions ButtonArray

    I see that VB 2005 has a ButtonArray component in the Toolbox. Unfortunately, I've not been able to figure out how to use this component. I drag it out of the Toolbox, on to my form and it just sits there below the form. I'd appreciate some assistance on how to use this component to create an array of buttons. Thanks. Shakalama, The ButtonArray is not a standard component, but if you click Tools -> Choose Toolbox Items you will find it listed. Click the checkbox next to ButtonArray and it will appear in your Toolbox. And, yes I'm working with the Express Edition. ...Show All

  • Visual Studio 2008 (Pre-release) How can I protect my WCF services so that they can not be accessed directly by others?

    Or is there other way to accomplish this Thanks WCF services can implement Transport security or Message security,so with this security model,you can allow only authentic users to access your wcf service   please go through following MSDN doc to know more aout wcf security http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/WCF_con/html/7ea87fcb-dcfb-4a4a-8b03-6b954575d45b.asp   -Thank you Madhu ...Show All

©2008 Software Development Network