sldr's Q&A profile
Windows Forms Imports System.Web.Mail error
I am trying to add a reference to System.Web.Mail in VB.NET application and getting an error saying Namespace or type 'Mail' for the Imports 'System.Web.Mail' cannot be found. How can I fix it or it is only accessible in ASP.NET application Thanks Silly mistake ;-) didn’t add the actually reference via Project...Add Reference menu ...Show All
Visual Basic Future of Visual Basic in India
Visual Basic 6 is still alive and kicking in India despite the emerger of Visual Studio.Net. I think it will take atleast two more years for Visual Basic 6.0 to be completely flushed out of india. I think pockets of VB6 will remain all over, not just India, as some systems will simply never be upgraded. ...Show All
Windows Forms TabControl question...
just a thought ..but is there any to make individual tabpages use windows XP style icons [32bit with 8bit alpha] ..a couple of my developers are wanting to use the new style icons on a tab control and i don't really want to write a custom tabcontrol just to add support for the icons...any thoughts Yes, you are correct, this is& ...Show All
SQL Server Major Problems with Calculated Fields
Is anyone else having problems with Calculated Members Everything was working fine with viewing the cubes in the browser, in Reporting Services, and via Pivot tables...but once I put in some simple calculated members (simple parallel period functions), query times are extremely slow, everything locks up,unexpected Visual Studio crashes occur...SSAS pretty much becomes unusable. Anyone with similar experiences You should see some performance improvements in SP1. In limited number of cases you can use NON_EMPTY_BEHAVIOR when defining you calculated member. You got to be careful with it for parallel ...Show All
Visual C# How to create a user Hatch style
Hello All Professional Any one have an experience of creating a user defined Hatch style in GDI+ . Is there any way to scale the line spacing ( pitch) of the existing Hatch style of GDI+. Your clear answer would be highly appreciated. Regards You can customize the texture (Image) itself using the Matrix, then load it on to your TexttureBrush for use, you can achieve similar effect as customized HatchBrush thatway, though it needs more code to do it. -chris ...Show All
.NET Development Filtering on special characters doesn't work
Hi Guys, I'm trying to filter on a message wich contains lots of special chars (tabs, enters, cr's, single quotes, brackets) . Sample below. I tried escaping by doubling the single quotes and escaping the other special chars between [] but it doesn't work. I tried almost any combination but it still doesn't work! Help anyone Thanks Bjorn ORA-06550: line 1, column 37: PLS-00302: component 'GET_TMP_USER_TABLE_CONTENT' must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored type: Oracle.DataAccess.Client.OracleException message: ORA-06550: line 1, column 37: PLS-00302: component 'GET_TMP_USER_TABL ...Show All
Visual Basic Datagrid row selection in 2005
I need the data out of a specific row when clicked or when I press the enter key (on that row). What is the process to do this in VB.net 2005 Thanks, Jeff V. Hi, You can get row data by accessing the DataGridView.CurrentRow property. If you get the cell values from the current row in the DataGridView's CellClick and KeyDown events then you can get the behavior you're looking for. Below is an example that uses a DataGridView named CustomersDataGridView. This example puts all the row data into a semicolon delimited string and displays it in a messagebox but it should be simple to modify it to do something more intere ...Show All
Visual C# Annoying Dialog
When opening custom projects an annoying dialog pops up saying: " Security Warning...." And then you have the option to either "Load project for Browsing" or "Load project normally", and then a checkbox "Show this dialog for sub projects" or something like that. Can anyone please tell me how I can disable the dialog Thank you. The easiest will be if I could send you a picture, but I am not able because this does not allow for it. Can I maybe email you a screenshot So that you can have better context of the problem ...Show All
Visual Basic Bluetooth Serial Ports
I am currently working on a software program in VB 2005 that requires input from several external sensors that are connected via Bluetooth RS-232 serial ports. I am upgrading from vb 2003 in which i used the MSComm control with no problems. However, in visual basic 2005, the my.computer.serialportnames function does not seem to be returning the correct names of the serialports. It will append various characters to the end of the com port name, for example "COM18c" or "COM18u". This code seems to work with standard serial ports. Also, I am also having problems with mutual authentication. After I add the new bluetooth de ...Show All
Smart Device Development .NET Compact Framework Version 2.0 SP1 Beta is now available
List of new features and bug fixes: http://blogs.msdn.com/netcfteam/archive/2006/04/21/580901.aspx Download location: http://www.microsoft.com/downloads/details.aspx familyid=6548dd53-a418-42d9-a481-19ba3ceca1a6&displaylang=en Finally! I've been holding off using CF2.0 because I need to support WinCE 4.2. I just installed VS2005 the CF2.0 SP1 Beta but now I'm not sure how to create a wince 4.2 project. The Smart Device project types (that I see) are PPC2003, Smartphone2003 and WinCE 5.0. Should I use one of those types or am I missing something Thanks in advance for your help, Chris ...Show All
Smart Device Development Deploy Failed
Hi Developers, I am trying to deploy my sms application on the phone , but cant do so . I get a error saying deploy failed . It was working fine for few runs before . I am building this in VC for smartphone 2003 Can any one help me with it 1>------ Deploy started: Project: SMS, Configuration: Debug Smartphone 2003 (ARMV4) ------ 1>Deployment and/or registration failed with error: 0x80070020. The process cannot access the file because it is being used by another process. 1> ========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== Thanks , Parag Which version of Visual Studio ...Show All
.NET Development connect to ibm
hi guys how can connect to os 400 with iseries access odbc driver i mean how can i open a connection and make a select query and close the connection thx once you make the connection to the database you should be able to program against it using SQL statements like you would if you were querying Access or SQL Server or Oracle. Whats you program written in ...Show All
Visual Studio 2008 (Pre-release) How to code not working?
I've installed the windows SDK Beta 2 and the Orcas Development tools and I made a new Winfx Application Using C# and I open up the documenation and find the How to: Create a Windows Presentation Foundation Application section and when i paste in the Xaml and add the 2 missing closing tags i get errors saying it can't finish the design and edit your xaml to fix it up again and i'm not excatly sure what to time as i havn't had much developer experince at all. here is the weblink for it and the code i tried to put in was the first code box http://windowssdk.msdn.microsoft.com/en-us/ms753309(VS.80 ...Show All
SQL Server ReportServer as a separate component
Can the ReportServer web services application be installed without installing SQL Server Let me explain a little further what I'm trying to do and if I need to take a different path, I'm open to suggestions. I am going to be using XML files for data input and RDL files to describe the reports themselves. That being said, I am not in need of a database of any kind (and don't want to be required to use one), but I want to take advantage of Microsoft's rendering capabilities. I have looked into the ReportViewer control, but that control doesn't support all of the rendering extensions that ReportServer does (mostly HTML). ...Show All
.NET Development How do I stop Firewall blocking my app?
Hello! How do I stop firewall blocking my app Mateusz I have a blog that has some C# classes that you can use to do this. http://blogs.msdn.com/joncole/archive/2005/12/06/500770.aspx The classes are basically just wrappers around COM objects that are already present on the machine. You can use the code I have in that blog or you can create a COM interop assembly (reference to a COM dll) using visual studio. Keep in mind that the code I posted is not 100% tested and so you should do some testing of your own to make sure it meets your reliability constraints. ...Show All
