ZoRoNaX's Q&A profile
Visual Basic How would you create an executable without using a form?
I am not new to programming, but am about minutes old with VS2005. I love VBScript and want to move forward.... The basics are a complete mystery, NameSpace, etc.... What would the code be to popup a message box (Again, just an exe, no forms) Next, what would be the code to run a file (i.e. \\Server\share\folder\file.vbs) I have tried various "quick starts" for VS2005, but am not making headway fast enough. One of these days ...Show All
Visual C# How to raise a ready control's event
Is there a way to raise button's click event by code. For examples, button 1's click event maybe used by many place, Another button 2, if user click, is there a way to raise button 1's click event. button1.Click += ...... .... void Button2_Click(Object send, , EventArgs e) { How to raise button 1 event Don't know button1.Click event handler is used by other code Want boradcast event to all listeners } ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Mesh not appearing in the namespace
Hi, I'm an absolute directX beginner, so bear with me. I am trying to instantiate a mesh, but I don't see it in the Direct3D namespace. I've included references to the Microsoft.DirectX and Microsoft.DirectX.Direct3D components... both versioned as 1.0.2902.0 I am able to create devices, vertex buffers, and everything else in the first few tutorials in the SDK... but not the meshes. If I open the actual tutorial in the DirectX samples... it ...Show All
Visual Studio Express Editions the code has some problem
Hi, I am using VB express 2005 to create an interface to retrieve data from Excel spreadsheet then store it into my Access database. I am able to retrieve data and store it in a dataset then display it in a dataGridView. But I am not sure how can i store the data into an Access database. I tried to connect VB to Access by opening a connection and then create a table in Access. I created a DataGridView and bind it to this tab ...Show All
Visual C++ How to access a database
Dear All, I am new to Visual C++ 2005 and I would like to write a network application that uses native win32 C++ and that stores and restores data to and from a different databases (depending on the setup). I am planing to make this application portable to be launched and executed on both platforms Windows and Linux. My question is that is there a generic iterface that enables me to connect the C++ application to an ORACLE or MySQL databa ...Show All
Windows Forms Selecting a row in a datagrid
I have a datagrid bound to a dataset. I am wanting to be able to double click on a row and have a new form come up that is passed a hidden ID of the selected row, I can then load the relevant info onto the new form. Cur ...Show All
Visual Studio 2008 (Pre-release) Will I face any problem if I upgrade my Windows millenium to windows XP
Will I face any problem if I upgrade my Windows millenium to windows XP.... While installing windows XP in my laptop which was windows millenium, i was getting message showing file can not read retry, skip, canel. Will I be able to complete this installation or Not. Appreciate experitse advise. Thanks in advance Alex, this is probably not the right place to ask this question. If you need help finding the right forum, pleas ...Show All
Visual C# DataGrid programming
Hi All I have got problem to datagrid in C# I have created a datagrid and its datasource is a table having quentity, price and total. So what need is when i enter price and total it should be calculted the total . And later i edit the price or quantity total should be reclaculated. I know that i should wite code in a particular event in the datagrid. I worote some code for cellcahnged event. But it is not working it gives the stack overflo ...Show All
Visual Basic Missing flash.ocx file
I am using windows 98 se, and for some reason I am now getting an error message "cannot find flash.ocx file" , can any help , where do I get a copy, what is it, it keeps going on and on, when the computer is left unattended . Its very annoying, any help is greatly appreciated. Using on a home computer. Casey875232332 wrote: So does this mean I need to re-download macromedia or jus ...Show All
Visual Studio Team System How does sequential databinding work on load test.
Yes, I've read the help here: http://msdn2.microsoft.com/en-us/library/ms182546 It says: When your Web tests are assembled in a load test and run on a remote rig, you must consider how the individual agent computers use the bound data. For example, when you are using four agents, each agent, not each virtual user, gets a complete copy of the data set and that data set is shared by all virtual users created on that agent when the access method is ...Show All
.NET Development WebRequestMethods.Ftp.GetDateTimestamp exception on some FTP server (akamai ftp)
WebRequestMethods.Ftp.GetDateTimestamp exception on some FTP server (akamai ftp) exception: "The remote server returned an error: 213 20051128195415.\n\r." the response seems correct, 'till you notice the extra "." on the response will these ftp servers be supported in the future what can i do to get the raw response without throwing an exception (i will parse the response myself) thanks You can't. When we parse the DateTimestamp we ...Show All
Visual Studio Newbee Question
Have you looked at open source products like CVS, SVN They have Windows clients and integration with VS... ...Show All
.NET Development Relations in DataSet
I have a situation where i should update the relations from dataset to the database. Can some one can help me how to do this. Thanking you Ramakrishna Hi! Iterate through all the relations in dataset and create them while iterating by making use of SMO library. cheers. Sohail. ...Show All
Visual Studio Team System Microsoft Certification - I need suggestions
Hi all, I am thinking of doing Microsoft Certified Professional Developer (MCPD) Certification but I am confused as there are three lanes, Professional Developer: Web Developer Professional Developer: Windows Developer Professional Developer: Enterprise Applications Developer I would like to know which lane is the best and most required. Which type of application (Web or Windows or Enterprise Applications) is most developed in the IT industr ...Show All
SQL Server Create Extended Procedures in VS 2005
Hi I am trying to write an extended procedure that accepts a string parameter and returns an integer value. The extended procedure calls a regular stored procedure of a database passing the string parameter as an input. The int value is an OUT parameter to this procedure. Can I some one suggest where do I get started with respect to this in VS 2005. Why do you want to write an extended stored procedure to c ...Show All
