Software Development Network Logo
  • Visual C++
  • Microsoft ISV
  • IE Development
  • VS Team System
  • Smart Devicet
  • Windows Forms
  • Visual Studio
  • SQL Server
  • .NET Development
  • Game Technologies
  • Visual FoxPro
  • Visual Basic
  • SharePoint Products
  • Visual C#
  • Windows Vista

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

dmb13

Member List

Tryin2Bgood
Penicillin
Adam Nemitoff
isaacb
1PaulS
danmbuen2
Bucket
MathiasR
Will Buchanan
TGirgenti
DavidThi808
ErickT
Ayman Osman
MartijnP
ykgreene
worldhello
eexit
xRuntime
gils
Adam Plocher
Only Title

dmb13's Q&A profile

  • SQL Server How can I search throught DOCX (MS Word 2007) documents by SQL Server 2005 Full Text Search engine?

    How can I search throught DOCX (MS Word 2007) documents by SQL Server 2005 Full Text Search engine Should I something download You should try this here: http://groups.google.de/group/microsoft.public.sqlserver.fulltext/browse_frm/thread/5f2167bfa5d8211a/d384a3c07a357c48%23d384a3c07a357c48 The filter is located in the system folder. Registering should help in that case. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C# Array of struct A in struct B!

    Hi struct A { int x; int y; } struct B { int z; A [] tab=new A[14]; //cannot have instance field initializer in struc ...I know! } but i need an array of struct in another struct thanks. 1-yes B has to be a struct. 2- "can you add a parameterized constructor to it" : why not. ...Show All

  • Visual Studio Express Editions how to build?

    Hi all, can u plz tell me how to write a c# program to do this.. -> I am having one VC++ application. -> This vc++ is application contains 2 projects. -> how to write a c# program to build that VC++ application. plz give me reply.. Thanks --hanu Hi Figo Fei, If suppose the VC++ application contains several projects and each project contains several cpp files. then can we write a c# program to devide that appliation into threads without modifing the original VC++ application.. If yes, plz give me one simple example so that I can proceed. our aim is if we run the C# application it should build the VC++ application. Plz give reply.. Thanks ...Show All

  • SQL Server Urgent Help on date calculation

    I have a table that hold a couple of fields. STARTDATE - The day the service starts FREQTYPE - This field tells me how often a schedule occurs. Here are the vaules -1=oncall, 0=days, 1=weeks, 2=months FREQPERIOD - This is the number of days, weeks, or months between services. a value of -1 would indicate being oncall. DayOfWeek, Day of week for week or month-based frequencies 0=sunday 6=saturday -1=if on call WEEKOFMONTH - week of month for month based frequencies 1-4, value of 5 if it the last week of the month, So what I need is for this report to look at the start date then figure out what the frequency is (days, weeks, months) then look at the frequency period (how many days are between services) what day of the week it falls on and li ...Show All

  • SQL Server Ad: Problems Creating Instance in SQL 2005 management studio

    Hello all, Thanks in advance for any help you can provide. I am having a problem creating a new NS instance using SQL 2005 management studio. I am using the database element in my instance and application xml files like this, in order to create the NS application in an existing database. <Database> <DatabaseName>%databasename%</DatabaseName> <SchemaName>%schemaname%</SchemaName> </Database> the problem that I am having is that if I encounter an error somewhere in the process of creating this new instance the instance name and schema name I specified are still bound somewhere, and if I correct for the error and try to create the instance again, I receive a new error ...Show All

  • SQL Server Counting unique entries in a SQL Statement

    I have a complicated problem, and I'm new to SQL so any help would be greatly appreciated. I am creating an export file (fixed width) that contains a breakdown of items on an invoice, and each "export file" can contain many invoices. The problem is that I need to apply an incremental "invoice" count on each line. This isn't as simple as doing a running sum of "1" on each record, because the first 5 rows may all be on the same invoice, and all rows need to be identified as being associated with "invoice 1". The next invoice will be known as "invoice 2" and again may contain many rows, all requiring "invoice 2". Does this make sense EG.: I am shipping products, and the ...Show All

  • Architecture Web Service vs. Component

    I'm looking for any recommended articles that discuss the pros/cons of building a web service vs. a component assembly. I'd like to find something that provides some guidelines for choosing one implementation method over another. Does anyone know where I can find an article like this Hi I had created a document for myself that I think it might be useful for you for that decision making: Web Services VS Shared Components Web Services Shared Components Client Application Can be any client application (.Net or not .Net) like: Other web services, web applications, windows application, Flex ...Show All

  • SQL Server Problem print report from vb app

    we have a vb app that displays reports yet when you try and print the report it either doesn't do so (although it appears to queue it) or it prints but with info missing and control info in odd spots. Anyone have any clues as to how to resolve this My reports do me no good if the developers can't make the apps access them via the applications they are developing. ...Show All

  • Visual Basic ping IP/host

    hey i have now somewhat succesfully made an ip-tracker. how do i make it able to "ping" an IP og host sa it will send out 4 packets or something and then count how many returns you know what i mean im sure. and is it possible to get a "whois" thing build in to it im using Visual Basic xpress 2005. //Martin No The process is purely a call to an external process.   You cant update a progress bar from here.   This will result in the window not showing.       Public Shared Function RunExecutable(ByVal ExecutableName As String, ByVal args As String) As String         Dim p As Diagnostics.Process = New Diagnostics ...Show All

  • Visual FoxPro Produce error when running the form

    Hi, When running the form, I got the error. The error is "Error loading file - record number 61. grid_detail < or one of its members>. ControlSource : Alias 'NEWDETAIL' is not found." I'm not sure where i go wrong on my form. Thank you. I ran through the errors in the program and found nothing wrong with the codes. My senior IT said that there is a bug in the Visual Foxpro 6 software itself. The codes in the open file and close file method in the Data Environment has switched places. So have to correct them in the right form method. Now the form runs well. ...Show All

  • Visual Studio Team System A way to use the extracted value for Validation

    Hi, Can anyone suggest a way to extract a text field and validate the same to match with the data from a datasource in a webtest Thanks, You can use the Validate Form Field validation rule to do this, set the Field Name to the name of the text field you wish to validate. Add the data source you wish to use to your web test, and then bind the Expected Value property of the validation rule you added to your data source. You won't be able to bind the data source to the property directly via the UI, the easiest way to do this is to add a dummy querystring parameter and bind it to that, then copy and paste the text from the querystring parameters value property to the Expected Value property of your validation rule. ...Show All

  • .NET Development Multiple assemblies -- Single version

    Hi, I have several assemblies that I need kept separate. I would however like to have all of them share the same version number. I already tried "sharing" a file with AssemblyInfo in it between them but that worked badly. Any ideas Select that common file in Solution Explorer. In the Properties window, check if "Do not copy" is selected... ...Show All

  • Windows Forms Include all directorys and files in a location in a MSI ?

    Hi, I have a websetup project (VS 2005, c#) that is building a MSI that includes the output from another solution (Click Once publish). The problem is the directorys and file names can change from build to build, so what I need is to tell my setup project go to a specific directory (say C:\stage) and include all files and directorys recursivly as content for the setup. How would I go about doing this Thanks Hi Bruce, I am also having same issue so if you got the solution for the same then plz reply me. I have one solution which contains few .vb projects in it and for all project output paths (for generated .dll) is specified to one particular folder in root directory. Now ...Show All

  • Windows Forms Multiple Lines for DataGridView Header Text

    Anybody knows how to manually break column header text (in DataGridView) into multiple lines Ex: address line 1, I would like to see "address" in one line and "line 1" in another line. If I let the program auto break it, you would see "address line" in one line and "1" in another line, which is not something I like to see. Any help or pointers are appreciated. Bo Try using "Line1 \r \nLine2" instead. Windows marks the end of a line with a Carriage Return Line Feed combination. Some programs handle files with only Line Feeds at the end of each line but others don't. Mike ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. getting started

    hello, im new to game developement (and these forums), and have a questions. first, im only in highschool, and want to get into game programming. obviously i really dont have the expierience (or patience) to learn all those languages and databases, but i want to know a good place to start, since one day i want to be a pro. i have been messing around with flash and stuff but is that a good way to start, since when im an adult i want to be ready for the next gen systems what should i start learning first Any tools that you use are good because you get involved in the subject. Since you’re still in school then you really want to concentrate on the maths and physics, a lot of the books you get on the su ...Show All

©2008 Software Development Network