Roberto Venturelli's Q&A profile
Visual FoxPro SELECT - SQL executed partically
I have 11,000 directories in my machine on one partition only (C:). In order to expedite search for file I need (I found MS search engine too slow) I scan all directories once in 10 days and create a table with directory shorthands and a field where extensions of the files located there are stored. Some directories have too many various types of files and I use a memo field to store extensions for them. Thus the primary field has 80 char length but there is a logical field "overflows" that signals the fact that that the memo field should be looked into. The trouble is: my SELECT statement ignores the memo field as I just found out. ...Show All
Software Development for Windows Vista hosting WWF inside a Com+ application
Hi! We are thinking about hositng the WWF runtime in a Com+ ServiceComponent, but first I would like to read you thougths about this, possible issues, or if is even possible. thanks a lot! Hi! Thank you very much for your response We have dicarded the Com+ option and I'm focusing on the Windows Service with MSMQ and correlating messages for synchronously functionality ... wich is good and It seems to be recommended in other threads in this forum... About WCF and Indigo, we will be researching in the comming months that option, but for the current project (it’s a medium size distribuited project) we will be using current techno ...Show All
.NET Development Dispose and Application Lifetime Objects
Hello, I have a Windows Forms application. When the app first runs (Form_Load) I create some disposable objects that will be used throughout the lifetime of the applicaiton (eg. a GDI Brush, SqlConnection etc). Do I really need to call Dispose() on all of these objects when the application closes, or will Dispose be called automatically for such objects when the app closes In other words, can I instantiate a disposable object when my app first runs, and not worry about disposing it when the app closes What about if my application terminates due to an exception Many thanks for your advice. Ben Ben, As Pete ...Show All
Windows Live Developer Forums HELP!!!! ME PLEASE!!!!
I am getting really annoyed with my msn messenger. I can't sign in and i don't no how to fix it. like i put my e-mail address in and my password and then it goes straight onto we can not sign u in at the mo click troubleshooter and then i click trouble shooter and everything is fine and they can't find any thing wrong!!! What do i do ! ! I know my password is right coz i go to www.hotmail.com to check my e-mails. please help me if u have any ideas to help me it would be much appreciated. Thanks! The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, an ...Show All
Windows Forms Databinding 101 question
Hello, Frustrated by what seems like a simple issue. I am using a datagrid to allow users to navigate records, but the data is edited in some text boxes on the same form. However when I set the databindings the text boxes do not go to the selected record in the datagrid control. I know they should be bound to the same binding context&nb ...Show All
Visual Studio VB6/VSS Questions
I have just moved into a position in which my office is trying to integrate VSS into their development process and we are having a lot of difficulty in trying to accomplish this. Essentially they have deveopled multiple VB 6.0 projects which share multiple objects but we cannot get VSS to see these as shared objects. For example: projecta.vbp includes folders "Forms", "Modules", "Class" and "Designers" which each contain multiple files like "Forms/frmCalandar.frm" projectb.vbp also includes folders "Forms", "Modules", "Class", and "Designers" ect and includes the file "Forms/frmCalandar.frm" Both projects carry shared objects from "Forms", " ...Show All
Visual Studio Express Editions Thank you for re... VB express 2005
I have recieved the mail with thank's for registering etc. But I want to use the link "regestration benefit portal" and it doesnot work. hi, it doesn't work instantly like that , give it a day or two and try the link again , it will work hope this helps ...Show All
Software Development for Windows Vista Does Dec CTP have updated Ink analysis?
Does the Dec CTP of the Windows SDK include the pieces that were in the Mobile and Tablet SDK In particular the new Ink Analysis APIs Yes, the new Ink Analysis APIs are included in the Dec CTP of the Windows SDK. Just look for "Microsoft Tablet PC Ink Analysis Managed Library" when adding a reference to your WinForms project. ...Show All
SQL Server deploying report models
Hi Friends I've quick question ,we have a .net application and we want develop a report builder utility for our end users.I found sql server's built in Report builder is very useful so i created a report model which is easy enough for our end users to select different data items to create their own reports. My questions is how can i deploy this from our production machine to client site what are the requirements etc., I have looked web for any references but in vain. Any help with this regard is much appreciated. Thank you Hi, This is what i came up with while searching for a way to create model programaticaly. Upload ...Show All
Visual Studio IVSMDCodeDomProvider Question...
I'm subtyping CS project I need IVSMDCodeDomProvider service, so I call IVSMDCodeDomProvider vsmdCodeDomProvider = ( IVSMDCodeDomProvider )package.GetVsService( typeof ( SVSMDCodeDomProvider )); which returns null/ What is wrong Hello, That service isn't a global service (how would it know if it should give you one for VB or C# or... ). You should be able to get to it from the project GetItemContext. Rusty ...Show All
Windows Forms Dynamic sized label
Hi - I'm a newbie so no flambé today please! I have a label on a form and I would like the label to be of fixed width, i.e. 200 pixels but I want the height to grow based on its word-wrapped contents. I want the height to be just the right size to hold all the text, but always 200 pixels in width. What's the easiest way&nb ...Show All
Visual Studio 2008 (Pre-release) Control Templates
Is there anyway to configure a control's control template from code I know XAML is suppose to be the way to do it. But it is really buggy and personally it is very frustrating modifiying the control's visual style from within XAML. Can anybody please help me. Thank you, Jaco Hi guys. Do it possible to use the control that inherited from window in xbap Any how to implement a custom control create in blend , without using dll Only xaml to xaml . 10x allot. ...Show All
Visual Studio Express Editions Help With Codeing
i was just wondering were to start I'm makeing a RPG game just a little help if i can get it Sincerly, Logan Looker I'm sure the answer is yes. There are somethings that will help us help you. If you can clearly articulate what you are asking specifically, that will be helpful. Also if there is a specific question, posting your code will help. I find that cutting and pasting it into Word and then this editor preserves both the colors from the editor and the indentation. ...Show All
SQL Server SQL table and column metadata
SQL table and column metadata Is there a way to add or update the column or table (using the extended properties) description metadata via T-SQL (from within a stored procedure) or via a program (such as VB.NET using ADO) These metadata properties are available via the SSMS interface: Columns via the Column Properties/Table Designer/Description Tables via the Table Properties/Extended Properties/[Extended Property Name] Thanks in advance, Mark Hi, look for sp_addextendedproperty procedure in the BOL. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual C# cant run first web service
Hi friends i created a small web sevice application (VS 2005 beta2). it has one class with only one web method that returns "hello world" i also created a asp page where i am calling abv method. my build went thru fine without any error but when running this solution it prompting me to enter login and password .even though i specified correct details finally i get "You are not authorized to view this page" any ideas. am running on win xp sp2 and IIS on my machine . Thanks ok i fixed it myself i went to IIS selected my website and properties and gave rights to my login. now everything ok as i expected. ...Show All
