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

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

nglow

Member List

Riaan van Schoor
R.Arjun
osama.jasser
szucconi
please help me
zdrae
Luke Breuer
John David
arthurmnev
James Mayer
paso
Tim Anderson
Deepa7476
Lborshard
Alistair Brown
mranzani
cssjm
Olavo
Cesar Francisco
Vaassu
Only Title

nglow's Q&A profile

  • SQL Server Refreshing a development database with production data

    Hello, I am trying to refresh a test database with data from a production database. Both database structures are identical, e.g. constraints, stored procs, PK, etc. I am trying to create a package in SSIS that accomplishes this task and I am having extensive problems. The import export wizard is out of the question because the constaints are not carried over, plus when I try to refresh the data using the import export wizard, it fails on 1 specific table because of a column in that table named "Error code". I think "Error code" is a micrsoft keyword, so it fails on this column. Does anyone know a workaround that I can do to accomplish this simple task, that could be completed in minutes using DTS. I understand that S ...Show All

  • Visual Basic different start objects methods for a project

    Converting an application from VB03/SQL MSDE to VB05/SQL Express - In a 2005 walkthrough, they used for a start up object for the project a class "shared sub main" where as in 2003 we used a module "Public Sub Main".Both seem to work fine. I am curious as to the relative pros and cons of different start objects methods for a project. Thanks! Bob You were probably putting your Public Sub Main in a module, which made it available to the entire project without a reference. The walkthrough probably has the Shared Sub Main in a class - so it declared shared so that it is accessible without an instance of the class. All that said, in 2005 you usually don't use Sub Main as a starting point becuase you ...Show All

  • Visual Basic access DB problams

    hey agian , i have database : table name : Program (in office access) Program Code Button Web Note Lo 1 dsadsa www.Xyz123.com This is 1st Note I:\iTunes\iTunes.exe 2 Button2 www.Xyz124.net This is 2nd Note 3 Button3 www.Xyz125.org This is 3rd Note I:\Program Files\Blaze Media Pro\BMP.exe 4 Button4 www.Xyz126.co.il This is 4th Note C:\Program Files\MSN Messenger\msnmsgr.exe 5 Button5 www.Xyz127.gov This is 5th Note C:\Program Files\Internet Explorer\iexplore.exe i know that DsProgram1.Tables(0).Rows(0).Item("Button") is "dsadsa" i know 2 that DsProgram1.Tables(0).Rows(1).Item("Button") ...Show All

  • Visual C# How to compare contents(like font,formatting styles,images,tables etc) of two word docuemtns using c#?

    Hi Friends,  Anybody know how to compare(font,fromatting styles,images etc) contents of two word documents(both formats of 2003 & 2007) in c# Also suggest me if any free/trial version tools you know it's very urgent ...Show All

  • Visual C# Protection of C# source code

    How do I protect my C# source code when it gets distributed in MSIL which can be readily disassembled I have a commercial application written in Visual Basic 6 which I would like to migrate to C#, but not if the code can be disassembled, allowing users to either run the programs without paying licence fees or even re-distributing the programs as their own. Can I compile the prgrams to native code or is there another way of protecting my IP it is quite good tool for obfuscation. it changes your code completly. like method names to A000001,A000002 etc and also variable names, parameters. almost every thing. if some one read assembly he does not come to know what A00001 function will do. ...Show All

  • Microsoft ISV Community Center Forums Buddy program?

    Hi, I signed up for the buddy program about 2 months ago, and have yet to be connected with someone. I emailed budsup@microsoft.com initally, someone contacted me and I was working with her. I thought it was resolved by her email stating: " As a matter of fact, Ibrahim, I matched you up a moment ago with a Microsoft Buddy…the trouble seems to be that there was a different name in the system than the one you’ve given me here…" But I never heard back from her, or my buddy after that. I followed up with her but received no response, and then sent an additional email to budsup@microsoft.com, and heard nothing back. How can I go about being matched up I guess there was some confusion over what name/email I signed up with but I didn' ...Show All

  • .NET Development WSDL & SOAP

    Hey all, Hoping someone can point me in the right direction here. Typically when building my soap object, the operation appears as <wsdl:operation name="ccValidateCard" parameterOrder="merchantName ccn expdate maskedCcn cardType returnCode"> <wsdl:input message="impl:ccValidateCardRequest" name="ccValidateCardRequest"/> <wsdl:output message="impl:ccValidateCardResponse" name="ccValidateCardResponse"/> </wsdl:operation> in the WSDL. Then i can go ahead and create my soap object using code such as soapResponse = objSoapClient.ccValidateCard(merchant, CCNumber, dateMMYY, maskedCcn, cardType, returnCodeValidation) I'm working with a different WSDL file ...Show All

  • Software Development for Windows Vista error C4430: missing type specifier

    Hi i am getting error messages relating to the specifier and syntax....... i havent changed anything in the code . c:\Documents and Settings\kanishka\Desktop\Extras\DirectShow\Samples\C++\DirectShow\BaseClasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\documents and settings\kanishka\desktop\extras\directshow\samples\c++\directshow\baseclasses\dsschedule.h(13) : error C2143: syntax error : missing ';' before '<class-head>' c:\documents and settings\kanishka\desktop\extras\directshow\samples\c++\directshow\baseclasses\dsschedule.h(13) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Thanks ...Show All

  • Windows Forms enable/disable toolbar from main form

    Hi, I am using Visusal Studio 2005 Professional. In Visual C#, how to disable/enable toolbar [all items or specific item] exist on mainform from child form I'm not using MDI interface and of course mainform is owner of child form. Thanks try this demo, disable toolbar item1 by child form using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication2 { public partial class Form3 : Form { public Form3() { InitializeComponent(); } private ...Show All

  • Visual Studio 2008 (Pre-release) Security timestamp problem

    Hi, I have a service with "message security". When I try to connect to server I receive this error : "The security time is invalid because its creation time "15/01/2007 13:39:40" is in the future. Current time is "15/01/2007 13:34:27" and allowed clock skew is "00:05:00" The date/time in both (Client and Server) are same and isn't "13:" but "10". In the server is "en-US" and in the client "pt-BR" so GMT -3 is correct from client but I'm using the same date/time in both. Why WCF uses it if we can connect from diferrent culture with diferent data/time In others computer all work fine...one using "pt-BR" and other "en-US". ...Show All

  • Visual Studio Team System Load Test

    how can i confgure the laod test, with Test Mix : unit Test , to run on WAN. I have created the unit test which test the webservice in a lan environment. Currently I am using two machines one Client " Unit Test project" and the server hosting the WebService". I have created the Load test where in In Network Mix - by default it takes the LAN distribution. I need to simulate a scenario wherein have the client and server machines are distirbuted over a WAN. Help on this is appreciated. Thanks ...Show All

  • Visual Basic Error connecting to SQL Server 2005 local instance using VB 2005 app

    I am trying to create a Visual Basic 2005 app and connecting it to SQL Server 2005 Express Edition (bundled with VB 2005) but i am getting errors I just want to know if there is any configuration that i need to perform on SQL server before attempting to connect VB 2005 App with SQL Server 2005 My sql server 2005 configuration is default.. that is i am only listening to local connection (remote connections, piped and tcp/ip connections are disabled). I am running 512 MB ram, 160 GB hard drive, Windows XP SP2 with all the updates Please help.. Asim Zeeshan This is the exect error msg i get... When I try creating a new connettion, I select SQL server, I select Windows Authentication (bcoz its a local sql server ...Show All

  • .NET Development Web Services on same port

    Is it posible to consume 2 or more webservices on same port on same server. If yes, how Please let me know. Thanks Ashish sure Ashish, you have to create the new webservice using a different name or location (virtual path). It would be the same to create more than 1 web application in your server using the same port. you can try.... in VS create a new Web Service project.... let's call it http://localhost/MyServices/MyService1.asmx in this project itself you can create additional services... so let's say you can have also http://localhost/MyServices/MyService2.asmx The you can go and create another Web Service Project in VS using another location: http://localhost/MoreServices/Service.asmx And that' ...Show All

  • Visual C# Create my own mp3 stream

    Is it possible to create your own mp3 so you could theoretically create your own internet radio station Madok wrote: Is it possible to create your own mp3 so you could theoretically create your own internet radio station So your first problem: how to make an mp3 How do you get the 'source sound' Once you have that it's only a matter of sending that source stream to an mp3 encoder... The second problem is simply a matter of starting a TcpListener, accept incoming connections, and write the mp3 encoded stream into the socket... ...Show All

  • Visual Basic TOOLSTRIPBUTTON

    Hello to all, sorry but i cant speack much english, and i will write some words with sense. Someone know how use toolstripbutton in time execution. if any have one example i will apreciate very much, thankz a lot. cya Hi. Whilst I appreciate that you don't speak a lot of English, you will have to try and describe your question/problem a bit more. "use toolstripbutton in time execution" doesn't really mean very much... ...Show All

©2008 Software Development Network