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

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

infology

Member List

Pluto1951
Useless
known2none
wll
Minh Tran
jdan57
xty
Iainr
dcaton
Goodwill
antonissap
Vibhu Bansal
Omen
squibbon
BenjStarratt
sldr
Rob4077
Alik Khavin - MSFT
Carmen Lipscomb
bilalso
Only Title

infology's Q&A profile

  • Windows Forms how to indicate install location, program groups, short cuts etc.?

    Using vs2005 (not express), how does one indicate where to install an application. What about dlls; how can they be installed into the windows system32 directory It appears that everything must go into a folder based on the Manufacturer property and subdirectory based on the installer project name. Can the developer choose another location If so, how Also, what about the program group and shortcuts under the start | all program ...Show All

  • Visual Studio Express Editions Printing Basics

    It would appear that printing is more complex than writing the actual program.... I've been reading alot on the web about priting in VB. Most these examples are print a simple text string or a single RichTExt box. Most applications have usually have more than a simple string or a single RichText box. Two questions: 1. Can someone direct me to SIMPLE examples to get me started on printing real world data Something that can st ...Show All

  • .NET Development Updating database

    i have a problem to update my database. in my update button i have the following code: dataset.AcceptChanges() Adapter.Update(dataset.table) i've tried other things like: adapter.update(dataset) swopped the two lines around... it saves the data on the current form, but when i close the form and reopen it, the data never changed in my database. i think the changes get saved in my dataset, but not in my database... but aren't sure... Thanx ...Show All

  • Visual C++ datagridview refresh problem

    Was hoping someone could help with a refresh problem. I'm running a function to update the colours for the rows on the DataGridView in a tabbed pane based on some value from the dataSource of the DataGridView. However the DataGridView will not refresh the first time round. If I move to another tabbed pane and come back then the DataGridView is properly refreshed. What I think the problem might be is that the dataGridView has a few ...Show All

  • Visual Studio Express Editions Writing tests with C#

    I have two questions: I'm trying to learn how to write software automation tests with c#. I am starting with the sample app MovieCollection, and my test will be to verify each TextBox can handle a minimum data (1 character). I created a windows application with Buttons for each test I run. I now need to open the MovieCollection application from within my test application, but I can't find the correct function to use. I thought Application.Run ...Show All

  • Visual C++ What do I do!

    I am using microsoft visual C++ to complile my script. I checked that everything is right. I saved my script as sample.cpp. Now when I type in "C:\Documents and Settings\Jeff\My Documents>cl -GX Sample.cpp" It says something like c:\douments is not reconnized...what is going on! Oh yeah and I have "Visual C++ 2005 Express Edition Beta 2" HELP! Thanks   RonaldLaeremans wrote: There is NO start menu on your Windows system We are ...Show All

  • Visual C++ Hex-to-RGB Conversion

    Is there a method to convert a hex value to a color value, even in the form of a COLORREF if needs be. how do i convert: #FFFF00 to 255,255,0 Surely there must be a method/class to do this thanks Will Is #FFFF00 a string Is the output again a string String to COLORREF Give us more information what kind of conversion do you need. And no! There is no such class or function. You can con ...Show All

  • Architecture which politics do you prefer for exception and logging?

    Just for creating a little debate and learn a little. ...Show All

  • Visual C# ProgressBar property missing?

    My question is: how do I change the color of a progress bar By color I mean that intense green used to draw the blocks of the bar. I found a property in .NET Framework 1.1 called ProgressBarColor that is supposed to do that, but I did not find it in .NET 2.0. Did the programmers overlook it on purpose or by mistake The blocks are drawn using the ForeColor property however if visual styles are enabled for the ...Show All

  • Windows Forms Whidbey Requirements

    Hello,     With all the PDC talk about Whidbey, has anyone heard anything about the requirements   Windows Forms in .NET 1.1 run on Win98, does anyone know if Windows Forms in .NET 2.0 will too (or will microsoft require WinME) ...Show All

  • Visual Studio Express Editions Menu Strip and trade mark in name of Form

    Hello for all, I was start to create application (like skype app). But i have problem with menu strip i dont have idea how to this menu strip looks exacly same like skype. Here is my application: http://vradovic.googlepages.com/downloadfiles There is source code also Any idea Also SKYPE have small tm (trade mark) in name of form how to do that Regards ps: thx for help Thanks for Repl ...Show All

  • SQL Server Moving or rolling average, how to?

    Hi everyone, Just wondering how to do a 12 mth moving average in a matrix or graph (both would be great!). Does anyone have a custom function for this, or is there an easier way thanks, 99 I'm not sure if you are going to be using an Analysis Services data source, but if so there is a pre-built template you can use for calculating moving averages. Just open up your Analysis Services project. Then ...Show All

  • Visual Basic Catching Exceptions from a Subroutine

    Say you have a Sub that calls a second Sub and an exception occurs in the second Sub, which you catch. Then when the second Sub drops out, execution continues with the next line of the first Sub (i.e. the calling Sub). I'm wondering if there is anyway to let the first Sub know that an exception occurred in the second Sub and allow the first Sub to also drop out instead of continuing. Here is an example in code. You can recreate it by creatin ...Show All

  • Visual C++ For each with IDictionary

    I've got such code: Collections::Generic::IDictionary<String*, int > *mapLetters; for each (Collections::Generic::KeyValuePair< String , int >*q in mapLetters){ myFunction(); } And the for-each element does not work. I've got an error: error C3285: for each statement cannot operate on variables of type 'System::Collections::Generic::IDictionary<TKey,TValue> __gc *' But in official site of Microsoft they wr ...Show All

  • Software Development for Windows Vista ValidationOptionAttibute

    I installed Beta 2 on a fresh vm today and was really shocked about the ammount of changes. Not only bad things changed for good, such like the Property/Attribute Designer for Activities is gone :-( After more than 100 errors in my existing project I decided to rebuilt it from scratch. Now even my first attempt to built a custom activity fails, when it comes to the declaration: ValidationOptionAttibute which was formerly known as ValidationVi ...Show All

©2008 Software Development Network

powered by phorum