derf1934's Q&A profile
Windows Forms Developing a Keyboard component
I've developed a little HTML keyboard for typing Greek in Unicode (<A href=http://dev.basictheology.com/greekkeyboard.aspx>http://dev.basictheology.com/greekkeyboard.aspx</a>) and I'd like convert this to a WindowForms app. I don't really know where to start on drawing out the keyboard and creating dynamic buttons. I understand how to code the underlying parts, but I'd appreciate so ...Show All
Visual Studio Express Editions Redistributable Compiler for Visual Studio Pro 2005
Hello new people. Obviously I'm new. I am currently in development of my own game rendering engine. I want call code that the user creates to be compiled to a Dynamic Link Library without them having VC++. Then have an exe compiled to run the Link Library. My question to you is this, in VS 2005 Pro is there stuff for you to include the compiler and run with your own application. Sincerely a new person to Microsoft Forums, Gho5tFac3 Are you writing managed code the compiler is included with the .NET SDK. It is free but size is 350MB http://www.microsoft.com/downloads/details.aspx familyid=fe6f2099-b7b4-4f ...Show All
Windows Forms How can I seach a Dataform without using the position property
I created a dataform. I want to make a record "CURRENT" with using the "POSTION" property. I want to make a record "Current" based on some dynamic value. Is there a way to SEARCH this collection for a particular value You can find the row you want using a dataview on the table in question. Either create one&nbs ...Show All
.NET Development .net 2.0 instable?
After converting web app to .Net 2.0, once in few hours it dies. I've seen people having same problem with different apps on .Net 2.0, web and winforms, and haven't seen one yet saying the problem solved or at least understood. I'm trying to narrow it down from event log entry. Can anybody help on P7 and P8 values I was not able to find any info. Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 5000 Date: 11/30/2005 Time: 8:35:13 AM User: N/A Computer: DAWWEB2 Description: EventType clr20r3, P1 aspnet_wp.exe, P2 2.0.50727.42, P3 4333 ...Show All
Visual C++ need help in string in MFC
I'm starting to learn MFC with visual studio 2005. I've got a little problem. I posted this on CodeGuru but the answers are not satisfiable. I'm also not using ATL. I specified " not using ATL" and "use MFC in a shared DLL" in the project properties. In a dialog button OK, I added an event handler like this: void CHelloDialogDlg::OnBnClickedOk() { // TODO: Add your control notification handler code here AfxMessageBox("abcde"); OnOK(); } it won't compile. The error is: error C2665: 'AfxMessageBox' : none of the 2 overloads could convert all the argument types When I change to this: void CHelloDial ...Show All
Visual Basic Function parameter passing and objects
What is best practice for passing objects as parameters to a function I have a class that receives two objects which will be used for calculations. These objects are going to be used throughout the class so what I had done is instantiate two class objects of the same type and set them equal to the ones being received from the function 'Declaration dim InternalTotoObj as TotoObj dim InternalTotiObj as TotiObj function SomeName (curObj1 as TotoObj, curObj2 as TotiObj) as AnotherObject internalTotoObj = CurObj1 intervalTotiObj = CurObj2 'Some calculations return AnotherObject end function The problem is see with u ...Show All
.NET Development Appending from file to file
Hi, Im having a lil problem with 2 xml files. Im trying to append from file to file with C#. One xml file is on my pc, the other one is on the server. The xml file on the server gets input for appointments. They look like this: [code] < xml version="1.0" standalone="yes" > <Agenda> <Appointment> <Id> 1 </Id> <Date> 20060604 </Date> <Time> 120000 </Time> <Subject> whatever </Subject> <Description> fffffffffffffffff </Description> <Place> testt </Place> <Modtime> 182204 </Modtime> </Appointment> <Appointment> <Id> 2 & ...Show All
Visual Studio Team System Microsoft Solutions Framework: A Pocket Guide - Recommendations?
Does anyone recommend reading this book Microsoft Solutions Framework: A Pocket Guide http://www.amazon.com/exec/obidos/tg/detail/-/9077212167/qid=1123079139/sr=8-2/ref=pd_bbs_2/103-0091651-7011831 v=glance&s=books&n=507846 I have/read both pocket guides (MSF and MOF). My opinions about MSF Pocket Guide: - useful just as reference – they do not go far from white papers - as Bindiah said MSF v3 is covered ...Show All
Visual C++ Help Finding a Setting
In VC++ 6.0 you could add a dll's lib file by going to project/settings/link and add the DLL's LIB file to the Object/library modules field. How do you accomplish this in MS Visual Studio 2005 Hello: Project Settings are now managed via Property Pages. Right Click on the project in the solution view and select "Properties", or select the project in the Project->Properties Menu. This will bring up the property page for the project in question. Select the appropriate configuration and platform. Expand "Configuration Properties", then "Linker" in the tree control on the left. Select "Input" and add your ...Show All
Visual Studio Soultion Explorer and Microsoft.VisualStudio.Package.Project sources
Hi I have a managed VSPackage that was using the Microsoft.VisualStudio.Package.Project.dll to implement the project hierarchy. I have created an assembly from the source code that was distributed with the October VS SDK and am having trouble with my project not expanding in the Solution explorer. When I look at the DTE object and pull out the project object I can see under the projectItems that all of my source files have been added from the template files OK. When I try to expand the project in the Solution e ...Show All
Visual Basic VS 2003 Enterprise IDE is a hog...help!
Hi. This Visual Studio IDE thingy... I've been using Enterprise 2003 it for about 2.5 (2.548577763 lol ) years now. It's a CPU and mem hog and I need to know how to control it of fix it. My Solution file contains 5 enterprize template sections with about a total of 15 projects. My CPU is 3. Ghz with 1 GB ram (Dell GX270) The hog part : CPU usually around 98-99 % most of the time Memory usage keeps climping. In the time that I've written this much, the page faults have increased by 3 million (yes, Million) I have minimized the about of intelisense, and dynamic help, but also closed those tool windows when not needed. Here's what I usua ...Show All
Software Development for Windows Vista World Clock
A file is missing in the C:\Program Files\Windows Sidebar\Gadgets\worldClock.Gadget\Images\SMALL_sidebar_clock\day2night_transparency_small folder. If we are 15 o'clock to 15:29 the file : 0150.png is not found. Creating it correct the bug You can submit feedback/file bugs by clicking the Feedback link on the desktop. This forum is for discussing Windows Vista UI programming. ...Show All
Visual Studio Express Editions ListView sorting question
Hi I have a ListView control called HSlist on a form which has 3 columns. The adding data seems to work OK, but the sorting is weird to say the least. Initially, I thought that the list would be sorted on the contents in the first column, so I added to the ListView with the Item containing the data that I wanted the list to be sorted on (numerical). Then I found that the list was being sorted on the second column (strings), so I swapped the adding routine so that the numerical data was now in the second column - the list now was being sorted on the first column (strings). What I want, is either to be able to dictate which column the ...Show All
.NET Development WSE3 Kerberos Security
Hello, I'm writing an application using WSE3. The messaging is great. I have tried to secure my web-servie using KerbrosSecurity. I having difficulty with this: The OS i'm running on is Windows XP SP2. I have configured both the client and the service to use policies which use Kerberos. When the request (contain the kerberos encryption and sign) reach the service, the service thorw an "invalid token exception: bad username or password". I have tried to add "Act as part of operating system" in the local security policy and everything. The only thing that seem to work is running setspn.exe utility. I'm running inside a domain (single domain). ...Show All
Visual Basic TypeOf with Generics
Before generics I could use (TypeOf myObject Is MyClass) or (TypeOf myObject Is IMyInterface) to determine whether an object is a certain class or interface type. But, now if myObject is a generic then that technique does not work because the generic could be a structure. So, I'm searching for the best (i.e., fastest) way to perform the above tests when using generics. Using (TypeOf CObj(myObject) Is MyClass) is the first thing that comes to mind, but is there a better way For example, is it possible to specify that a generic is a reference type Thanks for any help. Lance ...Show All
