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

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

Gallo_Teo

Member List

Keith Henry
forumnewbie2006
AnilK
Debojyoti
KC GSR
GSA
Matthew Maddin
btimur
SuperStruct
BBBruce
Eigil
Alex J.
Tirumala
Levi Wallach
GaneshPalwe
JustinRenquist
Fduch
tomandlis
DavP
DaveStacy
Only Title

Gallo_Teo's Q&A profile

  • Windows Forms Smart Client Deployment

    Greetings. I've created a little application that fires from a web link and does some functions.  I cannot get the application to fire consistently on all machines in my office.  I followed all the instructions for setting security and such on  ...Show All

  • Smart Device Development VS2005 sucks!!

    I have been using vS2003 for a couple years now. I upgraded to 2005 thinking I'd be getting a better environment with more up to date libraries and tools. What I ended up with is an environment that takes 3 or 4 minutes to open for me to start working. Another 4 or 5 minutes to open my tiny PDA application with 4 forms in it. Errors that make no sense about such and such not existing as a function of a class, yet the editor itself finds every ...Show All

  • Architecture Advantages of OOP ?

    Hello, Im a fun of OOP designs. I design my bussiness classes when I start a new project. Then maybe I will write mapper classes for bussiness classes to map DB tables or using an O/RM tool or an ODBMS . Think that this project is big one and it has long deadline. You will develop it 2 or 3 years. Requirements will be changed. To develop this project with OOP designs and n-Tier application design is good idea. But I am asking myself ...Show All

  • Windows Forms Reloading MDI Container

    Hi, Say a form, a MDI Container,  called frmMain; another form frmLanguage allowing me to change the User Interface Language. Changing the language works fine when I quit the application and comes back. I would like to make that more user friendly. ...Show All

  • Visual Studio Team System Adding files to TFS source control without a team project

    Is it possible to add files to the TFS source control without associating them to a team project I have a couple of files that aren't under any project management which needs to be put under source control (for proper backup etc). If this is not possible, can I add a new team project without using a process template, not creating a sharepoint site, etc, etc. /Chris ps. I searched the forums for this kind of question but I couldn't be bo ...Show All

  • SQL Server SQLEXPRESS default Owner wrong

    I'm getting the "This database does not have a valid dbo user or you do not have permissions to impersonate the dbo user,...." error message when trying to add a Database Diagram from Visual Studio Server Explorer. I can add the diagram without a problem from SQL Server Management Studio Express CTP. When I view the properties of the database in VS, the owner shows as XYZ\MyOldUserName. This is wrong. I just added this database t ...Show All

  • Visual C# DOS window doesn't close after process started?

    Hi, I'm trying to run a process from a Windows application. Example: if (Regex.IsMatch(textDomain.Text, "( =^.{1,254}$)(^( :( !d+.)[a-zA-Z0-9_-]{1,63}. )+( :[a-zA-Z]{2,})$)") && Regex.IsMatch(textRecord.Text, "^( :( :25[0-5]|2[0-4]\\d|[01]\\d\\d|\\d \\d)( ( =\\. \\d)\\.)){4}$")) { Process testProcess = new Process(); testProcess.StartInfo.CreateNoWindow = true; Process.Start("cmd.exe", "/c ipconfi ...Show All

  • .NET Development Bug of .NetFrameWork2.0???

    Hi, all, I am not sure this is proper place for this question, but I hope get your help. I develop one project with VS2003, this project contains two parts, one is VB.net upper application and one part is OCX made by VC.net. In OCX, there are one popup windows which use following code: ---------------------------------------------------------------------- BOOL CWndPopup::CreateReportWnd(void) { LPCTSTR lpszPopupClass; try { CBrush o ...Show All

  • Visual Basic XML code commenting in Office Tools projects?

    I just started a new Excel Office (Visual Studio Tools in VS 2005) project. I have been using the "Insert Comment" feature (on the context menu) in other VB 2005 projects to generate XML code comments, but this doesn't seem to be available for Excel Office projects. Is there a way to turn this on Or am I just out of luck Thanks, --Lance-- Figured out the answer on my own, so I thought I woul ...Show All

  • SQL Server Subscription and email issues with Browser role.

    We have our user's set up in the Browser role.  We are having an issue in that none of them can create a subscription on a  report or email a report.  If they set up a subscription, it is displayed but the report does not run.  When they try to email a report, the To: box is greyed out.  Has anyone encoutered this issue   Does anyone have any suggestions on why this is happening Thanks. Vicki ...Show All

  • Visual Studio 2008 (Pre-release) How to automatically set IsEnabled from ICommand ?

    I want to make ComboBoxItem with ICommandSource. However, not possible to automatic of IsEnabled by CanExecute set it. I want to reflect the result of CanExecute in IsEnabled like Button. How should I do class MyComboBoxItem : ComboBoxItem, ICommandSource { void OnCanExecuteChanged(object sender, EventArgs e) { IsEnable = command.CanExecute(null); // Here is not called. } ICommand command; public ICommand Command { get { return comma ...Show All

  • Visual Studio Express Editions Moved My Documents Problem

    I set My Documents to another dirve.  Now when I try to load the RSS Feed project I downloaded, I get a message that I don't have an application that will load a file with the .vb extension.  Does Express get confused if I don't stay with the default My Documents folder Did you install VB Express before or after moving the My Documents folder   Can you access the project by first opening Visual Studio Express then clicking o ...Show All

  • SQL Server How to encrypt database in SQLServer2000, please help me, thanks

    I have 2 questions: 1. How to encrypt data of database in SQL Server 2000 Someone can't see true data if without password or something else. 2. If i have 2 database . All of them have same table, structure, ....How to update or insert or change in the second database when i update or insert or change in the first database automatically Thank you very much. Oops, I didn't realize you were referring to SQL Server ...Show All

  • SQL Server Problem generating error file using BULK INSERT or BCP thru xp_cmdshell.

    BCP thru xp_cmdshell from stored procedure: EXEC sp_configure 'show advanced options', 1; RECONFIGURE EXEC sp_configure 'xp_cmdshell', 1; RECONFIGURE EXEC xp_cmdshell ' bcp database.dbo.table in c:\scheduled.csv -S SERVER\SQLEXPRESS -T -t, -r\n -c -e "error.txt"'; This is returning the following error code. I even tried placing the command in a seperate command file and calling that with no success. If ...Show All

  • Visual Studio Team System Need automatic notifications of bugs and work items via emails

    We've got two offshore teams using the Team Foundation Server remotely. Sometimes, it's not easy for them to access TFS remotely via Visual Studio due to connection speeds and disruptions of connection in foreign contries. It'll be great if automatic email notifications can be set up for Team Projects on bugs and work items so they could stay on top of their tasks/priorities. Individual users can sign up for Ale ...Show All

©2008 Software Development Network

powered by phorum