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

Software Development Network >> einaros's Q&A profile

einaros

Member List

László Nánássy
xuanthuyit
Thiru_
Amit Bansal
catherinejean
LTremblay
daijun
RGravity
maverick_majnoo
Madhu Gandhi
Hugocpp
Alek Yakovlev
Sparklight
doener
shanthi
skuehner
John Smart - MSFT
NeederOfVBHelp
oipreS
sk8terboi
Only Title

einaros's Q&A profile

  • Visual C++ Why is base class destructor unresolved in Release mode (VS2005)

    Abstract base class, Foo, exists in library F Derived class (from Foo), Bar, exists in library B Module M uses Bar (but never Foo directly). Linking M to B satisfies all external references in Debug mode. In Release mode, however, linking of M complains that the reference to Foo’s destructor is unresolved. This seems inconvenient. It is caused by optimization because if you disable the optimization on M, there is no link problem. Can this behavior be justified Does anyone understand what sort of optimization is happening that causes this behavior Is there a way around this other than either disabling optimization or linking M to F (also setting M’s C++ Properties/Optimization/Whole Program Optimizat ...Show All

  • .NET Development Editing and Deleting nodes in VB

    Howdy, I'm working with a program using an XML file, and I'm trying to delete and edit nodes and attributes (well, delete nodes and edit attributes). I've looked around a fair bit, including through these forums, and simply can't find any good easy-to-use tutorial or documentation on this sort of thing. Does anyone know how I can edit or delete nodes using VB.NET, or any tutorials Any languages is pretty much fine (I can sort of try to translate it, but I would really prefer something about VB.net, if anyone has something of the sort). I've looked all over, and can't really find anything that I'm looking for. Thanks so much! Anything really is greatly appreciated. Thanks again! -Robert Hi, I tried looking up the documentation on ...Show All

  • .NET Development Split Command AND an Array

    string [] fnames = new string [8 ] { @"\\Share\File.rpt", @"\\Share\File.rpt", @"\\Share\File.rpt", @"\\Share\File.rpt", @"\\Share\File.rpt", @"\\\Share\File.rpt", @"\\Share\File.rpt", @"\\Share\File.rpt" }; int fcnt = 0; char delim = ' '; string rprtRead; string [] rprtARR = null ; while (fcnt < 8) { using (FileStream fs = new FileStream(fnames[fcnt].ToString(), FileMode.Open, FileAccess.Read, FileShare.Read)) { using (StreamReader sr = new StreamReader(fs, Encoding.GetEncoding(437))) { rprtRead = sr.ReadToEnd(); rprtARR = rprtRead.Split(delim); } } fcn ...Show All

  • Visual Studio Express Editions tabcontrol focus

    hi everyone, im working on a new project where I have a tabcontrol and two tab pages. on tabpage1 i have a rich textbox for the user to enter whatever text they want, then on tabpage2 i have a webbrowser. in my menustrip I have code set up so that when the user clicks the homepage menuitem the webpage loads in the webbrowser on tabpage2. my trouble is im trying to get tabpage2 to focus before the site loads but it wont focus. any ideas Thanks! michael ' Button1 or your menu item click, same concept Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click WebBrowser1.Navigate( "http://www.cnn.com" ) TabContro ...Show All

  • SQL Server Windows 2000 professional HELP

    I don't know where to post this so please forgive me. I have a major problem and don't know what to do. I have a computer given to me by some friends. I am not very knowledgeable about it but I will do my best if someone can help me with not having to just trash the computer. It has a partitioned hard drive. I can find out any info needed to help with this. I just need to know where to look. It has windows 2000 professional and milennium on it. I accidentally deleted a file on it and now I can't even boot it up. Yeah STUPID I know. It is giving me the message "<window\system32\ntoskrnl.exe> file is either missing or corrupt." "please reinstall this file." How the hell do I reintsall if I can't get anywhere on this thing. I can get to ...Show All

  • SQL Server How can we verify the Clustering algorithm models?

    Hi, all here, Since we are not able to use accuracy chart for Clustering algorithms there. So how can we verify the accuracy of clustering algorithm models here in terms of its classification and regression tasks Thank you very much in advance for your guidance and advices for that. With best regards, Yours sincerely, Actaully, you are able to use accuracy chart if you define any columns as predictable for the clustering model. You can verify this by using the Targeted Mailing data set from the Adventure Works DW. You can create a Microsoft Clustering model and set the bike buyer as predict. After you process your model, you will be able to get lift chart, profit chart and classification matrix for your clustering m ...Show All

  • Windows Forms Add an Installer withinh my installer

    Hi, I am working with VS2005 (VB) and my application requiers another installation (I am working with ArcGis, and need to install the ArcGis Engine), How can I make my setup project to Install that software Please help!! Yael We have built several extensions for use with ArcGIS, including installers. I think that trying to include an installation of ArcGIS in your distribution would be difficult, as their install is quite complicated. Additionally, have you considered that many users may require a particular version to support other uses of ArcGIS Our customer has some applications that won't run on 9.2, while our latest version does work with 9.2. Your best bet if you require ArcGIS to ...Show All

  • SQL Server Connection String Encryption for SQL Server Mobile

    I'm seeking suggestions on how to go about encrypting a database connection string in the compact framework. It's something that I thought would be relatively straight forward as I've accomplished it without much difficulty in the full framework, but I'm stuggling to find a solution. I've been trying to implement a solution using public/private key asymmetric encryption using the RSA provider. I've essentially been trying to encrypt the connection string once on my development machine so that I can include both the encrypted connection string value and public key in either code or an external file. I'd then keep the private key out of harms reach. The problem I've encountered in doing this is that that RSA provider seemingly only allows ...Show All

  • SQL Server Run time variable setting

    Hi, I want to execute a BAT file using Execute Process task, where I want to select the file path (directory) dynamically using a variable whose value is set at runtime. In simple terms I want to send a value to the "Executable" property dynamically Can some one help me on this This is definitely a possibility. I have done this many times. Follow these steps: Go into the Task and to the left of the task editor click on the expressions. To the right you will see "Misc" and below that "Expressions". Click in the box to the right of the expressions. You should see an ellipse or "..." button. Click it. The "Property Expression Editor" will appea ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Download

    How big will the file be I'm rumming on Dial-up and don't want ot be waiting for hours trying to download it. Don't worry, Supernerd. i'll have my limbless brother drag the corpse of a Pony Express rider carrying the beta on CD through the desert with his teeth. It should get to you faster than dial-up. - MrSock ...Show All

  • Windows Forms Winforms with Access DataBase ( it doesn't SAVE , modify records )

    Hello. I'm developing an application using vb. NET and an Access DataBase ( the application is not big ). I ADD a DataSource, ( Menu/Data/Add new datasource) i select an Access Database, and i select the table i need ( dataset ).. everything seems to be fine. I go to the dataSource Windows to see my DataSets with its table, i drag and drop it into a blank winform, it creates a datagrid with its navigator, every seems to be cool. I run the app, and i start adding data into the datagridview.. i press the Save button to update the change... i close the windows and i open it, and i SEE the changes. BUT when i close the app, and i open it, i see that NOTHING was SAVED. i was testing and the problem only happens if i use an Access ...Show All

  • Visual Studio Team System High Execution Times ASP.net

    Hi, I am performaing a load test on one asp.net application. In the results I see the execution time counter of ASP.NET to be very high(100 sec) . When I check the sql profiler, there was nothing wrong. Also the request wait times were also high. Other observations, The CPU's of web server and sql are not the bottlenecks. What could be the reason of having high execution times Thanks. When I ran the webtest, the response time of one page is near 9 sec and the sum of response times of all pages in the webtest is 15 seconds. ...Show All

  • SQL Server Using Webservice in ReportViewer Control

    HI I want to use ReportViewer Control to show the data. Can I render report using Sql Server 2005 Reporting web service call. I didn't get any sample which allow me to host report on reporting server but view them using ReportViewer Control using webservice call rather than using URL. I need to hide Reporting server URL location. And If you show report using ReportViewer Control using URL mechanism, anybody can see the report server url. If you use the viewer control ( www.gotreportviewer.com ) hosted from an ASP.Net application, then you can isolate the user from the backend report server. In fact, it does this by default. ...Show All

  • Windows Forms Sorting a treeview

    I have extended the TreeNode class to make my own class that has an extra property called 'order'. When my TreeView is initially populated new nodes are assigned a value in their order field. I've also defined my own IComparer class (TreeNodeSorter) that sorts the node based on this order property. When the Tree is populated or a new node is added at a later point then it is inserted in the right place according to the sort. However, I also want to be able to change the 'order' field of an existing node and for it to be then put in the right place. I originally tried this by updating the order field and then calling treeView1.Sort() but it didn't work. Can anyone tell me how I'd go about doing this please Thanks in advance, Tom ...Show All

  • Windows Forms How to increase maximun folder/file path value

    Hi All, Windows operating system do not allow user to create a folder/file whose full path is greater than 260 characters. For example if we try to create the following folder hierarchy in windows OS, it will not allow us to create the same because last folder's full path contains more than 260 characters:   C:\This is my folder on level 1\This is my folder on level 2\This is my folder on level 3\This is my folder on level 4\This is my folder on level 5\This is my folder on level 6\This is my folder on level 7\This is my folder on level 8\This is my folder on level 9   In my current project we can't restrict user for the same, so using small names for the folders is not an option for us. &nb ...Show All

©2008 Software Development Network