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

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

Gili

Member List

Malain
Don A
Gareth Osborne
James Blevins
david andrawis
lSalamon
RSach
BlakeC
Vassilux
Martin Trappel
TheBum
AntonioR
kaushal.b
Ken Powers
voron999
CoderJames
shuai
Sam
CUIllini
avarkey
Only Title

Gili's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. How does hardware fail? Silently?

    A basic test pixel shader outputs solid red, but when rendering in hardware the color of the model is solid white. I use ps_1_1 for this and have no errors except the wrong color. I thought the compiler would complain if it could not implament the shader on the currently selected graphics card, and not simply skip the shader step. If this wrong The only error is that the pixelshader is aparently not run. instead every pixel defaults to white. The models I render are as they should be. just wrong color. Perhaps my problem sounds familiar In advance thanks for any help I can get. My card is an ancient Geforce 2 mx 400 I create my device like ...Show All

  • Visual C++ VC++ 6.0 Platform SDK download

    Dear All Do any one know how to get the Platform SDK for VC++6.0 I found the least one that not support VC++ 6.0 Please Help Regards KS Look at your old MSDN CD's From the SDK download page you can read: The last SDK that will work with VC 6.0 is the February 2003 Edition, you can order a CD on the fulfillment site. http://www.microsoft.com/downloads/details.aspx FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en#requirements ...Show All

  • Visual Studio Team System Plug in for SQL server manager studio

    I would like to use Team foundation as the source control in SQL server manager studio. Team foundation, however, does not appear in the drop downbox for selecting a source control plug-in. (I installed the client tools for SQL server 2005 after I installed Team foundation.) The TFS source control integration in VS 2005 is not available in SQL Server Management Studio.  We are working on a MSSCCI plugin for compatible environments outside of VS 2005, and we hope to provide a pre-release drop soon.  I'll ask whether it will work with SQL Server Management Studio. Buck ...Show All

  • Visual Studio 2008 (Pre-release) sql table mapping per object instance?

    Hi, I have thousands of tables which have identical column definitions, each table varies by name, and each table is dynamically added. At any given time, it is unknown what the table count is. What is known is the structure of each table and the name of all tables. Is there a DLinq solution to this scenario I can only see setting the Name property of the TableAttribute for the mapped class at runtime. But, of course, the attribute allows a single sql table mapping per class. What is needed is a sql table mapping per instance. Cheers, Rana Rana, Thanks for that eye-opener  You may b ...Show All

  • .NET Development updating records

    I am trying to update a record using one of samples provided and I always have the following error: "Reference to a non-shared member requires an object reference" The code I use is as follows: Dim totalsRow As mdstats1DataSet.TotalsRow totalsRow = mdstats1DataSet.Totals.FindByRecordID(1) totalsRow.smtpin = smtpin totalsRow.smtpout = smtpout The error is on the "mdstats1DataSet.Totals" Can anyone help me BTW, I am using VB Express and SQL Express Assuming that I'm reading your issue correctly, you need an instance of mdstats1DataSet . (In order to a ...Show All

  • Smart Device Development encryption on WM 5

    Hi all, I'm developing application that Send/Receive data to/from the server. I need to encrypt this data via AES encryption. my questions: 1. do WM5 CF2 app supports this kind of encryption 2. I didn’t deal with encryption in the past, where should I begin any ides, links, thoughts will be great J Oren. Yes CF2 supports AES. You may use System.Security.Cryptography.RijndaelManaged class to deal with AES encryption/decryption. See this examples. http://www.c-sharpcorner.com/Code/2004/July/CryptographyInDotNET.asp http://www.osix.net/modules/article/ id=411 Examples are target ...Show All

  • Visual Studio Crystal reports query

    Hello would anyone know how to dynamically change the datasource of a crystal report from within VB. The documentation lists the 'SetDataSource' method but it does not appear to work. Thx HI Keith, I am stuck in a problem, in my ,NEt code, i need to get the query from the Crystal Report object. (I do not need to set the query, but from an existing Crystal report I need to get the query string) and then do some manupulation on that query, But I not able to get the QUERY in the .Net - Pls help, my whole development is stuck because of this, Thanx Avi. ...Show All

  • SQL Server SQL 2005 Report Site Permissions

    I can design and deploy my reports to localhost no problem, however instead of the usual RS menu i get this My reports view just fine, but it means i can set permisions to allow other users to view them. Can anyone help Thanks Bad install, i just uninstalled and used the latest ctp. Works well thnx ...Show All

  • Microsoft ISV Community Center Forums Add a column to Grantt Chart to MS Project

    Hi there, i want to add a column to a grantt chart , this is my code snippet: TableEdit Name:="&Entrada", TaskTable:=True, NewName:="", _ FieldName:="", NewFieldName:="% completado", Title:="", _ Width:=10, Align:=2, ShowInMenu:=True, LockFirstColumn:=True, _ DateFormat:=255, RowHeight:=1, ColumnPosition:=1, AlignTitle:=1 TableApply Name:="&Entrada" SelectTaskColumn Column:="% completado" EditDelete I have an spanish version thats why appear those strings "% completado" (Task Percent Complete), like you'll see thats a not what a looking for...i want something like this: Columns.Add(ColumnType:= enumTaskPercentC ...Show All

  • Visual C++ binaries compiled using VC8 not running on IA64

    As VS 2005 is not supported on IA64 platform i had to use cross-compilation on 32bit machine. i did vcvarsall.bat x86_ia64 for setting the build environment. after building the application i tried running it on  IA64 machine but it is not running. D:\samples>exercise.exe The system cannot execute the specified program. manifest info is embeded in the application and in its dependency dlls. on checking C:\Windows\WinSXS folder the CRT dlls and manifest were missing. so i copied the dlls and manifest files from my VC8 installation. dlls from C:\Program Files\Microsoft Visual Studio 8\VC\redist\ia64\Microsoft.VC ...Show All

  • Windows Forms SplitContainer Splitter Gets Focus Rectangle?

    Hello, I'm developing a Windows Forms application using tjhe VS .NET 2005 July CTP bits. What a tremendous piece of software! Miles ahead of previous versions. One thing I'm noticing is that the new SplitContainer control gets a "Focus Rectangle" during moving that persists even after the resize is complete. I believe that this is a bug, since I've seen no other application ever with a focus rectangle on the splitter... Can anyone comment Is this normal UI behavior, and/or is it an open bug Thank you, --Mike It has been resolved, and code for a workaround has been attached. Scott Morrison WinForms PM Micro ...Show All

  • SQL Server SQL Locking up

    Posted - 12/25/2005 :  10:54:44       My ADO based C++ application works fine for sometimes 15+hrs just fine. Im using SQL 2000. All of a sudden I dont know what happens all update operatins and insert operations start failing with 80040e31, timeout expired errors. It seems as though the whole database is locked up. And after 1hr or sometime 2 hrs everything is back to normal without any intervention. if i intervene and i stop all my app services. i run sp_who and there are no connections to the database. I restart my application services and still have those 80040e31 errors come up ...Show All

  • Windows Forms BalloonTipShown, etc. events non-functional?

    I'm trying something quite simple, and I fail to get the BalloonTipShown event (or BalloonTipClicked or BalloonTipClosed).  Do I have to do something to enable these events, other than simply adding my handler to the event Here's the code, in short: m_NotifyIcon = new NotifyIcon(); (add a context menu, set visible = true, add an icon, add a double click handler) m_NotifyIcon.BalloonTipShown += delegate(object sender, EventArgs e) {                 balloonTipShown = true;             }; m_NotifyIcon.ShowB ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Want to learn game programming

    Hello, I am currently an intermediate visual basic .net programmer. I would like to learn how to make some games. I have also downloaded a directX SDK but I have no idea where to start. Also i seen that most games are made with C languages so i was going to learn one but not sure which to learn first(C/C++/C#) Any help and some tutorials are something to get me started would be greatly appreciated. Thanks, Korab I think since you are a vb.net programmer you could start programming games in vb.net with managed Directx. This way you get familiar with the whole 3d concept, when you know your way around you can look further. The DirectX SD ...Show All

  • Windows Forms myPropertyGrid.SelectedObject = myRemotedObject;

    As far as I can tell, it is not possible to select a remoted object into a PropertyGrid.  I don't know whether this is an actual bug or just a wish-list item, but I would really like to be able to do this.  (If this seems familiar, it's because I posted this to the general forum a few days ago, but got no replies.) I have& ...Show All

©2008 Software Development Network