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

Software Development Network >> Kinjal Patel's Q&A profile

Kinjal Patel

Member List

darien_specter
wwward
Ed Graham
jms04081974
Alok Goyal
ebaklund
RSDuren
turbofart
Colin Osbaldeston
Nick Lenting
Graeme Williams
J-Gaming
Aravinth
Barry Crawford
Erb_kappa
DougS
Genady Beryozkin
trec
koosha
NathanINTJ
Only Title

Kinjal Patel's Q&A profile

  • Visual C++ Gettin started with Visual C++

    hi, i have one question: When i want to make a Visual C++ project in Visual Studio 2005 is it enough only to open new project and for Name and Solution tabs write Win32 because i cant' find this template normally in "Businnes Intelligence Projects" nor "Visual Studio Projects" , or if there's an other way to start please tell me. thanx ;)  What you need to do is to go to new project as you indicated and pick win32. Ente ...Show All

  • Windows Forms Accessing relationships using Dataset

    Hi, I have two tables, Services and NoveltyOptions.  Services.ServiceID is a PK and is used as FK as NoveltyOptions.ServiceID Some of the fields in NoveltyOptions table are: ServiceId, NoveltyName etc. and SErvicetable are ServiceId, ServiceName Can I access NoveltyOptions table usi ...Show All

  • SQL Server Update of text collumn

    In a batch job , I use the following (pseudo)sql for updating of a col text column - basically a search of char1 and replace it with char2 - ---------------------- declare @i as int select @i = count(*) from <table> where <col> like '%char1%' WHILE (@i > 0) BEGIN DECLARE @textptr BINARY(16), @patIndex INT, @patLength INT , @str varchar(10) SET @patLength = DATALENGTH('char1') set @str = char2 textUpdateLoop: SELECT TOP 1 @tex ...Show All

  • Windows Live Developer Forums Worlds Best App Contest Winners

    It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suit ...Show All

  • Windows Forms Sub Main declared twice?

    I have a Windows Forms application I'm trying to starup with a startup class.  Here's the signature of my main in the class: <STAThread()> Public Shared Sub Main() I have application framework disabled, but when I compile I get: 'Sub Main' is declared more than once in 'Foo': Foo.My.MyApplication.Main(Args() As String), Foo.Main.Main() The app was originally running with a Startup form, but I'm trying to move to starting from ...Show All

  • Windows Forms GDI+ Text spacing issue

    Ive had this problem with GDI+ for as long as I started with GDI+. When I draw text, especially long strings of text, the characters get closer and closer to one another. Now I know this is something that is rather well known, but is there any nice way of fixing it I've tried to change the text drawing mode, but that made the fonts look horrible (although it did fix the squashing up of the text). It really screws up alot of stuff, not ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. download sdk

    where can i download the directX sdk I've looked all over the Microsoft site and all i can find are updates. This is really fusterating thanks. I'm new to game dev. In order to simplify things, you can always visit http://msdn.com/directx/sdk and it will point you to the most-recent SDK.  In the future, you should use the full-qualified URL like Daniel used, as it it guaranteed to be an obsolete URL within ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. drawing a colored, transformed quad not working as expected

    So I just switched over to Managed DirectX For .Net 2.0, and since I can no longer draw an array of verticies, I've been playing with Generic.GraphicsBuffer(Of CustomVertex.TransformedColored). It gave me this odd shape with only 4 verticies specified: Screen Shot. The white is not part of my app, the quad should have been at location 100,100 with size 100,100... which looks right.  Any ideas on why the one face is reaching up to 0,0 ...Show All

  • Visual Studio Stack walking using the new DIA SDK

    I’m trying to provide myself a call stack dump whenever my code causes an exception, and I want to use the DIA SDK rather than ImageHlp API. Ie I want to see the callstack when my program crashes, rather like the callstack is shown in VisualStudio, except I’m not using an out of process debugger – I want to do this in my own app. The DIA SDK provides some COM interfaces to support what I want to do, but unfortunately there is no d ...Show All

  • Windows Forms Adding Record to Details Table

    Hello, I have a form showing information from two tables which are related one-to-many as Master-Detail records (as in Customer-Order relationship).  Information is shown in two DataGridView controls, bound to the underlying database tables via BindingSources by dragging & dropping in Visual Studio. I wish to write some code which adds the first Detail record to the database whenever a new Master record is created.  Can ...Show All

  • Visual C# Row Filter

    I wanna filter a dataview. The column which is used is password and the string contains ' sign. That's the problem. For example: [DataViewName].RowFilter = "'I ' mVerygOOd'" The ' makes ana error. What can I do That doesn't work or I have missunderstood. I tried it so: The password was c#'llCOMESOoN I typed c#\\'llCOMESOoN And got the error again! ...Show All

  • Windows Forms DataGridView leaks due to insuficent ToolTip cleanup

    We have a control in our application that derives from the DataGridView control. I've spent all day tracking down leaks in our app using the SciTech profiler. I believe that I have found a leak in the DataGridView that occurs through the internal DataGridViewToolTip class. When the grid is setup to use tooltips and the first one is activated the underlying ToolTip coomponent is created and part of that initialisation is to figure out what ...Show All

  • Windows Forms DataGridView combobox

    Hi, How do I get the SelectedIndexChanged event for a combobox in a DataGridview combobox column Thanks Brian G I got the instance of the datagridview's EditingControl. Its a combobox. Then, I added some items to the combobox. But when I ed ...Show All

  • Software Development for Windows Vista Access violation errors

    Hi.   I'm trying to make a DirectShow app in C++. I'm using Visual Studio 2005 Express, and I don't want to use .NET for various uninteresting reasons. I can get programmes to compile fine, but every time I try to run them it comes up with access violation errors. I feel sure there's something fairly simple and probably fairly obvious I'm doing wrong, but I really don't know where to start figuring out what that thing is. In ...Show All

  • Visual Studio Express Editions question

    Hi, What are a few .Net data structures let you manipulate several objects of data through a single variable name Name at least 1 in both the System.Collections namespace and System.Data namespace. How do you choose when to use one of these, or an Array for example Thanks in advance Class/homework question eh You may want to examine the System.Collections and System.Data namespace's documentation online or in the IDE... from it you'll ...Show All

©2008 Software Development Network

powered by phorum