geykel's Q&A profile
Windows Forms edit subitems of listview control using ATL/WTL
Hi all, I am new to Windows programming and i need some help regarding listview control. Can anyone tell me how to make subitems of listview control editable using ATL/WTL. i have seen some MFC articles on this topic but found it hard to make use of it for my purpose. ...Show All
Visual C++ ActiveX and MFC 8
Hi, I've written an ActiveX control in Visual Studio 2005 using C++ and MFC. My hope is to have this control hosted so that anybody who needs to use it can download it but I'm having a few issues. The main one is that this control is dependent on the MFC 8 libraries which, of course, most PCs don't yet have. The way I see it there are a couple of solutions. One is to build my control depending only on older versions of MFC but I have so far found no way of doing this. Another is to statically link to the MFC libraries but I'm not keen on this due to the potential size of my control. The other, most probable solution is to m ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Still using Visual C++ 6.0? Try Visual C++ Express Edition with DirectX!
This is just a short, friendly post to encourage all of you still using an 8 year old C++ compiler to consider using today's new release of Visual C++, including the free Visual C++ Express Edition! Why move away from Visual C++ 6.0 The list of improvements is extremely lengthy, even for the express edition, but here's a few key reasons for those of you writing DirectX-based software: 1) The latest SDKs no longer with with Visual C++ 6.0 2) The Express Edition is free, and includes the same complete, optimizing version of the C++ compiler that you get in the higher level versions of Visual Studio 2005. Read here ...Show All
Smart Device Development Bypass the Pocket PC Network Log On dialog box.
Is it possible to programmatically send the User Name, Password and Domain when doing network file IO functions I am creating an application that appends information to a text file located in a shared folder on our network and would rather not have the operator enter the information using the Pocket PC Network Log On dialog box. VB examples would be helpful. Thanks I dont know if this is supported in the .NET CF 2.0, I know it is for the full version in .NET 2.0, but have you tried the NetworkCredential class ...Show All
Visual Studio Team System "Couldn't get Configuration"
Our test project used to work but we broke something - now we get "Couldn't get Configuration" - not much point putting that one into google! A new solution and test project is fine but we'd like to fix our existing (fairly detailed) solution rather than rebuild it from scratch (and maybe have it happen again) Any ideas on this one would be great cheers Dave Hi guys, I got "Couldn't get Configuration" again when I added a new report project (SQL RS2005) - removed it again and all was OK again... HTH Dave ...Show All
Visual FoxPro Class Related Query
hi all, I m new to programming. Can i add methods or property to a object (e.g. Combo box) which is placed in a container class. Thank you >> addmethod What version of Visual FoxPro are you using I have never heard of any such method or function... ...Show All
SQL Server BCP not exporting the "{" or "}" characters
Hello, I am running a bcp command to export all data from one single table. One of the table field has the flower brackets at the begining and the end and the column is defined as of data type uniqueidentifier (length 16). The original command that I used is : c:\bcp dbo.Product out c:\product.csv -w -t"|" -r\n The ProdID column in Product table have values like : {3E116F82-5E52-4EF9-9A97-8756EA6E9A16} But in the out put file, the flower brackets are being omitted. So, I tried the following query : c:\bcp "Select ID,Name,"+'"{"+'+"convert(varchar(100),ProdID)"+'+"}"'+&quo ...Show All
Visual Studio Express Editions I need to count by ascii characters. Seems tricky!
Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next one over goes up one, and if another char doesn't exists, it is created. Okay, I need to do this but instead of doing it with numbers 0 - 9, I need to do it with 93 ascii characters! Ranging from chr ...Show All
Windows Live Developer Forums 10,000 Search Query Limit
What happens if I go over 10,000 search queries per day Do I have an option to purchase additional queries Thank you ...Show All
Visual Basic ? difference between: Me, MyBase and Parent
I don t know what the difference is between these three items: me, Mybase, parent When do we use each of them. Also is the quivalent of this in C#: Me or MyBase Gracias Amigos:) Me is a reference to the current object. Often optional to use, but helps clarify your code when accessing methods and properties with objects with similar names. MyBase is a reference to the base object: the current object may have inherited from a base object. Used when you explicitly want to access a property or method of the base class. Parent is the 'owner' or container of a control or form (Graphical controls) and is not relevant to a ...Show All
Software Development for Windows Vista Problems with SendInput. It's not working?
Hi guys, To use SendInput I need to use the INPUT structure. When I use the INPUT structure then compiler complains that INPUT is unknown. INPUT is also not displayed in the drop down Intellisense list box on pressing ctrl+spacebar. Can somebody help. keyb_event works fine. But why INPUT is not being identified. It happened on VS6. OS - Win2000. But the INPUT structure is working in WindowsXP! You don't understand! This is a compile guard. You have to define it to enable specific features for the OS. It has nothing to do with the OS were your program is running. Read this: http://msdn.microsoft.com/library/default.asp url=/li ...Show All
.NET Development load 1 record into a variable
hello all i'm quite new to vb.net i'm trying to use the online help suggestion that's supposed to load a specific table row into a variable: Dim Lnrow As paraohDataSet.LoansRow Lnrow = ParaohDataSet.Loans.FindBylID(5) (5-an existing key in my table) trying to use it to reach any value, like using this line: LID.Text = Lnrow.lID causes an error : "Object reference not set to an instance of an object." since that's exactly as it is in help, i cant find where i do wrong please help thanx Erez. I was experiencing the same problems, so I experimented and found that the code below w ...Show All
Visual Studio Team System Active Directory mode
Is the requirement around Active Directory mode just for the AD that the servers are members of My tfssetup account is in a trusted AD and I'm wondering if that could have an impact on our testing. In general, our test servers are in a semi-isolated AD and user accounts (developers, testers, etc) are in the trusted AD. Has this (or a similar configuration) been tested I am working with TFS in a similar environment and am able to connect to the server from the other domain. When connecting to the server you get a nice logon box where you can provide the credentials that you need in the trusted domain. Up until now (working ...Show All
Windows Forms what is "Interop.SIGPLUSLib"?
like subject. I have a program,refrece it!But I don't know how to use it! ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {14272504-E2BE-4976-A47C-7AEE1711C690} is either not valid or not registered. What's the Exception Text How do I solve it oh ,thanks! I find it,it's a screen catch software,he provide a 3thd&nbs ...Show All
Visual Basic How to display images in datagrid cells
Hi everyone, I'm just looking for a way to display JPEG images in datagrid cells. The datagrid has two columns, the first one is the name of the image and the second column would be the actural image. All images is on local machine, say "C:\temp\image01.jpg".... Thanks for your help. I know I might need to use DataGridColumnStyle Class, but could someone give me sample code ...Show All
