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

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

zgueney

Member List

WaterworthC
manojgarg
rscp
Mai Lan
thePerm
Tony Zhang
MondeoST24
Eudaimonia
Olusola Abiodun
sh2
ComicSansMS
Digital_Rebel
Jose Fco Castano
Mark Skiba
Steve Adams
Wix
K-ERoL-K
S.
Masta_Splinta123
AdamS21
Only Title

zgueney's Q&A profile

  • Visual C++ Getting system date in unmanaged win32 console application

    I have an unmanaged win32 console application and I am trying to pull the system date (in order to get the current year, month, and day number). I am new to visual C++.net and have not been able to find a solution using the on-line documentation. Can anyone tell me how to do this in my code You can use the time function in the time.h file. For more info and/or example check: http://msdn.microsoft.com/library/def ...Show All

  • Windows Forms Resize Control

    How do I keep the control at a maximum of 32 * 32 pixels & no more/no less Any ideas The old MAPI control from the old VB 6 days was used to connect to Outllok Express... & send/receive mail etc. I was using&nbs ...Show All

  • Visual Studio Express Editions Windows system registry string problems.

    Hey all, I'm BRAND-NEW to Visual Basic, so please be gentle. I'm writing a small application which stores its values to the Windows Registry under HKEY_LOCAL_MACHINE. I can store True/False variables just fine, using code such as: My .Computer.Registry.SetValue(keySoftwareSettings, "DisableToolStripMenuItem.Enabled" , DisableToolStripMenuItem.Enabled) I can then retreive this variable upon load with: DisableToolStripM ...Show All

  • .NET Development Partial Classes not good OO design

    Does Microsoft even bother involving developers anymore in their process of developing new "features" I've spent about four hours with VS2005 now and can't believe the list of problematic improvements I've generated in that short time. Then I run across this partial class feature. What a pitiful idea. This isn't an object oriented concept at all - it's very much akin to using a preprocessor to insert code. The ability to " ...Show All

  • Visual Studio Express Editions Keyboard problem

    Hi ! I just tried Visual C# Express Beta 2, and I get some problems : - The GUID coldn't load (I solved it by removing some doubled assemblies in &windir&\assembly) - I can type letters on my keyboard, but it is'nt working properly : I can't delete code, insert new lines, go to the end of a line by ressing the 'end' key... Can someone help me for this Thx Yoann Sorry ! It works now... I didn't do anyth ...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 an ...Show All

  • Visual Studio overriding default designer functionality

    is it possible to override default designer functionality specifically, i want to change how the designer responds to double-clicking on events in the property editor. instead of placing the event handler into the codebeside, i want to place it into a different file. is this possible No, I would not recommend this.  At best, this is very difficult to do, if not impossible.  The designer loads "docdata" only for the immediate file ...Show All

  • Windows Forms Need help... GridView defaults to all records

    Hi everyone, I setup my data grid and I'm filling it using a dataset from code no (see below). I defined all my columns and pointed them to the database fields and it shows just fine in design time. However when I run it the columns are remapped by the dataset showing all the fields instead of the 5 I picked. I can't find anything like Auto Generate fields as in asp .net. If someone can help I would appreciate it. thanks -rjp Code: ...Show All

  • Visual Studio 2008 (Pre-release) The enforcing of the ordering of schematized data elements in B2

    In B1, it was alphabetical-dependent. I was told that there will be an @ order at the datamemberattribute in B2. Is this proceeding My take is also that: Do allow validation / checking of ordering of data elements to be turned-off in case performance takes a compromise. See my blog post for more: http://www.softwaremaker.net/blog/EnforcingOrderingOfDataElementsWhenReceivingMessagesInWCFIndigo.aspx This is proceeding... :-) As to the abili ...Show All

  • Visual Studio Tools for Office Outlook + .NET

    Hi all, I'm using Microsoft Office Outlook 2003. At the calender, I would be able to create new appointment by selecting the time schedule. Once I finished entering the appointment detail, how can I detect the event of "Save and Close" button What I am looking for is that, when I press on "save and close" button after filling up appointment detail, I want to launch another software to look at the data or something else. Do you think is possible ...Show All

  • Visual Basic Use Class Library as ActiveX DLL and registering it on the machine

    I have an application that can use plugins written in VB6 as ActiveX DLL's. Now I read that these can also be written in VB.NET 2005 by creating a Class Libary and selecting Register for COM Interop on the Compile tab in the project properties. When I created the ActiveX DLL in VB6 I had to use regsvr32 commando to register on the machine that was going to use it. When I create a Class Libary in VB.NET 2005 do I also need to register it Or pl ...Show All

  • Visual Basic Get Local Users Full Name

    Hi All I did post this in VB General but no-one can come up with a answer there so... How can I get the local users full logon name under VB.Net now i.e. John Smith as opposed to SmithJ There was a function for VB6 that would return this but under NET... There was no built-in function for user full name in VB6, whatever API you were using to get it should translate to .NET. ...Show All

  • Windows Forms Where does the source folder of my program, if I use "available Online&Offline"

    I find only path to shortcut in shortcut properties (in Start menu). Somewhere in C:\Documents and Settings\<User>\Local Settings\Apps ... you will see some  gibberish directory names  ... something like YD9G6HE7.G6Y ... you will find your application there. Why do you need to know the path Regards, Valentin ...Show All

  • Visual Studio 2008 (Pre-release) Docking Manager

    Hello. Is there something like docking manager in Avalon I mean the posibiliy of user to drag and dock controls like Properties or Solution Explorer in Visual Studio. Docking is a de-facto standard in desktop applications and it is really strange that neither Framework 2.0 nor Avalon offers the solution, isn't it Or are there any posibilities/suggestions to do it in Avalon Thanks. There is no built-in component to support drag ...Show All

  • Smart Device Development Missing assembly information in converted project

    This is a rather weird 'bug'. We upgraded a VS2003 Pocket PC project to VS2005. The conversion process didn't change AssemblyInfo.cs and when we go into the new Assembly Information screen in the project properties we see the settings as we set it. When we change it in that property screen, it does change in AssemblyInfo and vice versa. But when we build the project and have a look at the properties of the executable there is no version info ...Show All

©2008 Software Development Network

powered by phorum