Software Development Network Logo
  • SQL Server
  • VS Team System
  • Visual Basic
  • Visual J#
  • Windows Live
  • Game Technologies
  • Visual FoxPro
  • Visual Studio
  • Visual C#
  • Architecture
  • Windows Vista
  • Visual C++
  • Smart Device
  • .NET Development
  • Microsoft ISV

Software Development Network >> Lakshmi Kanth's Q&A profile

Lakshmi Kanth

Member List

SriniX
Maroller
Anwar Sadat
Zero_One
JLO19
Tony Steele
Anton Staykov
PaulJackson1999
Tom_R
Luca Dellamore - MS
Optikal
vatsal shah
nunodonato
Team Build
WineNCheese
Brian92fs
geoff p
E1234
Jonot2
Rhonda MC
Only Title

Lakshmi Kanth's Q&A profile

  • Visual C++ ftp question

    I am trying to write a simple method to download a few files from an ftp server but can't seem to figure out how exactly to use the FtpWebRequest Class or find any decent tutorial. Thanks Chrismanster wrote: I am trying to write a simple method to download a few files from an ftp server but can't seem to figure out how exactly to use the FtpWebRequest Class or find any decent tutorial. Thanks The MSDN page for this class gives examples in both C# and C++. Are you sure you went through those samples http://msdn2.microsoft.com/en-US/library/system.net.ftpwebrequest(VS.80).aspx ...Show All

  • Visual Studio Get pinned version of VSS through automation

    I have a script that searches through a release branch of our software, and detects the difference from the branch to the common dev dir (diff on all files) so i get the file... try to figure out the pinned version to diff it with the one in the other directory. There the problem starts. I cant figure out the pinned version. There is a MSDN KB article, but they say that the Action of the version starts with "Pinned" or "Unpinned".. this does not fit to our situation here. Those texts never appear in the Version.Action . Can someone help VSS 6.0d (Build 31222) thx for your responses. however, i just wanted a better overview what change ...Show All

  • Windows Forms Alternative for the datetimepicker?

    Does anybody know a good alternative for this control My problem is that i want to use it to allow a user to input a time (for example 0days 10h 3minutes and 6 seconds) but i have some problems - You can't specify a "max value" starting from zero, it has to be done relative to the minimun date (this is not really a problem but it's a bit of extra code) - It is impossible to set days to zero (because it wants a day of a month) And this is a problem cause it limits the use of the datetimepicke for my purpose to 24 hours or more than 24 hours (you can't use is from 0d 0h 0m 0s to 2d) So why do i want to use it   It looks nice and cl ...Show All

  • Windows Forms What is "application framework"?

    I tried creating a new Windows Forms app and had a hell of time just getting it to run.  The trick was turning off something called "application framework".  Can anyone explain what this is   Or point me to some articles about it   Please don't refer me to the documentation.  I'm downloading it right now but it's going to take& ...Show All

  • Visual C++ ON_WM_NCHITTEST definition incorrect

    In the VS 2005 doc page "MFC Library Reference WM_ Message Handlers: N - O", we have ON_WM_NCHITTEST( ) afx_msg UINT OnNcHitTest ( CPoint ); However, in afxmsg_.h, the definition is #define ON_WM_NCHITTEST() \ { WM_NCHITTEST, 0, 0, 0, AfxSig_l_p, \ (AFX_PMSG)(AFX_PMSGW) \ ( static_cast < LRESULT (AFX_MSG_CALL CWnd::*)(CPoint) > (&ThisClass :: OnNcHitTest)) }, The difference is the result in one case is UINT, and in the other LRESULT. So the compiler demands LRESULT, but the actual member function returns UINT, making it impossible to write correct code. ...Show All

  • SQL Server Sql Replication

    I am creating a vb.net app for a windows ce handheld device. I am using replication to create the database on the handheld. I am getting this error when this error: An incorrect or unsupported HTTP function call was made The virtual directory was created successfully and I can connect to it. The snapshot also is working correctly. I use the SQL Server 2000 and SqlCE 2.0 Any help is greatly appreciated. Thank you in advance Ale what CE OS does your device run Can you ping your virtual address by doing \ sscesa20.dll" href="http:// \ sscesa20.dll">http://<servername>\<VD>sscesa20 ...Show All

  • Visual Studio Express Editions How do I compare variable with datatypes DateTime

    Example: Dim stoTime As DateTime Dim curTime As DateTime If curTime < stoTime Then <Statement> EndIf ***I get an error on this IS that all your code If you were to set values to the DateTimes ( which are null in the above code ), I'd expect this to work. ...Show All

  • Visual Basic insert new rows/records

    Hi all, I have a problem inserting rows/records into my db. In my access db I have 1 table called "Channels" , this table consist of 3 columns (Id, Channelname, ChannelURL) primary key has been set on Id. Table has to be filled up with data captured from textboxes on the form (table is yet empty) When I hit Button1, no new records are added ! Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load DataSet1.Clear() OleDbDataAdapter1.Fill(DataSet1, "Channels" ) End Sub Private Sub Button1_Click( ByVal sender As System.Object, By ...Show All

  • SQL Server Upgrading mirrored databases

    I am in the process of architecting SQL 2005 HA options and of course mirroring is at the top of the list. Does anybody know what the requirements are regarding upgrading mirrored databases, for example, applying hotfixes and service packs Is it a requirement for the principal and mirror (and witness if applicable) to be at the same build level Is there any requirement to upgrade one first and then the other as there is with replication topologies I had a look in BOL but can't find anything covering this (perhaps I missed it). Thx, Simon. I upgraded my servers to SP1 last week. My config is: Princi ...Show All

  • Visual Studio web service build question: friendly name and debugging

    With VS2005/msbuild, i have converted my 2003 web services over to 2005 (and dropped the IIS vdir for it, opting instead for a "deploy" strategy. (1) How can i get a friendly name shown in VS2005 Solution Explorer   right now, it shows as "D:\..\WebService\".  I tried renaming this part in the sln file, but VS2005 keeps changing it back to the ugly version.  Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\WebService\", "Vault\WebService", "{08885456-EC15-49D0-8CDB-021B3C5EED8D}" (2)  With this strategy, i'm disconnecting the web service from the web site it's deployed to (this works well for me becaus ...Show All

  • SQL Server Converting a type into another one

    Hello, I've got two tables. An old one an a new one. Called "tbl_Filme" and "tbl_Filme2". The differents are that the data types are a little bit smaller as in the old one. So I've got a column wich should contains a datetime. Unfortunattley the datatype is just a normal date and not "smalldatetime" (the "tbl_Filme" was created with MS Access 2003). So I get an error message: 1> INSERT INTO tbl_Filme2 (Titel, Genre, Medium, Anzahl, Qualitat, Filmlange) 2> SELECT Titel, Genre, Medium, Anzahl, Qualitat, Filmlange 3> FROM tbl_Filme 4> go Meldung '298', Ebene '16', Status '1', Server ' ...Show All

  • Windows Forms How to access auto updater in code?

    How do you hook the auto updater within an application I wanted to add a "Check for updates" to the tool bar in my application and leverage the click once auto updater. Something like this right System.Deployment.Application. ApplicationDeployment ad = System.Deployment.Application. ApplicationDeployment .CurrentDeployment; ad.CheckForUpdate(); or ad.CheckForUpdateAsync(); Thanks! ...Show All

  • .NET Development bug in Int32.Parse

    In Visual Studio 2005, the following throws a FormatException and it definitely shouldn't.  The same code works fine in Visual Studio 2003. This is the version that I am seeing the problem, running on XP:     Microsoft Visual Studio 2005     Version 8.0.50727.42  (RTM.050727-4200)     Microsoft .NET Framework     Version 2.0.50727     Installed Edition: Professional int x = 0; x = Int32.Parse("0")        // throws FormatException x = Int32.Parse("00")       // works fine x = Int32.Parse("000") & ...Show All

  • .NET Development Very Strange problem in Socket Connection.....

    Hi..Guyss....Please Try to solve this problem Problem is very strange. Please give some solution or openions. I used Async Socket Connection. Its like this.. CLient connects (0) with the server and send data (1) than Recieve Data (2) than process_it (3) than Shutdown (4). it works perfactly 1st time. than 2nd time when it again goes to 0,1 but in step 2 i got the problem.. heres the code... in code connectDone,recieveDone & sendDone are ManualResetEvents client.BeginConnect(remoteEP,new AsyncCallback(ConnectCallback), client); connectDone.WaitOne(); // here it waits..until connectDone is not set()connectDone is ManualR ...Show All

  • Visual Studio Express Editions Static Exe files

    I have tried to make static executables in Visual Basic using ILmerge to merge the .net DLLs into the exe, but it freezes up and starts gobbling up memory, so I usually kill it once it goes above 200 megs of memory. Is there a way to make a completely independant exe so it doesn't need the .NET dlls Here is the command I was using with ILmerge: ilmerge /out:necro33.exe /log:der.txt NecroTest.exe System.dll System.Drawing.dll System.Windows.Forms.dll There is no easy way to create an exe that does not require .NET. The compiler is not creating a normal exe, but one that relies on .NET to compile it to som ...Show All

©2008 Software Development Network