Arkkangel's Q&A profile
Visual Basic message show & hide in asp & vbscript
How i can use response.buffer & response.flush() for usin show & hide of message or any string. In vbscript, using asp. give any example [OTP] This forum is for VB.NET or later questions only. Try the ASP.NET forums for asp related questions, as posted earlier http://forums.asp.net ...Show All
SQL Server help Users
Hi I`m New in this please help when i try to create a user on a SQL Magnament Studio, shows me a error: TITLE: Microsoft SQL Server Management Studio ------------------------------ Create failed for Login 'mikke'. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+Login&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ The MUST_CHANGE option is not supported by this vers ...Show All
Software Development for Windows Vista Need to fool VS2k5 Std Edition into thinking I'm an admin...
Hi. I'm running Windows Vista in Administrator mode and I've disabled UAC. The problem I have is when I choose Web Site link next to open and choose Local IIS, VS2k5 told me I must be a member of the Administrators group on this local computer to access the IIS metabase. However, I AM the owner of my computer and have installed Windows Vista Beta 2 Build 5384 by myself. If I try to create a new website with [code]http://localhost/[/code] and click OK, I will get an error stating either: "The data area passed to a system call is too small" or sometimes I will get an error telling me about the HRESULT or COM object that's something only C/C++ developer can understand; I'm a C# developer. Any way I can get VWD of Visual ...Show All
Visual Basic Reading network port
Hi I want to monitor every bit going out or in throw my network card or port, how can I do it by VB.Net Hello, The short answer is that you can't. The closest you could get in VB is to use the Win32 packet filter API to create a packet filter. This however, is not guaranteed to give you information about the actual bits that are leaving your network card, as any other packet filtering or firewall software running on your computer may drop or mutate packets after your filter processes them. If you want to obtain access to the actual bits that are leaving your machine, you will probably need to write a kernel driver. Unfortunately, however, you can't write kernel drivers in VB. Even if a packet filter solution is acceptab ...Show All
Visual C# Convert String to DateTime Object
Hi All I am new to this forum... I am storing string "21-07-2006" (21 July 2006) in a string variable and want to store this value in a DateTime Object. As it takes value in format #MM-dd-yyyy# i have to convert this value into this format. I have tried this string Objdate = "21-07-2006"; Response.Write(Convert.ToDateTime(Objdate ).ToString("mm-dd-yyyy").ToString()); But It generate Errors "String is not n correct date time format" ...something..2 Pls help Sachin Thanks for help...It Works I have one more queries regarding Deserialize Classes that inherits from DictionaryBase Class I have Customer Class that Con ...Show All
SQL Server Problem in using EDB
Hi I am trying to make database with EDB. If I include #define EDB and #include< windbase.h > then error comes 'CeMountDBVolEx' no identifier found. If i include #include<windbase_edb.h> then CeMountDBVolEx function successful but CeCreateDatabaseWithProps fails windbase_edb.h" CEDBASEINFOEX DBInfo; the sortspec of DBInfo defaults to [4] ------- this is the old CEDB default n additon, i cannot assign a sort flag to the DBInfo, there are always a Invalid_parameter_error when using "CeCreateDatabaseWithProps" function. what should i do for it. i'll be thankful if anybody solve this problem thnx n regards Hello manish, I am struggling with a piece of code to create the sort order for ...Show All
Visual C# whats the function for to the power of? example 10^3 = 1000
I keep searching for this but power is just too common of a word. whats the function for to the power of example 10 to the 3rd or 10^3 = 1000 I need to do Z = X to the power of Y. Thanks in advance ...Show All
Visual Basic Searching a way for calculating checksum in HEX with 16 Bit algoritm
I have a form with a Button and a TextBox. When I click the Button it shows an OpenFileDialog and i want that it calculates the Checksum of the OpenFileDialog1.FileName in Hexadecimal and with a 16 Bit algoritm. And after that it calculates the Checksum i want that it writes in Little Endian that means that if the Checksum is 1C E0 it writes E0 1C at offset 23 and 24 (in Little Endian) of the OpenFileDialog2.FileName or display the Checksum as TextBox1.Text . T here are many HEX Editor that they calculate the Checksum of a file but i want to develop a my application. There is a good way in VBdotNET For writing Bytes i have this code &n ...Show All
Windows Forms VB2005 Save coordinates in array?
Hello, I have a form called frmMainForm. On that form I have a datagridview containing several products. When I click on a rowheader of the datagridview another form openes called frmCuts. On the frmCuts you can add coordinates for a product. For example (2, 2, 67, 103). How can I assign these coordinates to the row in the datagridview I am not allowed to save the coordinates in the database. How do I save them for the duration that the program is open Define a class named coordinates which have four properties X,Y,Width,Height; then use a IList object to store the coordinates objects. something as: IList cors = new ArrayList (); cors.Add( new coordinates (0,0,35,25)); ...Show All
Windows Live Developer Forums Sharing Maps
Hi Not sure if this is the right place to ask but i have tried searching over the internet for the answer with no joy. How do I share maps in windows live messenger Now i had this funtionality last year but I can no longer find a way to do it. In the share options whilst on a map share with a contact is not listed, nor is it in the share activities in live messenger. Can anyone help Thanks, Neil Sorry wrong forum section, check out the MSN live messenger forum here: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=112&SiteID=1 ...Show All
Visual FoxPro Cannot update table on VFP9 connected in peer-to-peer network
hi guys...im having a problem when it comes to updating a table on VFP9 connected in a peer-to-peer network..i have already created a drive map (Z:\) and then i tried to open the application on both computers and it worked..but when i tried to perform changes like append and replace which updates the data,it says "cannot update cursor <tablename> because it is read only"..how will i be able to update and made some changes to the data please help me guys..thanks :) MarciaAkins wrote: I am sure that you meant to say READWRITE clause, didn't you Funny! ...Show All
Visual Studio Visual Studio hangs until I move the mouse
After the excruciating 90 minute Service Pack 1 install (longer than Visual Studio itself), I still have mouse-powered debugging. That is, Visual Studio hangs completely when I debug a project, until I move the mouse. While the mouse is in motion, the status bar at the bottom of the window shows the DLLs it's loading, but as soon as I stop moving the mouse it stops. If I set focus on a different window it finishes loading normally. Other developers on my team face this same problem, and we've all seen it in different projects. Has anyone found a fix for this I'm using Windows XP Pro with Service Pack 2 (and all current updates). When I hit F5 to start debugging, it compiles normally, and the IDE switches i ...Show All
SQL Server Database Attachment Security!
Hello I'm using sql server 2005 express edition. I had so security problems that i got helps from this forum. Now i have another one : In my system i'm using a database with sa password, it means to login and work with database structure and data user should enter sa password. But when i deAttach db and transfer it to another computer, I can easily attach db to customers sql server without knowing sa password. I want to say : Everybody can attach my db to their system without knowing sa password and without need to create user, I need security in customer side not at mine. Please help me what's wrong I know there is a solution that i don't know! Thank you for helping me. The way to avoid ...Show All
SQL Server SSRS Parameters and Dataset
Hi, I'm creating a report that is fed from stored procedure. Now I want to pass as a parameter to the procedure a couple of values from database. How can I add another dataset to report If under parameter tab I choce values from existing dataset I'm getting error 'The report parameter 'Client' has a DefaultValue or a ValidValue that depends on the report parameter "Client". Forward dependencies are not valid.' So how can I pass clients from database to fill report parameter dropdown Thank you for any advice ...Show All
.NET Development Html or Xtml output ??
Hello , is possible to set output from my web service to html or xhtml Any ideas Ondra Hello, If you are interested in setting up an application that responds to requests with HTML, you should probably consider creating a standard ASP.NET Web Forms application. Web Forms process requests and then respond with HTML. An ASP.NET Web Service generally receives and sends messages that contain arbitrary XML. This XML could be XHTML, but setting this up will probaby be a bit cumbersome. Daniel Roth ...Show All
