Oin Zea's Q&A profile
Visual FoxPro report preview form problem
I posted a post related to some problem with memo fields in reports. What I've done so far was to create an intermediate table, a workbench with a single field of a character string length 95. When I need to preview or print a memo field I first format it and place every word sequentially in records of that table. It required a bit of coding but now it seems to work. In any event, the problem I am about to inquire is not related to it at all. ...Show All
SQL Server Database Mirroring Monitor
Hi there! I've some trouble with monitoring a database mirroring session. I am testing a lot configuration possiblities, and i use the database mirroring monitor to view the mirroring states. But in some (most) of my configurations, i only get following informations in the database mirroring monitor: Oldest unsend transaction, Unrestored Log, Current Restore rate and the Witness Adress. I am working in High safety mode with automatic fa ...Show All
Windows Live Developer Forums Submit an App - Get the Windows Live Messenger Beta!
Would you like early access to the Windows Live Messenger Beta Starting today, November 8 th and running thru 9:00am PST on Monday, November 14 th The first 5 people to submit Activity Apps to the Worlds Best App contest and successfully pass compliance checking will receive an immediate invitation to the Windows Live Messenger Beta! Be one of the first people in the world outside of Microsoft to run with the next version of Windows ...Show All
Visual Studio Express Editions GDI+ Mapping Question
I would like to map world coordinates to device coordinates, but I'm a little unsure on how to do it. Suppose I have world extents of (100,100 - 1000,1000) and device extents of (20,20 - 300,300). Page extents are in pixels and identical to device extents. Can someone give me a clue on how to do this. Thanks hi, i'm not sure what do you mean by that , what i know about this is that you don't have cont ...Show All
Windows Forms Setting back color for status bar control
Hello, I am new to winforms development. I would like modify the back color for the statusbar control to hilite the error status. I did not find a way to do this. Can someone suggest me how to dothis. Thanks PG ...Show All
SQL Server SSIS Parent/Child Package variable passing
Hi I have having trouble getting my hands around how to retrieve variables from a parent package. I read about the Environment variables and Configuration File at the parent package level and the Parent Package variable at the child level. Here are my questions: 1. Can you only store/retrieve 1 variable in a config file at a time 2. Does the child package have to define the variables and if so, do they have to be the same names as th ...Show All
.NET Development Hashtable -> memory limit?
Hi, I'm running into an odd problem here... I want to store a lot of data into a Hashtable, however whener my system hits about 980MB of memory consumption I'm getting out of memory exceptions. However, my systems has 2GB of RAM so there's still about 1GB free. Any ideas why this could be the case Thanks Chris, 32 Gb was a typo :) Last time I checked on workstation in v1 32mb was the size. Not that the nu ...Show All
Windows Forms Call method on owner form
I have a form that uses showdialog to display a smaller form. So Form1 opens Form2. When a user edits the data in Form2 and clicks 'Save', I want to refresh a small section of Form1 that is based on the data edited in Form ...Show All
Visual C# Deploying C# App. Using a Third-Party Installer
What/where do I check to see that my .NET prerequisites are installed I'll be using a 3rd party installation program, as clickonce is too limiting for what I need in this particular project. But, I will be distributing the prerequisites on the install CD so my users won't have to d/l it. The prerequisites that I need to check are: .NET Framework 2.0 Windows Installer 3.1 SQL Server 2005 Express Edition Thanks for the help! Hi there, y ...Show All
Visual Basic date format
i am having trouble comparing dates, 1 is pulled from Outlook [Duedate] which is in the format mm/dd/yyyy and the other is todays date which is in the format mm/dd/yyyy when I display it in a message box, however I get the message type mismatch or the value in the condition is not valid Set myItems = myTasks.Restrict("[DueDate] > todaysDate") You should post the full error message, and the cod ...Show All
Visual C# Win32 Heaps keeps on Growing
Hi Guys, We've written a Service Application for importing data into our system. It appears that we have a memory leak since the applications grows and grows and grows until it crashes ( OutOfMemoryException ). Using .NET Memory Profiler 2.6 I found that the Win32 heaps seems to be the culprit. Does any one have any Idea what could be causing this issue I assume you already have been montiring ...Show All
Visual Studio Custom Editor
I am currently trying to integrate a custom editor (for an in house scripting language) within visual studio. The editor itself has been build as a seperate windows application. However, i wanted to convert it into a VSPackage. I have read whatever is available in the VSIP sdk, but that's not much! I have also looked into the basic edit sample (provided with the VSIP sdk), but i somehow feel that it might not be the best way of getting things do ...Show All
Visual Studio sourcesafe
Currently looking to buy vs2005 upgrade(from 6), what it the average cost for this I'm not sure if this is the answer you're looking for, but the Upgrade version of the VSS license costs around 225$ (or less than 279$ anyway) http://www.amazon.com/exec/obidos/tg/detail/-/B000BT5596/qid%3D1138707841/sr%3D11-1/ref%3Dsr%5F11%5F1/002-5067974-1369649 v=glance&s=merchant&n=1064952&m=A3T4TT2Z381HKD Alin ...Show All
Visual Studio Add a project template in Package.
I am trying to create a user experience for creating custom workflows inside VS as a custom package. The behavior would essentially be the same as a workflow project, but I'd want to limit the types of activities available in the toolbox, and probably change the properties and commands. Certainly add menu commands. I'd need a custom project template and maybe some custom project item templates as well. The template I probably can create wi ...Show All
Visual C# Thread problem
Hi.. I created a thread to watch for closing a window... i make a loop for watching the process that have a Main window..and when a windows closes to do something Anyway my problem is that my CPU goes nuts.. from 3% goes to 90 100% and i gived to someone else and sad that is working fine.. And my CPU is a INTEL Pentium 4 3.2 Ghz and i Have 1Gb Ram.. the hardware shouldn`t be a problem Hmm... what's that thread doing in fact while (wind ...Show All
