Madhukar Bhalerao's Q&A profile
Windows Forms Combobox
I am very new for Windowsform.please help me. I haev a problem about 'Combobox'my code like this. Sub showFName()'FNaem is FullName conn.Open() Dim strsql As String strsql = "Sel ...Show All
Visual C++ VCBuild and custom target platform
Hi, Here is the point: I have a C/C++ project under Visual Studio and I want to add my own new target platform; This platform is very similar to Win32 in term of settings but I want to launch another compiler for C and C++ files and another linker for .obj. What's the complete process to do that How can i create a new target platform and reference it to Visual Studio How create custom task for VCBuild and reference it for Visual Studio ...Show All
Visual Basic global characters in vba
I am trying to Search for a character string in Excel cells. The first four letters are "CAPP" and it is followed by other insignificant characters. If those first four characters are found I will delete the entire row. Is there a way to use global characters such as "CAPP*" to locate this type of string Here is a code sample: If Range("A2").Value = "CAPP*" Then Selection.EntireRow. ...Show All
Smart Device Development COM interop in VS NET 2005
Hi all, I'm trying to develop a com object for windows mobile 2003 se/5.0 using Visual Studio net 2005 native c++. Is it possible to make the com object act like any .Net class in the code where i'm using it(managed code c#) Exemple : Native com objet called Object 1 that expose this : method : void method1() void method2() event : event1 And in c# i would like be able to instanciate object like and register his event and method. Object1 tem ...Show All
Visual Basic Reading registry keys with a name of (Default)
Trying to read a registry key that has a name and a value associated with it. However, the value name doesn't have a name, per say, but it does have a name of (Default). I hope I'm putting that in clear terms. Anyway, the following lines of code return a value of Nothing. Dim ReadValue As Object = My .Computer.Registry.GetValue _ ( " RegKeyName " , " (Default) " , Nothing ) 'Try to use "(Default)" ...Show All
.NET Development Default Values properties not working with a DataSet. Major Bug!!
I am new to SQL Server Express, but this I believe is a bug. When I create a new row with a dataset, the table columns 'Default Values' properties do not work. If I use the database tools to insert a new record; those 'Default Values' that are in the column properties do get transposed or inserted into the new row for that particlular column if there is no other imput. But... if I insert a new row with a dataset; NONE of those 'Default Values' a ...Show All
Software Development for Windows Vista WWF and Enterprise LIbrary
Is there any support/integration within WWF for enterprise library In particular activites for data access/persisting workflow state/interacting with sql Hi, In case you are interested in trying out the August CTP of the Enterprise Library then you can download from the following location: http://www.gotdotnet.com/codegallery/releases/viewuploads.aspx id=295a464a-6072-4e25-94e2-91be63527327 Regards, Vikram ...Show All
Visual C# how to send email to multiple email addresses
I am having a problem sending email to multiple email addresses using System.Net.Mail in C#. It works when there is only one email address like so: toEmail = "xxxx@someco.com"; toAlias = "emailalias"; MailAddress to = new MailAddress(toEmail, toAlias); But, would fail when there are more than one email separated by ";" delimiter. The email just will not go through: toEmail = "xxxx@someco.com; yyy@someco.com&quo ...Show All
Visual Studio How to display "ADD Webreference Dialog Box" programmitically
Hi, Can anybody please tell me how to display "ADD Webreference Dialog Box". We are trying to display it using "AddWebReferenceDlg" of Interface "IVSAddWebReferenceDlg" but Dialog box is not coming up. Can anybody please let me know if their is another method to display the dialog box. any example/Sample code wud be helpful. Thanx in advance. Regards Kiran ...Show All
Visual Basic addtional note
Hi, I have this form in VB6 that is pretty useful and I'm tryng to migrate it to VB2005. This form receive a query as parameter as well as arrays of width colums and aligments. The query fills a Grid, and, for each column, a TextBox is created and will be used as a filter. Each TextBox is set with the arrays of width and aligment. Since control arrays are no longer supported in VB2005, I'll probably use IList or Control Collection howev ...Show All
.NET Development where does ServiceController gain its authority to start and stop services?
OK, second time I'm posting this question... some a-hole thought it was off topic on the windows forms forum (so they just deleted it... how nice eh ). guess since its a Component and not quite a "control" its out of place... how lame. my question is about the service controller. I started looking at it today, but do not see anywhere that allows someone to specify "who" is controlling the services. Where does the service controller d ...Show All
SQL Server FOREACH Loop Container: Continue ?
With a ForEach container, configured to loop through files in a directory, if I have a problem with a file.. can I direct the loop to skip on to the next file I'm processing structured files, first record of each is some header info, body records are in the middle, and then the last record is a trailer containg a checksum So, for each file in the directory, I split the records into three raw files, one for header rec(s) , one for ...Show All
Smart Device Development Bluetooth sender name in WM5
Hi all, I have I mate JAMIN with WM5 windows which uses microsoft stack bluetooth, I am wondering if i can know the sender name like nokia phones without pairing This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quic ...Show All
Visual Studio Team System How can I access from VB6 to Team Server?
I have a lot of code developed in Visual Basic 6.0. For me is very dificult try to migrate all code to Visual Basic .NET 2003. I want to begin to use the visual team server, but my question is , how can I access from VB6 to the source code I uploaded to visual studio team server . In VB6 I don't expect to use any of the improvement in the new source control server. I don't want shelve, policy or other, the only thing I want is to be able to ...Show All
.NET Development Connecting to Progress Database from .Net
I would really appreciate if somebody could help me with this. When I try to make a dataConnection to Progress database using ODBC and System DSN, it works fine (I can see the tables and data) but if I hit the Test Connection it gives me an error Error [HY000][DataDirect][ODBC PROGRESS driver] Insufficient information to connect to the data source. Same thing happens while coding I I use the same connectstring to make a odbc connection it gives ...Show All
