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

Software Development Network >> Kim Yang's Q&A profile

Kim Yang

Member List

lbugnion
mokschnok
Oscar Piqueras
roger reynolds
sgollapu
azastawski
bwells
JJLillie
CHASE10541
Gary Harpin
MotoJames
nimbusism
sailor
Ken McGhee
vimal_sewda
AnObject
Dan DeLaf
Chris4578
tommcd24
GregoryI
Only Title

Kim Yang's Q&A profile

  • Visual Basic HTML rendering in VB.Net

    Hello folks, I've got probably a simple and stupid question, just feeling tired tonight. I'm using the googleapi to add more flexibility to searching google from a vb.net app I'm writing. I get a stream of html data back from google that has a title such as "The <b>best</b> ..." then I get a URL, then a snippet of information about the topic which may or may not have html included. My problem is how to display this Is there no contro ...Show All

  • SQL Server TDS buffer length too large

    Getting below sort of error message when running a simple select to a table from Query analyser 2000 to a SQLServer 2000 running with SP4 on different sort of times. 1) [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (InvalidParam()). Server: Msg 11, Level 16, State 1, Line 0 General network error. Check your network documentation. Connection Broken 2) [Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream ...Show All

  • Visual Studio Team System Creating Custom FxCop Rules for Naming

    Hi,   I want to have interface variable start with I, then some meaningful name. If this is not the case then FxCop should give some error. So that for example if I use like interface IBank  (true) interface nterBnak (will give an error by FxCop). Please guide for code and How can I apply this in naming.dll Thanx  Rahul As FxCop enforces .NET Framework guidelines (which sta ...Show All

  • .NET Development WSE/DIME - WSE352: The size of the record uuid:{g-u-i-d} exceed its limit

    I've gotten DIME attachments to work, but I'm running into the infamous 4096 limitation. How can I download a 20 meg file as a DIME attachment I've tried the maxRequestLength setting    <messaging>       <maxRequestLength>-1</maxRequestLength>    </messaging> but this doesn't have any effect. Actually, looking at the docs indicates to me that this setting has an effect for upl ...Show All

  • Visual C++ Warning C4793 and #pragma unmanaged

    Hi Flap! I'm getting the following warning in an header file included within a #pragma unmanaged block: 1>c:\devel\DXSDK\SAMPLES\C++\DirectShow\BaseClasses\wxutil.h(384) : warning C4793: '__asm' : causes native code generation for function 'void *memchrInternal(const void *,int,size_t)' 1> c:\devel\DXSDK\SAMPLES\C++\DirectShow\BaseClasses\wxutil.h(379) : see declaration of 'memchrInternal' Given ...Show All

  • Software Development for Windows Vista LoadLibrary (regsvr32) fails without Visual Studio 2005

    I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All

  • SQL Server Does Report Builder have exposed APIs just like Reporting Services?

    Dear Anyone, Does Report Builder have exposed APIs just like Reporting Services The reason I asked is that we would like to customize Report Builder to some extent to fit to our client's specific requirements. Can anyone shed a light on this Thanks, Joseph Where is this API found Can I reference these in a .net project Any links on more info for this Thanks for all your help. Marvin ...Show All

  • SQL Server Attach Database problem

    I am trying to attach a database as part of my overall application distribution. After installing Express when my .NET app first starts it atempts to attach the database using EXEC sp_attach_db etc... This used to work fine with MSDE 2000 but now the database is being attached as read-only. If I then use Management Studio to manually detach and attach the database it is fine. Any ideas why this is happening please ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to make a trainer.

    Does anybody on this forum know how to make a video game trainer in c++ (using visual c++ express) I would like to know how to do this. I know it is not impossible. I have searched the internet and all the examples I could find are either extremely old or they are for asm (which I do not know). I am fluent in vb and vb.net, if that matters. If someone would be nice enough to explain the process to me, it would be great. Thank you. This is ...Show All

  • .NET Development Trying to understand .NET

    Greetings Everyone, I've trying to teach myself c++ programming from books, online tutorials and references. I've read a good deal of stuff and have some basic understanding of what is going on, such things as what are classes, basic built in types, templates, libraries,operators, loops and if statements... etc ( Though I may not understand how to use them all effectively yet. ) It was recommended to me that I should download the C++ E ...Show All

  • Visual Basic Can vb.net and C# .net connect to remote SQL servers?

      Just previous to buying vb.net and C# .net standard editions I read this review http://www.amazon.com/exec/obidos/tg/detail/-/B000089GKW/qid=1123491868/sr=8-1/ref=sr_8__i1_xgl65/002-4787338-9060820 v=glance&s=software&n=1000 is this for real can Visual basic.net connect to remote sql servers or not if not why. If so where can I get more information on it I use SQL on a hosted machine, but if cant dev ...Show All

  • SQL Server How to use the new TSQL PIVOT operator with reporting services?

    Hi, I am still tryng to find a solution to this problem. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=125123&SiteID=1 Assuming that Matrix will not work for me, I thought that may be there would be a solution by using a standard report of some kind and the new PIVOT operator. I do not know in advance the number of rows and columns and I do want the report formatted as a flat file. Any idea Thanks Philippe ...Show All

  • .NET Development VB .net remoting with Interface

    Hello I am working on a project which is using interface in remoting.. I used several methods but failed to connect with database..with Windows authentification in IIS Activator.Getobject didn't work at all 1. I use config files both in server n cleint (Web.config and app.config) 2. Use http Please could provide me with complete code in VB.Net (server, Interface , client ) So i can try it on IIS please ...Show All

  • SQL Server Searching for a technical documentation on SQL Server Express

    Hello, I seek a documentation on SQL Server Express to find some technical information such as Limits of the Database (Limits per Database, Maximum Number of Joined Tables, Maximum Logical Operators in WHERE clause, ...), Programming Features (Transactions, Transaction Isolation Levels, ...), Distributed Transactions , Performance of the Database. Thank you a lot for your help. Osman. If you have not already d ...Show All

  • .NET Development DataColumn Expression, to calc Date difference

    Hello, I have 2 DateTime columns in a table. And I want to add a DataColumn to show the difference day value (int) between the two columns. I add a DataColumn in Dataset.xsd, DataType = System.Int32, and add an equation in Expression property as below: Convert(RequiredDate,'System.Int32')-Convert(OrderDate,'System.Int32') However it does not work,  I can't find a suitable Date function for this, eve ...Show All

©2008 Software Development Network

powered by phorum