Supersonic's Q&A profile
.NET Development Multiple FTP commands via one connection
Another FTP question. :) What's the best way to use the 2.0 Framework to send multiple FTP commands during one connection The FtpWebRequest class seems to make a separate connection for each command. I'd like to connect/login once, send two or more FTP commands, receive the response to each, then disconnect. Karen mahjayar wrote: For that request where you want to close it you c ...Show All
Visual C++ rand() not being random!!!
OK An other problem which I really need assistance with I'm using srand to generate random numbers out of a range BUT i always get the same sequence of numbers!! But I notice the problem come from rand() i tried to create a new project with only this : #include <ctime> #include <iostream> using namespace std; void main() { srand(time(NULL)); cout << rand() << endl; cin.get(); cin.ignore(); } ...Show All
Smart Device Development Database @ client
Hi We are trying to develop a smart client application which is occasionaly connected. The issue here is we are unable to decide on the database which needs to be used in the client. We will not able to use MSSQL express or MSDE becuase of the size limitation. The size of the DB is actually a couple of gigs(SQL server backup). The user need not do any transaction which needs to be re recorded in server. The user will connect only to donwload ...Show All
Visual Basic Visual Basic Compiler Error Hotfix
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
.NET Development How to make a VB.NET DLL for use in VC++??
Hello, I am making a DLL in VB.NET for use in a VC++ app. I can't figure out how to code the properties and methods so that they can be exposed in the C++ program. Also I am VERY new to C++ so I don't know how to use the VB.NET DLL once it's compiled. I started a new Visual Basic class library project and here's the code in the class module: Public Class VBTestDLL Public Property TestProp() As Integer &nbs ...Show All
Game Technologies: DirectX, XNA, XACT, etc. question about framework camera
how can you use the camera.FrameMove(elapsedTime) with out a effects file, im using for all my view, world and projection matrix just the basic setup for it device.Transform.World = Matrix....ect.... but I would really like to have the option of using the FrameMove function that the ModelViewerCamera has. anyone have any ideas on how I can use this... If you have a look at the simple2d example in the SDK it uses ...Show All
Visual Studio Team System I can not execute building a web site in team builds?
hi All! I met proplem with building a web site. I read many article, i sure that the solution file mapped to correctly path of source folder. while i running build, only a file has name: "BuildLog.txt" was droped down in "Drop Location". the content of buildlog.txt file is below: please help me if you find out the way to solve this issue. thanks. Build started 6/5/2006 4:42:35 PM. ______________________________ ...Show All
Windows Live Developer Forums The icon of wlm8 doesn't have the 48*48 format
If use the large icon on desktop,it become indistinct. ...Show All
.NET Development XmlTextReader
Been trying to read a simply xml file. Looked at and tried a few samples with no luck. Funny thing is, I do this all the time in actionscript. But, here is the xml file.... < xml version ="1.0" > < Parms > < Name > test1 </ Name > < Uname > test2 </ Uname > < PW > test3 </ PW > < Server > smtp.isp.com </ Server > < Pop > smtp.is ...Show All
Visual Studio Team System Custom Fields in Report Builder
I have modified a process template to suit our project needs, particularly I have added some (reportable) custom fields (e.g. MyFields.AdditionalField of string type). I also have added some queries that use these new fields and display them (it works). But how can I create my own reports (in Report Builder ) that use and/or display these custom fields if I cannot see them in Report Builder , neither in Fields list nor its predefined values in F ...Show All
Visual Basic Controls Flickering when drawed on the form
Hello there :) This was a Problem in Visual Basic 2003 when having a Form with about 150 Controls the form simply consists of panels and those panels have Labels and controls beside hem the form itself has a background picture ,,, the Panels also have backimages the Problem is when the form is shown the controls are being drawn really slow ... (the form is 1024*768) that wasn't a Problem at all back in VB6 anyway I saw that Visual Basic 2005 has ...Show All
Visual Studio Tools for Office how to export/import data from/to excel files without using excel?
am makeing a program that uses excel files but i don't want the customer to have to have execl to have the program working (i have excel) is there a way to do it wihout using excel components You could use the ServerDocument support in VSTO 2005 to extract/inject data into the spreadsheet. You can read more about ServerDocument at http://msdn2.microsoft.com/en-us/library(d=robot)/microsoft.visualstudio.tools ...Show All
Visual Basic send mail
Hi, i have problem in writing send mail codes. can someone pls help me regarding it i have written code to send mails but somehow there are errors. i have attach my codes below. when i click on the send button, an error message prompt out saying that "An Unhandled exception of type 'System.nullReferenceException' occured in testingMail.exe. Additional information: object reference not set to an instance of an object." Private ...Show All
.NET Development Purpose of using minOccurs and maxOccurs in WSDL ?
Hi All, I have the following web method in WSDL, - < s:element name =" GetAllowedAreasResponse " > - < s:complexType > - < s:sequence > - < s:element minOccurs =" 0 " maxOccurs =" 1 " name =" GetAllowedAreasResponse " > - < s:complexType > - < s:sequence > ...Show All
SQL Server SSRS NT Permissions.
Hi all, We have an application on a remote site that uses SSRS. The site has recetnly undergone an infastructure change that has meant the migration of the database and report servers (both Windows 2003) to new domains. This seems to have messed up the NT permissions for SSRS so now, when attempting to access the http://<server>/reports report manager, it comes up with an NT authentication login box and we cannot login. We have messed a ...Show All
