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

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

Jscratch

Member List

Aeden
Yogesh Ramakrishna
SQL Sifu
SamTheMtnTroll
Anthony Moore
Grady McGhee
yj2000
TheUaRT
ArekP
Jair Priori Minharo Junior
Steve Whitley
Uncle John
Chike_
DouglasL
Ted T.
Inder Virmani
guyinkalamazoo
Tommy Tucker
Sigfuss
Deadly Trev
Only Title

Jscratch's Q&A profile

  • Visual C++ native members of managed classes?

    Hi jedediah! What's the preferred way to effectively have a native class as a member of a managed class What do you mean class NativeClass { }; public ref class ManagedClass {   protected private:     NativeClass *_pNativeMember; };   jedediah wrote: It's the C#/VB monkies I'm worried about. C++/CLI seems to do the best job of making disposing transparent but it seems to be a house of cards with the other languages. I definitely Agree with that... When Visual C++ entered the .net framework in VS2003 I knew ...Show All

  • Visual Basic Progress bar

    Hey, I have 14 textboxes and a progress bar , and i want it to go up 7% everytime one of the textboxes is filled in. So i have this: Hi, Have you tried changing + and = like this: If text2 > "" Then ProgressBar1.Value += 7 :) Max ...Show All

  • .NET Development static data at process level (rather than AppDomain level)

    For unit testing purposes, I would like to be able to share some data between AppDomains. More precisely, I would like to achieve the "static" semantic but at the process level (as opposed to AppDomain level). Is there some simple way to do that (simple as opposed to building a whole dedicated remoting architecture for that purpose) Is there an equivalent of the LocalDataStoreSlot at the process level Thanks in advance, Joannes Vermorel You could create a remotable singleton -- although it sounds like you've considered that and don't want all the extra code.  If your code all runs on the same thread ...Show All

  • Visual Basic need help about active x

    I made an active x control on my visual basic 6 and use it as an active x on my created webpage. The active x is running normally on my webpage, but the problem is, when I published my webpage, the active x coudn't see. what should i do As is a web page development. You may find you'll get a better response on forums.asp.net which deals specifically with asp issues. What couldnt the activex see Is it that the browser requires that you allow the activex control. ...Show All

  • Visual C# How to print the XML file?

    hi, i'm using VC#. I want to print out an existing XML file that it will pop up the openFileDialog and then the printDialog to let the user choose the printer. The problem is that I want the print out to be in color (same as when you open and print the XML file from IE. ) Anyone can tell me how to do that or link to sample codes would be appreciated. Thanks,  ...Show All

  • Visual Basic VB6: CType throwing error

    Greetings, after a long hiatus, I am briefly returning to VB6. I must have forgotten some essentials, because I get errors when using CType that I can't find a solution for. In particular: Dim eventObj As IHTMLEventObj Set eventObj = m_doc.parentWindow.event Dim src As IHTMLElement Set src = eventObj.srcElement Select Case TypeName(src) Case "HTMLInputElement" Dim inputElement As HTMLInputElement Set inputElement = CType(src, HTMLInputElement) The code compiles, but the runtime breaks on the last line and I get an error 'Variable not defined', with the HTMLInputElement argument highlighte ...Show All

  • SQL Server Creating scripts to run on sql 2000

    I'm trying to create scripts for tables that I'll be running on sql 2000. Even though I check the option for sql 2000 compatability in the scripting wizard, the script contains code that won't work in sql 2000. Is there a fix or am I doing something wrong thanks. Rick, could you supply the code that was generated as well as the task you're trying to perform This way, at the very least, we can help you perform your task. In addition, we can see if it is a bug in Management Studio. ...Show All

  • Visual Studio Express Editions Disappearing data

    I am trying to get used to SQLServer having previously used both Access and MySQL. I downloaded August VB CTP and installed VB and the included SQLExpress. I can create databases, access eg Pubs and Northwind, and update these programmatically, but once I exit and restart the program my changes \ additions \ deletions are gone. If I edit the databases using the provided tools they stay edited, but through VB I can't change them. I have tried changing access methods, user, etc., but to no avail. Can anybody point me in the right direction Thanks The problem/opportunity is the following.  When you hit F5, Visual Studio copies the MDF ...Show All

  • Visual Studio Team System WSS Customization how to remove Process Guidance?

    Not sure if this is the right forum to ask but since it gets created by TFS I'll ask here. I've been creating my own TFS template using the MSF Agile as a baseline and I'm having almost everything the way I want now, except the WSS site. I'd like to remove the Process Guidance from the left menu of the WSS sites created. Does anyone know how I can do this I already removed all the content under it by removing certain things in my TFS template (so when you click Process Guidance it gives 404 in WSS) but I'm not sure how to change the WSS site left menu. Is it the .stp file I need to customize I'm not sure what tool can open the stp file ...Show All

  • Visual Studio Tools for Office Excel screen updates - real slow

    Hi, We are developing a modelling application where we are effectively showing a grid of data. A value change in a row item, results in the update of the correct field or property in the model and this in turn raises an event (loosely coupling) to update the values in the following rows. For example, the more people you put in the production line the more work get processed and this in turn affects the output which in turn affect the work carried forward, which affect the work brought forward into the next line etc etc etc... Basically an update results in a cascade of events to calculate the derived values in the model. On a pure Excel ...Show All

  • Visual Studio Team System Passing UserName/Password on Command line to TF?

    Is it possible to pass the username and password on the command line to the TF command If I cannot that means I cannot redirect the output to a file. Yes, you can use the /login option. Every tf command supports it. Example: tf checkout foo.cs /login:joeuser,secretpassword You can find the command line documentation at http://msdn2.microsoft.com/en-us/library/cc31bk2e(en-US,VS.80).aspx . Buck ...Show All

  • SQL Server Does any one know how to reset sa Account?

    I'm a programm designer, when using SQL Express Server, one of my codesigner accidently changed the name of sysadmin account "sa" into somthing else, even disabled the login of this account. since that's the only one account we can login, the database is now closed to any further operation above basic level. looking for any possiable means to regain the control of database.  like how to reset "sa" account or reset the "master" database. we sure make a "security database now" *_* find a way to reset database using database under "Template Data" folder. this is however not suggested, while lost all the data. ...Show All

  • .NET Development Populate DataSet from CSV

    Hi there! I'm trying to populate a DataSet from a CSV-File. The CSV-File looks like: "Name";"Given name";"Department";"E-Mail";"Telephone" "Test";"Test";"Dep 1";" Test@Test.com";"+49  555 555 555" And my Code looks like this: string  strConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + System.IO.Path.GetDirectoryName(strFileName) +";" + "Extended Properties=\"Text;HDR=YES;FMT=Delimited\"";   System.Data.OleDb.OleDbConnection conText =  new  System.Data.OleDb.OleDbConnection(strConnectionString); new  System.Data.OleDb.OleDbData ...Show All

  • Software Development for Windows Vista Beta 2 Installation Problems (Package Load Failure)

    I just finished installing beta 2 of workflow foundation and when I open up Visual Studio I get: package load failure microsoft.workflow.vsdesigner.designerpackage I'm running XP sp 2, VS 2005 pro, and all the feb ctp winfx bits. All the installations completed without error. I tried repairing the orcas dev tools install and the 2005 extensions for workflow install but it didn't help. I was getting the same error when I started Visual Studio.... if you look at \Program Files\Microsoft Visual Studio 8\WinFXReadme.htm it actually has a mention of this error. After following the inst ...Show All

  • Windows Forms Logo in the bottom, left

    Hi, I need to have a logo always located at the bottom, left of my screen. I thought that by using Anchor it would do the trick but it doesn't. In http://www.corobori.com/sos/picLogoDef_1.jpg you can see that the logo is slightly off the form in my inherited form. In http://www.corobori.com/sos/picLogoDef_2.jpg you can see the logo in middle of my form whereas the&nb ...Show All

©2008 Software Development Network