Software Development Network Logo
  • IE Development
  • Visual Studio
  • SQL Server
  • Microsoft ISV
  • Smart Devicet
  • Visual C++
  • Visual FoxPro
  • .NET Development
  • Windows Vista
  • Windows Forms
  • SharePoint Products
  • Visual C#
  • Visual Basic
  • Audio and Video
  • Game Technologies

Software Development Network >> Learning VB's Q&A profile

Learning VB

Member List

AllisonH
Christie Myburgh
Jim Cordwell
tplummer
Tryst
Dennis Mulder - dennismulder.net
Reindeer
CSharpProgrammer
Thanh Duong
Izzy545
Angry Coder
Ashishj76
R Raghu
Softwhere
computerology
Murali Medisetti
hits krishna
davco
Mgale1312638
Cosmin Nicolaescu
Only Title

Learning VB's Q&A profile

  • SQL Server scalability of ssrs

    hi all i want to know that how much performance of ssrs will be vary when i m installing ssrs on same machine where my database is stored, or when i m storing ssrs on different machine and database on different machine. I would suggest installing SSRS on the same machine that your database is stored. I wouldn't want to risk the network bottlenecking the communication between the database and report server. ...Show All

  • Windows Live Developer Forums How to handle a message before the client displays it

    Greetings, I'm programming in C# with Visual 2005. I'm trying to implement an addin for WLM that will make some treatment on an incoming text message. So, I'd want to wait the end of the treatment to display the incoming text message into the "chat window" of WLM. When I handle the event IncomingTextMessage of the MessengerClient class, the text message is first displayed, and then, the event is handled. But I'd want do do the opposite: first handle the message, then make my stuffs, and finally display it. Is it possible And how Thanks a lot. R.P. I do not manage to understand how DotMSN could allow me to solve my problem. Since in any case, it is impossible to recover the message before i ...Show All

  • Windows Forms getting media files from a winform

    I am designing a winform client that should get around 30 media files (mp3, mp4 etc) in the size of 10 mega. every X minutes the client will check for updates, and if it finds any it should download the new media files from the server. what is the most efficient/fast way of transferring those file to the client 1. ftp 2. binary format with Windows Communication Foundation (and I can notify the client about changes so no need to check for updates) any other options or considerations (security ) hmm... must you transfer the files if its on your own network looking for/scanning every few minutes will be expensive if using TCPClient/Sockets since you have to establish a connection every time and ...Show All

  • Visual Studio Team System Error running unit tests from wizard

    Hi, I'm running Visual Studio 2005, and I'm having trouble with the unit tests generated by the Unit Test Wizard. Here's what I'm doing: 1) create a new project (I've tried Windows Application and Class Library) 2) add a single method that returns the number 3 3) Add a unit test using the Unit Test Wizard; modify the resulting test to check that my method returns 3. 4) Compile everything and run the test I get an error saying: "UTA052: DummyTest.Class1Test is not a test class". Any suggestions as to what's going on --Matt Hello, Got several questions for you, 1. Is this RTM version of Visual Studio 2005 installed on a clean machine 2. What language are you using 3. ...Show All

  • Visual C# using dataGridView EditingControlShowing for Keypress and multiple calls

    I am using the following logic to capture the keypress event in a dataGridView so that I can edit numeric cells.  The logic works but my logic is being called multiple times on a singe keypress.  For example, when the character "A" is pressed, the message box will be displayed from 2 to 6 times on the screen before the control is returned back to the cell so that more data can be entered.  The first time an incorrect character is entered it is only displayed twice.  But as you tab or click on other cells in the view, the number is times it is displayed for a single character increases. I am using Visual Studio 2005 C# Express Edition. private void dataGridView1_EditingControlShowing( object sender, Da ...Show All

  • Smart Device Development Install Shield .NET?

    I've heard from a guy that uses Delphi 2006, that it comes with a InstallShield capable of including just the neccessary DLLs to the source programm to run in its installer, thus, making unneccessary to install the .NET Framework in the client pc (where it will run). Is it Possible Is it aplicable in other .NET platafforms instead of Delphi, just like Visual Studio And the CLI, is it installed together, creating a micro-.Net Framework Is just bullshit at all ...Show All

  • Visual C# Monitoring an object for changes

    Hi, I have an object which contains many Properties. Actually, this object is only one type of object inside of a hierarchal based object model using the Collections.ObjectModel.KeyedCollection. To give you an idea as to what I am trying to do, let me explain some of the objects and the properties that I need notification of. "Rod" class has a .Length property. "Part" has a .Shape, .Pin, and .Socket property. "Wheel" has a .Diameter and .Radius property. "NonStationary" has a .CurrentValue property. That's just a small example, just to get to my question. I was wondering what is the standard practice of notifying when property values have changed. The trick is that I am not concerned about single individual object property changes, only T ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What kind of data will invoke the excution of a GS

    GS provides a flexible way for users to generate new primitives. We want it is more flexible. If we emit some new primitives without use any input data such as position or color. This case supported by current DX10 Sorry that it take a little bit longer. This sample fy file should help you to understand how it works: struct PSIn { float4 pos : SV_Position; }; //-------------------------------------------------------------------------------------- // Vertex Shader //-------------------------------------------------------------------------------------- void VS() { } //-------------------------------------------------------------------------------------- // Geometry Shader //------------------------------------ ...Show All

  • Visual C# Reading files

    Hi, I have a group of files that I need to read, they are saved in the computer through a tftp server.... How can I know if the file(all files) is ready to read No no... Another application will save the file like FileZilla will save the file and I need to monitor if the file was created, if created check if FileZilla has finished writing to it....so I can start to read the file !!! Thanks ...Show All

  • Visual Studio Team System Open WorkItem Editor

    Hello there: I'm writing a Plugin for VS 2005 which work similar to TeamExplorer, this plugin show in a tree all my WorkItem's. I want double-clicking in a WorkItem and open the WorkItem Editor. There are some way to done this task thX in advance Ok, the general idea is have in the Tree folders containing WorkItems, then the user double-click in the WorkItem, in this moment open the WorkItem Editor Dialog. I find a class called WorkItemEditor in the integration package of TeamFundation but, i don't know how obtain a intance ( the constructor is internal :( ). ...Show All

  • SQL Server Unable to add more then 59 mirrored databases

    The following problem occurs when trying to mirror multiple databases using SQL Server 2005: After mirroring about 40 databases, an error occurred concerning a lack memory availability on the mirror-server. I added the parameter /3GB to the boot.ini file and enlarged virtual memory space. Now I was able to mirror a total of 59 databases. When trying to add the 60th database on the principal server, it won't get through. I don't get any error message, neither the mirror starts. However the SQL Server Management Studio on the mirror-server doesn’t seem to respond to any commands given until the mirror is again removed for one or more databases on the principal server. Adding the parameter /PAE to th ...Show All

  • Visual C++ regarding System.Net.WebPermission while using J# browser Control

    hi, I converted a streaming Applet into J# browser Control. that applet will get the feeds from stock exchange and will display in a grid format. im passing the required parameters like exchange ip and port address to applet using PARAM tag. the same thing i did for J# browser control also. when im running my J# browser control im getting this following error. (means that it is blocking my J# browser control to recieve feeds from the exchange) System.Security.SecurityException: Request for the permission of type 'System.Net.WebPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed Im using Full Trust Permission set at Machine,Enterprise and User Level. Any Suggestion ...Show All

  • SQL Server cannot connect to integration services

    When i try to connect to SQL 2005 integration services from object explorer i get connected (in the sense it shows in object explorer running packages stored packages ..)but when i try to exand any of these objects i get the following error -------------------------------------------------------------------------------------------------- Failed to retrieve data for this request(Microsoft.sqlserver.smoEnum) Additional information The sql server specified in SSIS service configuration is not present or not available.This might occur when there is no default instance of Sql server on the computer. For more information see "config integeration services" in server 2005 books online. Login time out expired An error ha ...Show All

  • Software Development for Windows Vista Wimgapi.dll WimApplyImage Callback / Threading Problems (VB6)

    For the last few weeks we've been working on a wrapper library for Wimgapi.dll in VB6. This is to allow the WIM file to be used in our PE based OS image installation system. Sadly the system has to be written in VB6 to keep the deployed size very small but keep the GUI coding to a minimum (otherwise I wouldn't need to dust off my VB6 hat). Thre have been a couple of similar threads posted recently about how WimApplyImage can cause the VB6 IDE to hang or do strange things when using a callback function. We've also seen this problem and agree that it seems to be caused by WIMGAPI creating a new thread at the point it moves from restoring folders to restoring files. Any attempt to update the GUI or anything at all useful from the callb ...Show All

  • Internet Explorer Development Protected -> Medium Integrity, elevation policy

    I have an ActiveX control which needs to start a process with medium integrity. I am trying to get ieuser to elevate the process without prompting the user to ok the elevation. On install, I generate a GUID and add it to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy, and set the 'AppName' and 'AppPath' to reference the application to run (I do not set the CLSID). I set the 'Policy' value to 3. Even after restarting the PC, IE still prompts the user with the dialog seen in: "Understanding and Working in Protected Mode Internet Explorer" Any suggestions on what I am doing wrong The ActiveX control and application to be launched are both signed, and the application has the manifest trust level s ...Show All

©2008 Software Development Network