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

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

MartaGK

Member List

Kelvin Hoover
Kyron
NeuroWinterMute
Paul Johansen
msbh88
Norman Sasono
Benjamin Day
Justin Robinson
jnvr
reez
Hf Kok
SamShaikh
syiown8
PDHB
RonQ
Vincent_Liu
beachbum714
Dan Dittenhafer
JJoergensen
hhhyz
Only Title

MartaGK's Q&A profile

  • Visual Studio Tools for Office Desperate for help - getting my Add-In to run

    Hi; Ok, I have built two new test Add-Ins, one under VS 2003/.net 1.1 and one under VS 2005/.net 2.0. Both run fine on my system (the .net 1.1 requiring winword.exe.config set to 1.1). But my existing Add-In which I have built and tried to run under both VS 2003 and VS 2005 - nothing. It doesn't start, it never even hits the object constructor in the debugger, and Word says nothing. How do I find out what is wrong thanks - dave Hallelujah, Hallelujah - the choir breaks out in song, the dark clouds part, the sun shines down, the dark lord of hidden errors has been banished from the kingdom. thank you! I changed the LoadBehavor from ...Show All

  • Windows Forms ideas for composite control (is this possible?)

    hiya, I have a winform that contains 2x userCtrls: <layout>  userCtrlJOB (displays the values of the "job" biz object)  userCtrlPERSON (displays the values of the "person" biz object) <\layout> Instead of including a "NEW" button within each userCtrl..I was hoping that I could create a single "NEW"button, that when clicked would recognise the current ...Show All

  • Visual Studio Express Editions Registration is somewhat confusing

    I think I registered successfully but I haven't received a key, only a thank-you email. Does anyone understand exactly what is supposed to happen when registering Thanks. No problem! I believe the registration process for SQL Server Express Edition is different from the other Express Editions. I'm looking into it for you now. Benjamin Bradley - VS Core IDE ...Show All

  • Visual Basic I need help fast!!!

    OK....I have been plinking with VS2005 for about a week..... I have a very extensive app I wrote in VB5 then 6 so now I am transferring it to VS2005. Things going great until I did the following..... 1 form....11 panels.......MANY controls throughout the panels. I also have three toolstrips. I decide to cut some controls from one panel into another..... The code no longer worked for them so I figure ok....hmmmm......I noticed when you cut and paste it truncates the event so you have to add back to the end the event.... so button1_click (balah lahaladakj) handles button1.click no biggie right Well now most of my controls ...Show All

  • Visual C# Search DataSet

    I've got an app that populates textboxes based on a DataSet, like so: txtModel.Text = ds.Tables[ "dtModels" ].Rows[iCurrentRow][ "Model" ].ToString(); txtDirectory.Text = ds.Tables[ "dtModels" ].Rows[iCurrentRow][ "Directory" ].ToString(); txtName.Text = ds.Tables[ "dtModels" ].Rows[iCurrentRow][ "Name" ].ToString(); etc.... And I can navigate through this DataSet by changing the row index, no big deal.  But I'd like to have a search box that the user can put a string in and the dataset would only return those records LIKE the string.  In other words, if I enter 'C130', then the DataSet would set it's filter for ...Show All

  • Visual Studio Express Editions Installation Questions

    This may be a stupid question. I don't have a broadband connection and I'm planning to download VC++ Express in my friend's computer as an ISO (.IMG) image file as advised by the download page. Transfer the file to my computer and extract via ISO Buster. My concern is if it is indeed possible to install the program in another computer (not the one that downloaded it) and register it under my name Or maybe MS only allows installation to the computer that downloaded the file. Nothing is mentioned in the website. Cheers! ...Show All

  • Visual Basic Trouble with vs 2005 beta 2

    Hello. I have order VS Studio beta release 2. now it is 1 mounte over betwen installation and now. The problem is that my Compiller not to what i want. and i have nothing do befor in the settings part. The other, fathal problem is that my keyboard commands in the Source Window not correctli works. i mean: The backspace and some shortcout commands licke Ctrl+C and Ctrl+V dont work. i haven't the express edition. What is the problem. is my trail period over . but i have never seen somting like a time period. plz help someone. thx (danke) your CH-boy T his looks similar to a problem we have seen.  D ...Show All

  • SQL Server Old Excel files after SQL2000 > SQL2005 migration

    Hello there! We are having some problems over here after our SQL2005 upgrade. If we try to use an excel file that previously accessed the SQL2000 database (same DSN name and credentials), and then try to refresh the data after the 2005 upgrade, we get the errormessage "[Microsoft][SQL Native Client][SQL Server]User 'DOMAIN\username' does not have permission to run DBCC TRACEON." We have tried to delete and recreate the DSN file.. Tried to use SA user instead (with offcourse full access).. An even bigger problem is that we can not even get into msquery to copy the SQL query to make a new file, the same problem appears. ...Show All

  • .NET Development Miltiply applications memory use

    Hello. I have a few vb.net windows applications that are running on screen. My problem is that when the exe file is only about 25k the memory it uses(+framework) is about 10mb-12mb for each of the applications. Can frame work be shared so even if I have few on screen apps , it will load the framework only once For now I have only 3 apps (that is about 30mb of memory use) and I need to do about 10 apps running .. Please help. Everything is run seperately (if one crash the others survive). .NET use a gargadge collector so it will only clear memory when it needs to. I had a simple app and the memory went to 300mb but when an ot ...Show All

  • Visual Studio Team System Import non-VSS solution and projects?

    I have a solution that is from Sourcegear Vault. I would like to know how to import this into TFS. Is there a guide on how to import a solution with bad bindings How can I remove the bindings from the existing solution and structure and then import it into TFS I really need some help as I do not want to move forward and make a mistake here. regards, Mark It doesn't matter what the provider is set to -- just unbind everything. Then set your provider to TFS and use Add To Source Control. ...Show All

  • SQL Server Looking for simple sample

    Hello I'm looking around for tutorials and samples for Notification Services applications for a while now, but I just can't find something that covers what I want to do. All I want is to check if a value in my Database changes or exceeds a specific value and then send a mail. Does anyone know a good sample that show's me how to do this or can anyone explain it in a couple of words Thanks in advance! This is a fairly common scenario. Use the SQL Server Event Provider to query your database table, looking for new or changed records. In your Subscription Class, have each subscriber specify the thresho ...Show All

  • Visual Basic Import from HTML table

    I'm attempting to import a data update from a file that is a simple HTML table. <Table><TR><TD>REGISTRATION_UID</TD><TD>REGISTRATION_DATE</TD><TD>GENDER</TD> <TD>DOB</TD><TD>EMAIL</TD><TD>Prefix</TD><TD>FIRST_NAME</TD><TD>MIDDLE_NAME</TD> <TD>LAST_NAME</TD><TD>Suffix</TD><TD>LOCALITY_CODE</TD><TD>Locality</TD> <TD>Township</TD><TD>Precinct</TD><TD>Precinct_Split</TD><TD>AKA_NAME</TD> <TD>PhoneNumbers</TD><TD>CURRENT_RECO ...Show All

  • Visual C# Fill a shape

    I have a shape like this shape , and I want to fill it with a color, can someone help me Greets, DIII cgraus wrote: I don't know why the GDI FloodFill function is not offered in GDI+. You could pinvoke it, or ( assuming you're still working on this drawing program ), you could accumulate an array of points as the user draws, and then use the FillPath function ( from memory ), which takes a Path built on those points and will fill it as well as draw it, with the brush of your choice. I think it doesn't work if it is an opened image. ...Show All

  • Visual Studio Express Editions I need a code for vb 2005 express

    I need a code for my submit button to send me an e-mail with a picture of the screen..... i have tryed a few but they don't work like I need them to... Please help me if you can. Hi, Do you mean send an image of the screen when you press the submit button If so, you can try sending a printscreen keystroke then accessing the clipboard and retrieving the image stream to convert it to image then send it as a mail.. sending a printscreen keystroke: Dim sKeys As String = "{PRTSC}" SendKeys.SendWait(sKeys) cheers, Paul June A. Domag ...Show All

  • SQL Server One dataflow for sevral Oracle Instances ?

    Hi, I designed a dataflow which extracts, transforms and load (the main goals of an ETL .... ) data from an Oracle db to an Sql Server 2005 db. The issue is that I would like to run this dataflow on several Oracle instances in a row. This intances are not on the same Oracle Servers. Is there a way to set only one data source for all these intances and to use a loop to execute the dataflow for each . Regards Ayzan You could place the Data Flow inside a For Each Loop. Select the enumerator best suited to the list of servers you have, and obviously pass this out through a variable(s) so that you can u ...Show All

©2008 Software Development Network