Altug Atik's Q&A profile
Software Development for Windows Vista Virtual drives (iso games)
Im having problems finding programs that will give me virtual drives to install my ISO game files I've tried Demontools/alcohol120/virtualclonedvd and none work :( i want my games! help please :D Thank you for your patience - I have found that PowerISO version 3.4 works (site indicates current price at $29.95). http://www.poweriso.com/ Regards, Bill Wesse ...Show All
Windows Forms Trouble Including Word/Excel Files in msi. File
I have developed a windows app and have added a setup project to the solution. I added the application content files, soutrce files, and primary output files to the setup project. Now, it turns out that one of the folders in my project contains a Word document and an Excel spreadsheet but when I run the msi. file to install the program on my computer I find that everything is OK except that the Word and Excel files are not included in the installation. I can manually copy them there and everything's OK but my goal is to create a CD with the msi. file on it that includes everything (including the Word and Excel files). Can someone tell me how to see to it that those files are included in the msi. file when I build the application Thanks. ...Show All
SQL Server Deploying reports on remote report server
Hello all, I am trying to deploy my rdl's to a remote report server. I have given a valid path in the properties window before deploying...https://RemoteServerName/ReportServer. Now I get the error : Error 1 The permissions granted to user 'domain\user' are insufficient for performing this operation. what permission do I need on the remote server for deployment Thanks..... 1. Open up the Report Manager (or use SQL Server Management Studio). 2. Navigate to the folder where your reports are and go to the folder properties and then Security tab. 3. Click Edit Item Security and click OK on the dialog that follows. 4. Click New Role Assignment. 5. Type in the Windows account (domain\user) or group that you want gra ...Show All
SQL Server membership users MISSING
I created 2nd copy of my entire asp.net website folder. I tried opening that 2nd folder in VWD and ran it. when i was logging into the membership it wont authenticate anymore. I opened the database to double-check the users and found the exactly the same database (as I expected) that I have on the 1st copy website folder. All the users are listed there. I opened the "ASP.NET web Application Administration" and it says I have no users nor any role and that is really impossible coz I can see the aspnet_Membership table having all the users and other info. If i run the 1st copy website folder, no problem at all. Why is that Can someone explain this to me pls Im confused. im a student. big thanks! ...Show All
Microsoft ISV Community Center Forums Using Paste in the File Save as window
Hi all I only know a little about VB but have made a form on word that copys a word from the document saves itself to a folder prints a copy and then exits word. it all works fine except i cannot get it to paste the word from the document in the fileName when it saves. The script is below with red showing the problem. Any help on this would be much apreciated Mark Sub Process() ' ' Process jobsheet macro ' Macro recorded 09/01/2007 by Mark Smith ' ActiveDocument.Shapes("Text Box 6").Select Selection.WholeStory Selection.Copy ChangeFileOpenDirectory _ "E:\Global Internet Learning Ltd Files\Duplication Centre\Client Job Sheets\" ActiveDocument.SaveAs FileName:= , FileFormat:= _ wdFormatDocume ...Show All
.NET Development How to unregister a COM wrapped .NET assembly?
Hi All, I created a COM exposed .NET 2.0 dll and registered with my Windows 2000 operating system using 'regasm' and 'gacutil' Then I tried to call this component from my classic ASP page. It worked fine. But, I need to change the functionality of my assembly. I unregistered it again using 'regasm' and 'gacutil' utilities and copied my new .NET DLL and registered again. But for some reason, i still have a pointer to my old assembly and new calls to the DLL from ASP page are not working. Any Ideas I appreciate any help. Thanks I am facing the same kind of problem. The requirement is -- 1) I need to build a COM library using .NET 2.0 2) U ...Show All
Game Technologies: DirectX, XNA, XACT, etc. EffecMaterialContent behavior in a custom model processor
Hi, I'm writting a custom model processor and I have some questions about it, if anyone can help me I should be grateful. I'm using MeshBuilder to build my mesh, geometry, texture channels, normals... and this works perfectly. I'm putting my textures with 'EffectMaterialContent myMaterial = new EffectMaterialContent(); myMaterial.Textures.Add(keyname, new ExternalReference<TextureContent>("mytexture"))' method. a) I build my asset model in my game project and the texture is named "mytexture~0" and I don't understand why appear that sufix "~0" if I don't have other texture with this name in my project. b) I would like to know if I must load my model’s texture with 'myCo ...Show All
SQL Server BULK INSERT SYNTAX
I am setting up a new database using a shopping cart SW, when I create the DB using there script, I get the following error Msg 102, Level 15, State 1, Line 3 Incorrect syntax near '('. The line syntax is as follows. BULK INSERT testDB . dbo . [Look-Weight] FROM 'C:\Inetpub\wwwroot\test\SQL-Admin\Look-Weight.csv'; WITH ( DATAFILETYPE = 'char', FIELDTERMINATOR = ',' ) GO What is wrong hi, ShaneShowers wrote: BULK INSERT testDB . dbo . [Look-Weight] FROM 'C:\Inetpub\wwwroot\test\SQL-Admin\Look-Weight.csv'; you have the semicolon (;) in the wrong place... at the end of the first line after the file to be imported.. the se ...Show All
Visual Studio Express Editions Hallo i got problem whit my button
I got a code oder my button dat work like the code here below. private void cmdGo_Click(object sender , EventArgs e) { Form f = new Form(); f.Show(); } Is here also a close code for! below the same button. Sorry dont look to my englis ryting thats not my strongest Hi, I think you should declare your Form variable on a main form's class level and use it in your methods, something like: Form1 f = null ; // declared on your class level private void cmdGo_Click( object sender, EventArgs e) { f = new Form1 (); f.Show(); } private void cmdClose_Click( object sender, EventArgs e) { &nb ...Show All
.NET Development ZIP File Creation Using C# and Shell32.dll
Hello, I'm trying to create a zip file in C# using the Windows Shell API (Shell32.dll) with essentially the same code as in the thread titled ("Problem creating Zip File using Shell32.dll" by user "Jeyaraj" - see provided link below) http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=396110&SiteID=1 The code works completely fine on one workstation, but fails in another. I receive a "File Not Found Exception" on the call Shell32 . Folder DestFlder = sc . NameSpace ( TempPath + "\\" + ZipFileName ); I can verify visually that an empty zip archive is available in the specified target destination directory, but the above command consistently fails. I am running Windows XP Pro ...Show All
Software Development for Windows Vista Windows Cardspace Control Panel applet crashes (RTM)
I have several development machines that I have been unable to get the RTM version of .NET 3.0 working on properly. Even after completely uninstalling the various pre-release CTP cardspace / infocard packages, if I make any changes (add / edit / delete a card), the applet crashes with an uncaught exception. Attempting to debug it in VS isn't much more helpful -- I get this error: System.ExecutionEngineException was unhandled Message: An unhandled exception of type 'System.ExecutionEngineException' occurred in System.IdentityModel.Selectors.dll Is there some way to remove whatever Registry / files / settings / etc. are causing cardspace to crash This seems to be system-level as it occurs even with a newly created user account. ...Show All
.NET Development Generating sql query using C# code
How do i generate sql query using my frontend windows application C# 2005. ie developer has to select table and columns from the list box. it should look like our add query in the sql express 2005. Thanks Arun Hi, I guess you'll have to manually create your own sql query string. Unless you are willing to use 3rd party software that automatically generates sql statements. Although these query generator has its own UI. cheers, Paul June A. Domag ...Show All
Visual Basic Applying collor settings at startup
Hi, Private Sub RedToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RedToolStripMenuItem.Click Me .BackColor = Color.Red Me .StatusBalkAntwoord.ForeColor = Color.White Me .MenuStrip1.BackColor = Color.DarkRed Me .GeneralToolStripMenuItem.ForeColor = Color.White Me .StatusStrip1.BackColor = Color.DarkRed Me .ToolStripStatusLabel1.ForeColor = Color.White End Sub Private Sub GrayToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GrayToolStripMenuItem.Click Me .BackColor = Color.WhiteSmoke Me .StatusBalkAntwoord.ForeColor = Color.Black Me .MenuStrip1.BackColor = Color.LightGray Me .GeneralToolStripMenuItem ...Show All
Visual Studio Express Editions Auto Resize of Form Controls
This is always my problem, each time i design form controls, each of them is not resizing whenever I maximize the form. I need to resize, panel layouts, datagridview, groupcontrol, tabcontrol, etc. Is there any easy way of scaling these controls that fits any resolution of display monitors. thanks in advance. Hi Chris, You can use the Anchor property of a control to have it resize when the form resizes. If your set this to Top, Bottom, Left, Right, the control will resize with the form. Either set this property is design time or use the following code at runtime: Button1.Anchor = AnchorStyles.Bottom Or _ AnchorStyles.Left Or _ AnchorStyles.Top Or _ AnchorStyles.Right For more information, ...Show All
.NET Development Why must a type be marked as Serializable to be serializable???
I think when we want to serialize a type, we mean it. Why the Framework forces us to attribute it as Serializable In this way I have to add [Serializable] to the following simple class that contain ONLY simple privimite types, just to let it be serializable. class person { public string name; public uint age; } And more worse, if this class comes from a third party class library, I don't have a direct way to serialize its instances - I have to write custom converters or wrapper/mapper classes. Can someone wise enough to explain the reasons behind this design Thanks. Hi, Thats another way of looking at it - and yes it could have been implemented that way as well. You need to b ...Show All
