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

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

donjuawnu

Member List

miqdam
Microhands
ralbert
virtualrush
DLGrubb
AeonMasters
biscuitlad
Levi Wallach
warb
MarkWHarrison
RozLee
Utkarsh Shigihalli
sticksnap
paolo_cc
DavidG
Gazriel
Andre Scaravelli
samur
bonhomme
grade
Only Title

donjuawnu's Q&A profile

  • Software Development for Windows Vista Trouble with InvokeWorkflowActivity

    I'm having some trouble using the InvokeWorkflowActivity in a project of mine. I got the workflow created, and the workflow that I am intending to call. If I don't have the InvokeWorkflowActivity at all, everything compiles just fine. I add the InvokeWorkflowActivity, I set the TargetWorkflow, and bind the one parameter. Then, when I got to compile, I get this error message: Activity 'invokeWorkflowActivity1' validation failed: Workflow definition for callee workflow ' MySecondWorkflow ' could not be loaded. Anyone have any suggestions Is the workflow you are trying to invoke in a different project There is ...Show All

  • Visual Studio Express Editions Need help saving what's typed in a textbox

    Hello all and thanks for reading. I'm trying to make a program that will simply remember what I type in multiple text boxes. I started approching the problem with a database but decided I should probably use file I/O with a text doc to save my data. I've found a few thing on loading my txt file, but I don't know where to go from there. I'm thinking I'll go comma delimated. I basically have about 150 text boxes. The number of text boxes will not change so I don't want a database. If I load the file and save it to string, how do I make, say the fourth item, show up in the fouth txt box. Also, how do I make it save the data that I type in th ...Show All

  • Visual Studio Express Editions VB Express Hangs

    Hi I'm having major problems with VB Express. Whatever I try to do it just stops responding and locks the PC completely. Can't log off, shut down, ctrl+alt+delete - only way out is to switch off. Any ideas apart from un-installing and re-installing Thanks ...Show All

  • Windows Forms Get a databound listbox to not automatically select first item

    When I populate a listBox without databinding using Item.Add or Item.AddRange nothing is selected by default. SelectedItemIndex = -1. However, If I bind the listbox to data the first item is automatically selected by default SelectedItemIndex = 0 . I've tried using Clear and setting the selected item to -1 in code but it does not work. How can I get&nb ...Show All

  • Visual Basic dll

    what is dll Dynamic-Link Library http://en.wikipedia.org/wiki/Dynamic-Link_Library ...Show All

  • Windows Forms Problems with my combobox

    I'm using a form to add information about companies in my program and i need to use a combobox filled with information about another table and the selected value became saved in the companies table. How can i do such thing using databindings in design mode When i do it in a datagridvew it works perfectly but if it is a single control in my form, it seems not to provide the compnies table the selected value and i have an error thats says that that row could not be null Thanks Andres Is the combobox bound to a datatable If not, how are you filling it with items     ...Show All

  • Visual Studio Tools for Office Help with Infopath!!!

    I am trying to send a form to a distribution list but not as an attachment file. I just want it to be HTML view version. The only way to do that is through File > Send to Mail recipient. Is there a way to get the link of that function and put it as the behavior of a submit bottom within the form kurdojamal@hotmail.com Thank you for your help! You should post your question to the Infopath newsgroup. There's a better chance that someone there will know the answer to your question: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.infopath&lang=en&cr=US Harry Miller Technical Editor http://blog ...Show All

  • SQL Server FoxPro OLEDB Driver - pass parameters

    Hi, Does anyone know if the VisualFoxPro 9.0 OLEDB driver supports parameters Trying to pass parameterised queries from SSIS results in the error reported below, which implies it does support parameters, but that SSIS is not calling the driver properly somehow. Regards, Richard ----------------------------------------------- Error MsgBox: TITLE: Microsoft Visual Studio ------------------------------ Parameters cannot be extracted from the SQL command. The provider might not help to parse parameter information from the command. In that case, use the "SQL command from variable" access mode, in which the entir ...Show All

  • Visual Studio Express Editions Mdiparent - Is this bug solved?

    I've an mdiParent (maximized) with X children (maximized). The mdiParent contains a menustrip. I load the children into the parent. The first time when I load a child into the parent, the menustrip hides a part of the child. When I minimize the parent and then maximize it, the position of the child is correct (below the menustrip). The same problem: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=180826&SiteID=1   Please do not post duplicate posts. If your question has not received any replies it is most likely because nobody that can give you an answer has replied to it yet. Have some patience. Your other p ...Show All

  • SQL Server SQL Server 2005 Express Installation Problem: Incompatible components from beta version of .NET Framework

    Hi all, Yesterday, I just downloaded the SQL Server 2005 Express (SQLEXPR.EXE) and tried to install it in my Windows XP Pro PC that is on Microsoft NT 4 LAN System. I got the following error:                                                                        Microsoft SQL Server 2005 C ...Show All

  • .NET Development Using FileWebRequest for downloading/uploading files

    I need to have 2 methods -- one that downloads and one that uploads -- that rely on shared files on someone's computer. I noticed that the FileWebRequest code might help, but I cannot figure out how to download/upload files with it. I looked at msdn's explaination of this code and the only example it gave was how to make and write in a file -- which obviously is of no help to me. I have code for uploading and downloading files from one FTP server to another using the code associated with FtpWebRequest and that works fine. But, when I tried to copy the code from there and change some code around to work with FileWebRequest, it does not wor ...Show All

  • SQL Server Calculated member for Grand Total...

    As part of a cube I would like to have access to the Grand Total for my measure "Events". Is there a simple way to access the grand total regardless of the Dimensions either as a calculated measure or directly for example if the dimensionsion were MonthNumber and EventType and the values for the intersect of these dimensions are 12, a = 5 11,a = 6 12,b = 3 11,b = 2 I'd like to end up with something like : MonthNumber 12 11 EventType Events total Events total a 5 16 6 16 b 3 16 2 16 Where &q ...Show All

  • .NET Development Installation of VS 2005

    I am tired of trying installation of vs 2005. I did it succesfully but because of some iis error had to reinstall the stuff. After unistalling it completely (but in a haphazard order) now i cannot install it again. It fails while installing msxml parser 6.0. You might have to clean up your registry. Try http://www.download.com/3000-2094-881470.html . ...Show All

  • Windows Forms DataGridViewButtonColumn does not render?

    What's the trick to making a DataGridViewButtonColumn render correctly in a DataGridView control I've added the column and set the text property and can even click the cell and cause the cell clicked event to fire but all I see is a blank white cell. Any ideas Thanks. >> Without visual styles the button honors the backcolor of the cell's style. If visual styles are enabled, then where does the button get the foreground and background color come from a system setting   Can this be overriden Thanks, ...Show All

  • Visual Studio Team System Work Item List Box Cotrols

    Hi, I know there are some fixed controls available for customizing work item types e.g. FieldControl, LinksControl etc but I'm looking to add a listbox and a button control. Is this possible I have not come across it in the SDK documentation. Many Thanks Right now, you can only use the built-in controls described here: http://msdn2.microsoft.com/en-us/library/ms194985(VS.80).aspx . You can't add custom controls to the work item forms. That was a tough cut to make to ship V1. It's not optimistic to expect to see support for this in an upcoming release. ...Show All

©2008 Software Development Network