Aleksandra's Q&A profile
Visual Studio Express Editions VB6 to 2005 Control Arrays
Can someone please tell me a little bit more about Control Arrays after upgrading VB6 to 2005 There are 7 images which use the same click sequence, and they are all named Card. The following is a sample of the code: VB6: Private Sub Card_Click(Index As Integer) If Card(Index).Picture = Image2.Picture Then Safenum = Safenum + 100 Card(Index).Picture = Pile(1).Picture Call Nextmove Call Enemymove Exit Sub End If End Sub VB 2005 ...Show All
SQL Server Cannot figure out how to write this script?
Hi was wondering if somebody could help on this one. I have a table called LocalisationText and a field called "ResourceText".After localization bad data went into the ResourceText field (double and triple quotes instead of singles). EG Entrada ""{0}"" en ubicacion """"{1}""""" 在或大 ""{0}"" 的命令出 User Post Code Group of Type ""{0}"" is ""{1}"" Now I have been asked to write a script that converts all the double/triple quotes preceding ...Show All
Visual Basic Overflow???
This code is generating an overflow exception and I really don't think it should be: Dim u64HiBit As UInt64 u64HiBit += &H8000000000000000 or u64HiBit = u64HiBit or &H8000000000000000 In my understanding this is simply setting the hi-bit in an unsigned integer. It certainly shouldn't cause an overflow unless it's not really a 64-bit entity. There is a worse possibility which is that it truly isn't supported w ...Show All
Visual C# How can I access the BackColor property of a control stored in another form?
Hello, I am wondering how can I access the BackColor property of a control stored in another form. Please help. make the form and the control of it public.. then acces it simple just some example: public class From2 { ..... public TextBox TBox; .... } // somewhere in another form Form2 b=new Form2(); b.TBox.BackColor=.... if you are using Visua Studio.. and use the Designer.. check the Form2.Designe ...Show All
Visual Studio Team System TCP/IP Slow-Start
Hello folks, This is my first message on this forum and I hope that someone out there can give me a definative and hopefully simple answer to this question. In server management when you are dealing with congestion issues there is an algorithm that runs called slow-start. If I am running a closed network I can disable slow-start. How do I disable slow-start Your assist in this would be much appreciated................ Hi Ian, Thi ...Show All
Visual Basic ADO.NET Hell
There was a time in my not too distant past that I could open a database with ADO, query out some data, work with it, and update it. I have had VB.Net for a little over a week and I can insert data into a table. I can clear out a table. What I can't do is is iterate through the rows and update the table. I am close but I am missing a piece. From what I have read I want to create a connection, adapter, and a dataSet. ...Show All
Visual Studio Team System how to customize ProcessGuidance.html and be able to see it in team explorer
Dear all I am now able to customize the ProcessGuidance.html by opening ProcessGuidance.XML file from :- ...\MSF for Agile Software Development\Wss\Process Guidance\Source\XML and can see the effects for my editing in file ProcessGuidance.htm which in this path :- ...\MSF for Agile Software Development\Wss\Process Guidance\Source but my changes didn't apper from team explorer there is other file called ProcessGuidance.html in ...Show All
Windows Forms how to use CRL component class?
I have created a window form application, now I don't want to add the controls by directly dragging them from toolbox to the form designer, instead, I added a component class from solution explorer, and edited my controls there. But then I don't know how I can display these controls in my form when I run the program, could anyone help Thanks! ...Show All
Visual C# How to send Fax Using C# ??
Hi I have config the Fax service in Windows 2003 . but How to send Fax Using C# And thanks with my best regarding Fraas Can Any One Help me please ...Show All
Windows Live Developer Forums Submit an App - Get the Windows Live Messenger Beta!
Would you like early access to the Windows Live Messenger Beta Starting today, November 8 th and running thru 9:00am PST on Monday, November 14 th The first 5 people to submit Activity Apps to the Worlds Best App contest and successfully pass compliance checking will receive an immediate invitation to the Windows Live Messenger Beta! Be one of the first people in the world outside of Microsoft to run with the next version of Windows ...Show All
Visual Studio Express Editions Passing "commands" to other forms
I have have two forms: form1.vb remoteMove.vb and I have this command in the actions of button1 in RemoteMove form and this is the code: Form1.PosM.X += 5 Form1.PosM.Y -+ 5 and PosM is (in Form1) : Public PosM As Point so the program doesn't have any problem recognizing the variables... but when i press the button, the positions of the object that I am painting on the form doesn't change!... what's wrong with this if you guys want, I can post t ...Show All
Software Development for Windows Vista Host Workflow in Windows Service
Is it possible to host workflow in windowsService if possible how John, Tomas Restrepo has also created some nice Msmq workflow activities. You can just drag and drop a Msmq Receive message activity in your workflow. http://www.winterdom.com/weblog/2006/10/20/MsmqActivitiesV11Released.aspx The part that I'm not too sure about is how to have multiple worklow instances processing messages from the queue. It's e ...Show All
Visual Basic Com Object Failing on server.createobject
I am having problems calling a Com object that I created under Visual Studio 2005 with Standard ASP. I registered it using regasm.exe. Below is my code (VB) . I have tried creating the object two ways. What am I doing wrong Server.CreateObject("TestCom2.TestFunction") and Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /mears/ReadUserCert.asp , line 56 800401f3 Calling this way gives ...Show All
Visual Studio Team System WebTest Broken in Experimental Hive with Team Explorer
It seems that installing the latest version of Team Explorer (TFS BETA 3) will break WebTests - you cannot run them anymore. Now, I haven't gone through all the documentation to figure out whether this is a known issue, but here is a way to reproduce it. It was reproduced on 2 machines. This is the installation order: 1) Install VS Team System RC1. 2) Install VS SDK (Sept - latest) 3) Install Team Explorer (but don't connect to any T ...Show All
Visual C++ Beta 2 error, Project : error PRJ0003 : Error spawning 'cmd.exe'.
Hi, I've just installed the new visual c++ beta 2, and I get this weird error when compiling a project. ------ Build started: Project: FindWeights, Configuration: Debug Win32 ------ Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at " file://c:\My\Active\FindWeights\Debug\BuildLog.htm " FindWeights - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ===== ...Show All
