Inquirer's Q&A profile
Windows Forms AxDSOFramer.AxFramerControl
I am hosting an Excel spreadsheet in an instance of the AxDSOFramer.AxFramerControl object. There are properties to turn the menus, toolbar, and status bar on and off. However, there is no apparent way to control which menus are shown. If the Toolbars property is set to false, the Web Toolbar is shown. If it is set to true, the web, standard, and another toolbar are shown. Is there a way to control which toolbars are displayed Here is the code s ...Show All
.NET Development Debugging Windows Services
I am having trouble debugging my windows services. I have it started through services and attached it as a process from the debug menu. Once I am in the debug mode I cannot step into the code using breakpoints. When I do a mouse over my breakpoints it says "The breakpoint will not currently be hit. No executable code is currently loaded at this location." Pls help. Thanks Are you sure that there is code to be executed by the time ...Show All
Smart Device Development Can .Net call an eMbedded Dll?
Can a VB.Net v2005 application use a dll created with eMbedded Visual C++ 3.0 Thanks Daniel, the response you gave was right on target! The dlls do not run on the Pocket PC Second Edition and I hoped for a COM interopt type solution. Thank You! ARMY/Navy/USMC ...Show All
Visual Studio Express Editions Unable to deselect text in the IDE text editor
When I select text in the editor and then want to deselect it, the selection won't go away. The selection is supposed to go away when I click anywhere in the window but all it does is move the end of the selection to the cursor position. Double clicking and pressing Esc don't work either. The only way I've found to deselect text is to close the window. What setting to I need to use to be able to deselect text That is strange, I just tried ...Show All
Visual Studio Express Editions How can I kill Selected process ?
Hello, this code get a list of runing processes : Process [] pArry = Process .GetProcesses(); foreach ( Process p in pArry) { string s = p.ProcessName; s = s.ToLower(); listBox1.Items.Add(p.ProcessName); } so how can I kill the selected processName from listBox1 Best Regards Try something like- Lets say the user clicked a listbox item and you get the name of the process.Lets say it is selecte ...Show All
Windows Forms DataGridView and Threads Problem
Hi, I got a DataSet Table getting filled with data from a source of different threads. I have a problem where I view this Table in a DataGridView and my app freezes. If I execute the app in debugging mode in the IDE it works with out problems. Basically what I want is to be able to view and edit this dataset from the DataGridView while threads fill the table with data. I was thinking I probably have to use Invoke() on the DataGridView but I ju ...Show All
Visual Studio Express Editions When should companies NOT use Express editions?
Most of the web development where I work is Oracle-based. I love the price and features of the VWD product, but I have concerns that I'll get in the middle of a big project or real-time support activity and find out that I really needed VS2005 Standard or Professional all along. Are there situations where you should avoid Express editions and go directly to the Standard or Professional versions You can use o ...Show All
Visual C# question about retrieve single selected date in MonthCalendar
hi, i am new to c#, in my project, when a date on the monthcalendar is selected, i want to catch the date for future use (e.g. retrieve all the bookings on that date from db). i have read some articles about this, now i can call "SelectionRange.start.ToString(); " to get the starting date and call "SelectionRange.end.ToString(); " to get the ending date. what about a single date selected i tried "SelectionRange.start.ToString(); " and "Sel ...Show All
Visual Studio How to conditionally hide a TextBox on a Report, shifting the rest of the contents up?
Hello, I have basic, local reporting working very well in my Windows Forms application via ReportParameters. On my report, I have a TextBox, the value of which is bound to a parameter. It is possible that this value can be empty (or null, if you wish). If this is the case, then I do not want the TextBox to appear at all. Specifically, I want it to shrink and I'd like all of the other controls (also TextBoxes) beneath it to shift "up". It's basic ...Show All
Smart Device Development Updated images for Windows Mobile 5?
Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank I agree. I would like some sort of information on new downloads or when the updates will become available! ...Show All
.NET Development Transmission proble between tableadapter and Access database
I create for experiment, in Access, a very little database (calles "BD11") with only one table called "essai" (="try" in french) with only three fields : 1 autoincrement field, ans 2 text fields. And there is one row (line) of data in table, writen directly in Access. In VsSstudio 2005, I create a form, I connect the database, and I drag and drop the table on the form. VsStudio create for me a BD11da ...Show All
Visual Studio 2008 (Pre-release) ImageSource as a Resource
Hey guys, I wanted to store an image as a resource. Under the Feb 2006 I had this: <ImageSource x:Key="Image_RedBall">pack://application:,,,/Images/bullet_ball_glass_red.png</ImageSource> Which worked fine. I could then use "{StaticResource Image_RedBall}" in any property that needed an image source. However in the WinFX Beta2, this XAML snippet does not work (there's no public constructor blah blah blah). How wo ...Show All
SQL Server SQL Server 2005 Developer Edition and SQL Server 2005 Express Edition on same machine?
I am currently downloading the mega-sized files for SQL Server 2005 Express Edition and was wondering if I was going to be able to install it onto my workstation alongside the SQL Server 2005 Developer Edition Was hoping someone could advise. I did browse for an answer, but have not come across it yet. I know I'll find out once my download is complete, but that could be awhile :) Thanks, -Neil Well, I downloaded SQL Server 2005 Expr ...Show All
Windows Forms Is this Bug???
Hello~~ I tried to execute the method by function key in the keydown event of the form. 1. in the Form : KeyPreview = true 2. Form KeyPress event : e.Handled = true; 3. Form KeyDown event : MessageBox.Show("keydown event"); At first, after the  ...Show All
Visual Studio Team System More Warehouse problems
After a TFS rebuild I am no longer able to process the OLAP cube. Initially TFS (and SQL) was built on a server with Australian regional settings. However the rebuild was done on a server that had default US regional settings. I have since changed the default collation for the database server back to the Australian collation (to fix errors in comparing and merging files). The warehouse is still not working though. I ...Show All
