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

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

Ghaznavi

Member List

xyzt82
DAVIDZGZ
devudu
Don Peterson
sel
Larry4321
BobBobbinson
Swapnil2006
Wraith Daquell
marvic
Kjartan
Moritz Pfennig
John W. Smith
Bob Kudulis
Tariq Abu Dayyeh
Bodef
Alexander M.
Mike Pelton
Alfred LOK20932
Zaerion
Only Title

Ghaznavi's Q&A profile

  • Visual Basic FileStream.Write

    I use a filestream to write a byte array back to a file. Dim filepath As String = "c:\program files\ApplicationData.doc" Dim fs As New FileStream(filepath, FileMode.OpenOrCreate, FileAccess.Write)fs.Write(BLOB, 0, CInt (BLOB.Length)) Next Instructions Will code operation stop on the fs.write until the file write operation to disk has completed, or do I need to trap the end of the write operation  before allowing my 'Next Instru ...Show All

  • Visual Studio Team System How to force Repository Refresh?

    Hi, is there any way to refresh the repository on demmand or the only way to do something like that is to set a small refresh time Thanks a lot Hi Lucas, Could you be more specific on what you mean by repository Do you mean the data warehouse on top of which the cube that is being used by the reports is built If so, then the answer is no, only the refresh frequency is configurable(See http://msdn2.microsoft.com/en-us/library/ms244 ...Show All

  • Visual Studio Team System How to use workspace.checkin with workitem, example needed

    Private Sub checkInWithWorkItem(ByVal s_key As String)         Dim w As WorkItem         ' retrieve the work item.         w = workitem_collection.Item(s_key)         ' get pending changes.         Dim pendingChanges As PendingChange()      &n ...Show All

  • SQL Server Report Manager and screen readers

    Hi, One of our developers uses JAWS 5.1. He's able to navigate to a report using Report Manager, but once he generates it, he can only read the toolbar (where the Export options are, etc). He can't move the virtual cursor into the main report area; JAWS just goes silent. Any ideas Does Report Manager not support it or can we change something in our setup We're using Reporting Services SP2 with SQL Server 2000. ...Show All

  • Visual Studio Team System Upgrade from B3R to RC on a new server

    There is any guide / thread with steps to move a TFS B3 to a new server with TFS RC Or I need to upgrade B3 then move to the new server If this is the option, how to move I use single server configuration, both old and new on the same domain. Thanks I've updated this forum post with upgrade details: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=242659&SiteID=1&mode=1 ...Show All

  • SQL Server Transactions in Data Flow

    If I want my data flow task to require a transactions, both Control and Data Flow have the TransactionOption property. Do I need to set both properties, or would setting the TransactionOption to Required in Control Flow imply a transaction in the Data Flow Just curious. Greg. Greg, When you say the control-flow has a TransactionOption property do you mean the package has a TransactionOption property If s ...Show All

  • Windows Search Technologies WDS never finishes indexing

    If I watch the status, it will get down to 1 file left and then build back up to 40,000+ files left to index (I do not change very many files on this system and certainly not 40000 in a day). If I search using WDS, it says it is building the initial index. I have even left Index Now checkmarked for the last week. Any idea on how to fix Hi there, Just a few quick questions for you... What version of WDS ar ...Show All

  • Visual Studio StackOverflowException using logger on a command line

    Using msbuild.exe, version 2.0.50215.44, I'm attempting to build a .sln from the command prompt.  If I let the generated output go to the console, the project builds fine.  I then try to attach a logger, at which point msbuild fails.  The info on the command line states "Process is terminated due to a StackOverflowException." After building the logger, I drop the file under c:.  The program call looks like this:   m ...Show All

  • Windows Forms Get a value from Listview1

    I am writting an application to retrieve MAPI mail. The messages are retrieved and sent to a listView1 control in detail view. This control has multiple columns. What I want to do is get the value of str(4) = AxMAPIMessages1.MsgID from the row& ...Show All

  • Windows Forms C#.net Datagridview

    How do i change the color of the text that I pull in from the dataset to fill the Datagridview I need to be able to change the color of the text on the fly. Hi Jacek, What you are missing in your code is "handling the paint event". Whenever you draw something in the cell you should use e.Handled = true. In your case : if (e.ColumnIndex == 1) { /*Your graphic codes*/ e.hand ...Show All

  • Visual C++ Structure member definition not recognized

    Hi, I have the following structures: struct ObjCol { char szColName[64]; // column name ColType colType; // type of data ulong ulSize; // size }; typedef enum { TYPE_INTEGER, TYPE_STRING, TYPE_BOOL, TYPE_RAW, TYPE_EXT_TIME, TYPE_EXT_DATE, TYPE_EXT_TIMESTAMP, TYPE_CONV_UL_TIME, TYPE_CONV_UL_DATE, TYPE_CONV_UL_TIMESTAMP } ColType; and I call a method which initializes the ObjCol structure. I call it from MC++ pr ...Show All

  • Windows Forms Only Allow 2 decimal places in a textbox.

    I have a textbox which contains interest rate. (e.g. 89.56, 100.00 etc) How do I disallow user type in more than 2 decimal places. (user cannot type in 89.5678 or 80.876876967896) Thanks! The hard way ( but with more control ): Override a text box and handle the key pressed event, using some complex logic to work out where the cursor is and if the key press will result in more than two digits after a decimal place, or if it's ...Show All

  • Visual C++ lnk1112

    In VS2005, I added a MFC DLL project. The default platform is win32 and this project does not have input lib. A very simple boiler plate project with code from Microsoft. Then I converted the project to x64 by setting the platform type to x64. I can see that the target machine type from the Linker option got changed to x64. Then I built the project from VS2005, I got the following error: \ x64\Debug\mfc2.obj : fatal error LNK1112: ...Show All

  • Visual Studio 2008 (Pre-release) dynamic layout of forms

    hi everyone, im curious if there is a way of having forms dynamically built in the Presentation Foundation. Having general code that is used to build up many forms, through an automation of some kind. Is this possible Cesar You might want to look at the Composite UI Application Block (CAB) for another solution. There is a lot of similarity within the two frameworks. You could write an application that reads a database and generat ...Show All

  • .NET Development help !!!! my database returs always old value's

    hello , my name is jonathan maes , i am a student , for a work i make a invetary program in C# express edition , i work with - Acces database - databindings now what's my problem , well when i delete a record from my database en i restart my program , and i visualise the values he shows the value what i trough away , can somebody help me my excusses for my bad english you can mail me to maes.jonathan@gmail.c ...Show All

©2008 Software Development Network

powered by phorum