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

Software Development Network >> Price Brattin's Q&A profile

Price Brattin

Member List

Troy Jerkins
Ragi B
Muhammad Hegab
Thomas55
Nomada
Brian C.
Joel
FrdBed
Bartosz
pico1079
shitalkochat
cosmos38240
Coombsey
MigiTheGuru
wackyspat
Edypion
Steve2006
mango_123
Alex Butler
AlexSok
Only Title

Price Brattin's Q&A profile

  • Smart Device Development suggest me a Pocket PC/PDAs

    hi, iam having VS 2003 in my Pc, i want to to develop a 500 questions and answer program. as server is using sql server 2000. and client will be Pocket PCs. I want to load sql server c.e to Pocket PCs. and upload the data, and download the data. as i am new to this PDA developement, i don't know, which PDA i need to use it. pls suggest me with model no and brand it should be robust also, for future upgradation. tha ...Show All

  • Visual Studio Tools for Office how to export

    I need to create a new word document from vsto word custmomized application. Application has some dynamically created datagridviews that serve as reports and are based on some paramteres stored in xml files. Now when users are done with the document, I need to create a 'normal' word document, rendering all of the content. I know that just saving a document will not do it as dynamically created controls will not be save with doc (currently I need ...Show All

  • Visual C# How to convert byte[] to Hexadecimal format?

    Hi everybody,    Is there anyone who knows how to convert byte[] data into hexadecimal data and store it in a text file Or for that matters how to to convert int to hexadecimal In VB, there is method Hex() where you convert data to hexdecimal. I can't find exact method in C#. Advanced Thanks. den2005 How about doing the reverse from hexadecimal data to byte[] data den2005 ...Show All

  • Visual Studio Team System Specify Alert Settings during setup

    Hi everyone, I just completed the server setup for TFS, unfortunately I skipped a step during the installation :( I really don't want to uninstall/reinstall, given the chance of messing up this box (I don't know that for fact, but I'm worried ;)). Question is: Can I enable the Alerts _post_ install I haven't been able to find the option, even from the explorer client :( Does anyone know the answer to this thanks in advance. dto ...Show All

  • Visual C# Where to report errors?

    I just found a reproducible error that probably could easy be fixed in the next release of Visual Studio (probably just a constant that needs to be changed). The problem is in autogenerated code and leads to an error that is difficult and time consuming to find, because one does not expect an error there. However, I could not find any information about where to report errors. If you know, please, let me know, the correct way to report errors, so ...Show All

  • Visual Basic Hip, Hip, Array?

    Could someone please show me how tp place the first 4 random numbers into the array and then get them out again in to a 4 labels Below is what I have so far, I know it is totally wrong but thought it might help if you see what it is that I am trying to do. Randomize() For num = 1 To 4 intNumber = Int((9 * Rnd()) + 1) arrNum = (intNumber) Next Label1.text = (arrNum1) Label2.text = (arrNum2) Label3.text = (arrNum3) Label4 ...Show All

  • Visual C++ Lib Size difference

    Hi, I have created a "Static Lib" using Visual Studio .NET 2003, as "Use of in a shared DLL" . Each and every time when i try to build this lib. i got different sizes. Plz find the following configuration settings that i have used during Lib creation: Configuration : DEBUG Runtime Library : Multi Threaded Debug DLL Precompiled Header: Use Precompiled Header Building the Lib in Machine A: 4,986,628 bytes Building the Lib in Ma ...Show All

  • Visual Studio Express Editions Link forms

    i'm a real newbie to vb and i need to know how i can get this button to link to another form within the same project, so when its pressed it will open the other form, can someone please show and example code please hi, i guess this is the same question http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=257030&SiteID=1 hope this helps ...Show All

  • SQL Server function on indexed field

    Hi, I am using sql server 2000 SP1.    select * from document_display where upper(document_name) = upper(v_document_name) v_document_name is a variable. The table is over 200,000 records and presently has index on column document_name Could anyone help on how to improve the performance of above query   No, there are no function indexes in SQL Server.    Why is a ...Show All

  • Visual C# Reading an XML File, Changing some values

    Hi All - I have this XML Document here. What I want to do is loop through each item, possible with multiple for() loops but I'm having trouble referencing data. Perhaps it is the way I have the data structured < xml version="1.0" > - < Device Address =" 192.168.1.1 " Location =" San Francisco " xmlns =" Device " > - < ...Show All

  • SQL Server "Could not find schema information ..." error in XSD annotation

    When I open any annotated schema in VC# 2005 Express, I get the error: "Could not find schema information for the attribute 'urn:schemas-microsoft-com:mapping-schema:relation'." Am I missing a reference   MSXML4.0 and the SQL Client are installed on my workstation. An example of one of the annotated schemas I've tried is this one, from Andrew Conrad's MSDN article "A Survey of Microsoft SQL Server 2000 XML Features": < ...Show All

  • Visual C++ std::exception dtor linker error

    I have an error when I'm linking my project, ported from VS7.1 to VS8.0 beta 2: LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: virtual __thiscall std::exception::~exception(void)" ( 1exception@std@@UAE@XZ) already defined in TestStdCpp.obj LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: virtual char const * __thiscall std::exception::what(void)const " ( what@exception@std@@UBEPBDXZ) already defined in TestStdCpp.obj Here is my repro ...Show All

  • Visual Studio 2008 (Pre-release) ANN: Voice commands and Synthesizer at WPF tutorial

    Our tutorials serie about 3D games creation has a new lesson! It's easy to create voice commands and synthesizer for WPF applications. The lesson, source code , executable demo are at:  http://www.dmu.com/avalon3d/a3d29.html You need to download   the free Microsoft Speech SDK 5.1. If you are not yet one of the many readers of our FREE tutorials about WPF 3D go to the beginning: http://www.dmu.com/avalon3d ...Show All

  • Visual Studio how to add a project into VSS8.0 and how Visual Studio load a project from VSS8.0

    Hi,all I installed a VS2005 and build a project, then I thought that I need to control the sourcecodes, thus, I installed VSS 8.0. However, the SourceControl Item is not appeared under the File menus. It don't like what is appeared in VS2003. I wondered how to add a exist project into VSS via VS2005. And how to reload it from VS2005. My OS is window xp sp2 English. And VS and VSS build number is 8.0.50727.42. waiting for your help...... Try ...Show All

  • Windows Forms Getting Selected Text From a list box

    I have bound a list box to a data set and I want to get the displayed member information but it won't work.  I want the text value to be returned not the value field. //********************* // Load Employees into the pages try { dsEmployee1.Clear(); thi ...Show All

©2008 Software Development Network

powered by phorum