Software Development Network Logo
  • Microsoft ISV
  • Smart Device
  • Visual C++
  • VS Team System
  • Windows Forms
  • Architecture
  • Visual FoxPro
  • Game Technologies
  • .NET Development
  • Windows Live
  • Visual Studio
  • VS Express Editions
  • Visual C#
  • Visual J#
  • Windows Vista

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

jupitor_rules

Member List

JPG
BarbaraC
Andrew K.
Ramakrishna Neela
Genady Beryozkin
Richard Waymire - MSFT
James E. Davey
Olly127863
James Risinger
soleildumidi
Julian Haeger
KurtGo
AJSA
JohnLx
ward0093
Dralt
wiscon
KishoreK
dogdogkit
Juan de la Vashon -beta 126484
Only Title

jupitor_rules's Q&A profile

  • Visual Studio Express Editions a few questions...TextBox and changing an Image

    Actually one more question to that list. I just ran the application and got an error. I'm working with a node list and it says my node list variable doesn't have a value. I'll show a section of the code, and let me know if you need to see more. I realize now by looking at it that I declared the variable, but never set it. How do you set a node list variable Dim xmlCCNodes As System.Xml.XmlNodeList Dim xmlCCNode As System.Xml.XmlNode For Each xmlCCNode In xmlCCNodes........ I also need to figure out two more things (for now). I have a textbox that I want to show several things each on their own line, like this: T ...Show All

  • Visual Studio Tools for Office VSTO installation

    The documentation says that I must install VS.NET 2005 Beta 2 first in order to create GAC. Then I must install MS Office. My question is if I have installed first MS Office and then VS.NET 2005 can I add Office PIA's to the GAC just reinstalling .NET programmability support in Office Do I need to reinstall the whole Office just to have the PIA's added to GAC Thanks, Martin Kulov Do you have any idea of when the Culture error will be fixed! I always need to run this code before I do anything in Excel. int nID = app.LanguageSettings.get_LanguageID(Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDUI);      &n ...Show All

  • Windows Forms ConfigurationManager app.config problem

    Dear Friends, I have been trying to get the following to work properly, but with little luck. I have created a class that inherits from ConfigurationSection. I then added a <configSections> ... <section name="test"> in a new app.config (which I added manually to my project). It seems to be able to read the app.config, but not write back to it. I seem to have a partial/temporary working config file that is created in the bin\debug directory called XXX.vshost.exe.config. It seems to temporarily store the proper values when I save the settings, but seeing that it is rebuilt dynamically everytime the application is run ...Show All

  • Visual Studio Portable source Safe is it possible?

    I have a project stored in source safe on a portable hard drive. The problem i am facing is that i can develop using 2 different machine onto 2 different network if you like Depending on the computer i plug my portable harddrive with source safe in it i get different drive names EG(F,G E Ect)   What is the best way to do this The only thing i could come up with was reset the working folder all the time when i switch machine. Is this the only way thanks vbjunkie You could set drive letter to the same letter on both computers. To do that Open Management Console (from Control Panel->Admin To ...Show All

  • SQL Server Problems running SQL Agent Jobs & SSIS Packages

    I'm having some difficulties with the SQL Agent and running my SSIS packages. At present, I have several packages that import data from Oracle, a few that use a JODBC connection and several more that transfer data from other SQL servers (2000) I originally had the SQL Agent log in as a System Account, and although the pacages run fine if I manually right click and execute them, if I add them to a Job they fail with a login error. I then changed the login details to my domain account and the Jobs that run accross the SQL servers run fine. However the others that use Oracle and JODBC still fail with login errors. I've tried creating Credenti ...Show All

  • Windows Forms Ensuring visability of a new row in a DataGridView

    My problem is as follows. I have some code to populate a DataGridView, the user can add rows to the gird by dragging from a treeview.  When the item is dropped into the DataGridView I want to new row (which is at the bottom) to be visible, i.e. the same results as using the ensureVisible when using a listview or treeview in VB6.  I am using VS 2005 B2. Spent a good few hours trying different ways to get it to work but no success yet, I must be missing something really obvious ! Any help very much appreciated. Setting the currentCell works perfectly, thank you very much ...Show All

  • Visual Studio Team System TF commands not very responsive to Ctrl+C

    I was doing a diff on a file between two changesets with lots of changes between the two.  The output kept going and going.  I pressed Ctrl+C several times but the output kept going and going.  In the end, it looked like it stop output after it was done.  There was no indication that it even saw the Ctrl+C's.  I am doing this via RDP but that shouldn't matter. Keith, I've had a similar problem recently with MS Build, I think it might be due dealys in displaying data to the console windows further delayed by using RDP rather than the program itself being unresponsive.&n ...Show All

  • Visual Studio Team System WebTest Validation Rules

    I've created a webtest that is using a FindText Validation rule. The test consists of navigating across several pages, and on the last step, looking for a text value, which will not be present. When I run the test from Visual Studio, the results message is 1 test failed and I cannot determine which step failed. In the short amount of time I've been working with this, it looks like I may need to extend the validation rule class and include some logic that will allow me to log data, such as uri, test, and results so I can diagnose the problem. Am I on the right track, or is there something else that I'm overlooking. I've also run into th ...Show All

  • SQL Server generate filename from today

    Hi, I have to create an ascii file which name format is like vyymmdd.txt What would be the best way to do this I have used DTS package to do this but file neme must change every day. rgds Kari Is this what you're looking for ! select 'v' + convert(char(6), getdate(),12)+'.txt' Regards, Clifford Dibble ...Show All

  • Windows Forms I need to run an exe as part of the install

    I need to run an exe that installs an ODBC driver for an odd database. How can I get ClickOnce to see this as a prerequisite and run it if the driver isn't installed If you really want to make it a ClickOnce prerequisite, i.e. place it in the ClickOnce manifests, you'll probably need to use Mage to edit/update the manifest. If the ODBC driver doesn't show up as a project reference, then I don't think we can get it to show in the Application Files dialog. Another approach would be to use the bootstrapper. You can build a bootstrapper package that installs your driver, and when the user does the install, t ...Show All

  • Windows Forms Click Event

    Can someone tell me what the code for opening a link is.   Like Process.Start(" www.microsoft.com ")  for Visual Basic .net.   Also could someone tell me where to put the code. I don't understand - if you mean a URL link, that is the code. Put the code where-ever you want to open a URL. I suspect you're asking something else, but it's not clear to me. Do you mean a link button It's like any button, you can add the code for a click event in the designer, it will put the right code where it needs to be. ...Show All

  • .NET Development Hosting under CLR v2.0

    Hi, I'm trying to host CLR for advanced software protection On .NET v2.0, this is possible ICLRRuntimeHost *pCLR = NULL; CorBindToRuntimeEx(..., &pCLR); pCLR->SetHostControl(...) ICLRControl *pCLRControl = NULL; pCLR->GetCLRControl(&pCLRControl); pCLRControl->SetAppDomainManagerType("MyDomainManager, version=1.0.0.0, culture=Neutral, PublicKeyToken=null"); pCLR->Start(); ... and then provide the assembly "MyDomainManager" under IHostAssemblyStore::ProvideAssembly I don't want to have the scenario where the MyDomainManager.dll must be registered on the GAC or stored on the same folder of the Loader.exe (CLR ...Show All

  • Visual C# How to check string is number or not in C#

    Hi! Enveryone: I am new in C#. I want to check whether the user input to a text box is a number or not. What is the string function to check it I do not want to use try and catch. Thank you very much! CLC In the TextBox_TextChange check the charater by using the following code for (int i=0; i<this.textbox1.text.length; i++) { if (char.IsDigit(this.textbox1.text )==false) // give any error } ...Show All

  • Visual Basic Webbrowser Control - Add Html Code or detect scroll

    Hi, I am trying to use a Webbrowser control which loads our Intranet page but need to detect that the user has scrolled to the bottom of the page. Can it be done The idea is that the user is forced to scoll to the bottom of the page and then a Button will be displayed from which they can launch our ERP application. We use the intranet page as a means of communication between Head Office and our branches but want to ensure that the user scrolls through the page. Once they have reached the bottom I would then like a button to appear, not necessarily in the Browser, but on a panel in the windows form. Then they can click on the button and ...Show All

  • Visual Studio Express Editions assetion faileed

    been using kazaa for long time, windows autamatically upgraded and now assertion failed, tried uninstalling both microsoft visuall c++ studio and kazaa, downloaded express version of c++ visuall studios and redownloaded kazaa. still get same assertion failed. program: c:\program files\kazaa\kazaa.exe, file: esctype.c, line 68, expression: (unsigned)(c+1)<= 256. completely lost in visuall c++ studio, pretty smart but construction worker not computer expert with a lil help i can prob figure it out please help i miss kazza well i tried finding all that assertion stuff but got lost, i tried debuggin kazaa in microsoft visual studios but ...Show All

©2008 Software Development Network