Snuckles's Q&A profile
Visual Studio Express Editions From Microsoft® Visual Studio® .NET 2003 to Visual Basic Express
I any way way to use the Visual Basic Express Edition to use a microsoft example that is been written with these tools Windows Mobile-based Pocket PCs MicrosoftR Visual StudioR .NET 2003 Microsoft .NET Compact Framework version 1.0 Thank you If I have post in the wrong place please forgive me and let me know where to post Hi, Check this link for product co ...Show All
Visual Studio Zooming Crystal Report When Design
Hi All, Lately, I am working on a small size report contain tiny 2D Barcode. The report size is approximately 1 cm x 0.8 cm. I have a lot of difficulties to design the report.I tried to set the monitor resolution to 640 x 480, but it doesn't help much. Is there any way to zoom the report when we design it to provide a larger area. Any help is very appreciated. Thnak you. Warmest Regards, Freddy Halim ...Show All
Windows Forms How get Bitmap From MemoryStream
i have one paroblem, when i convert MemoryStream to Bitmap it will give me an error. "invalid parameter applied", while i am passing MemoryStream object as a Parameter of Bitmap. public Image getImage (MemoryStream MemoryStream) { Image ImageWork = Image.FromStream (MemoryStream); return ImageWork; } ...Show All
Visual Studio Subreports: Tables, Lists, NoRows - different behaviors.
Local report. I had a question a few days ago about not showing a subreport if there was no data. Some kind person answered that I should use the NoRows property, and that worked great. But the strange thing to me is that the NoRows property is on the table, not the subreport body, so lines and such that are not part of the table still print. Ok, I can deal with that. Well, I have another subreport which uses a list instead of a table.&nbs ...Show All
Visual C# C#, Arrays, and Guids..OH MY!
Hey everyone :) I hope i'm posting this in the right forum, since it deals with a little a little SQL, as well as C#. The problem i'm having is this: I've got 3 tables. A "Users" table, a "Role" table, and a "UserRole" table. The "UserRole" table has two columns, "User_ID" and "Role_ID"...both of type uniqueidentifier. I'm trying to add the functionality of adding a user to multiple roles, but I need to get the GUIDs of ...Show All
Visual Studio Team System Exam 70-306. Visual studio version?
I want to give the following exam. Exam 70-306 Developing and Implementing Windows-based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET However, i want to give it for Visual Studio 2005. Does anyone know which version of Visual Studio is covered in the exam If it is not Visual Studio 2005, when is Ms planning to bring it. Thanks for your time!! Hello Tk. Visit ...Show All
Visual C# Bound and unbound calculated columns
I have a datagridview control bound to a .XSD dataset object. Of course, it automatically added all of the columns from the dataset. I edited the columns and set the Visible property of the columns I wanted to hide to false. How can I create a calculate column and add it to the datagridview. Example, my dataset has LAST_NAME and FIRST_NAME columns. I want a single column in my dataviewgrid called name that is the fo ...Show All
Visual Studio 2008 (Pre-release) Encrypt and sign messages
We're trying to get the messages that we exchange between our client and server encrypted using the wsHttpBinding. We've added the following to our configuration file client & server side: <security mode="Message"> <message clientCredentialType="Windows" negotiateServiceCredential="true" establishSecurityContext="true" algorithmSuite=" ...Show All
Windows Forms How to add Controls to a DataGrid....
Hi, Is it possible to get a DataGrid cell to display (contain) other Windows controls (say a drop down list). I'm familiar with System.Web.UI.WebControls.DataGrid but not with the SystemWindows.Forms.DataGrid version. Is there an equivalent of a "Template Column" or&nb ...Show All
Windows Forms The Undo/Redo not working properly
I'm developping a custom forms designer using this base: http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx I implemented all interface to use standart Undo() and Redo() commands. (using this source code: http://www.geocities.com/balcanuc/ TestUndoEngine .zip ) When I create a new form using "No Loader" or "Basic Designer Loader", the Undo/Redo works fine. However, if I use the "CodeDo ...Show All
Windows Forms Set window owner
Does anyone know how to set the owner of a window (which my process does not own). I can get the Owner of the window through the API call GetWindow(hWnd, GW_OWNER). But I need to set it. Just some background... I am trying to write a program to hide windows from the taskbar (and add them to the system tray). Adding them to the system tray is easy, but I cannot get them to hide from the taskbar. I do not want to use ShowWindow(hWnd, SW_HIDE) beca ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Changing multisampling within the MDX frameworkHi,
Hi, I'm using C# and the Managed DirectX framework for a 3D graphics engine. Now I want to give the user the option to change the multisampling of the rendering while the program is running. So when a key is pressed, the following code is executed in the key event handler: DeviceSettings oldDeviceSettings = framework.DeviceSettings.Clone(); DeviceSettings newDeviceSettings = framework.DeviceSet ...Show All
SQL Server how to retrieve a password saved by SQL server
Hi, I am able to connect to a SQL server and have checked the "remember my password" box in the connection diaglog window. Unfortunately, I forget what the password is, and now have to use it elsewhere. How can I get it (I tried copy and paste, but it won't work). Thanks, Hi, Unfortunatly I am beginer in this but it happens for me to have a corrupted master database and I couldn't login t ...Show All
SQL Server I can't add a new Reporting Services server registration of a remote server.
I need a help. This is the scenario: I have installed on my machine SQLServer 2005 Developer but not reporting services because I don't have IIS. Now there is server: W2003 + SQL Server 2005 Developer (Complete) + II6. From the SQL Server Management Studio I can connect to the DatabaseEngine on the server but I cannot connect to Reporting Services or Integrated Services. On particularly when I try to create a new Server Registration ...Show All
Visual Studio Team System Red x on documents folder in team explorer
Hi all, I have TFS beta 3 refresh and every thing is working fine at the client side besides the fact that on some of the machines I cant access the documents folder from the team explorer. I guess it's not a problem of security beacuase this users have the same rights as others which can access the documents folder from the team explorer. It is also possible to access the documents from the share point portal (right clicking on the team p ...Show All
