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

Software Development Network >> Tamim Sadikali's Q&A profile

Tamim Sadikali

Member List

hamedghasemi
freddoo
Heidi8139
ChaosOrdeal
AndrewSorokin
SZKHAN
Thierry Lam
DinoBob
Artem Gorkun
Micromause
Phil Thornley
mirzahat
vb777
HonzaHornik
PieroItaly
pemmawadu
lavelyj
Barb O
sri.raghav
asCii
Only Title

Tamim Sadikali's Q&A profile

  • Visual Studio Express Editions Producing Report

    Hello people I'm writing win app. I have to print "recipts" from my application - in other words: produce a report. However, in the express edition there are no reporting controls such as "crystal reports", "report document" etc. - which I used in the past in previous editions. What should I do One important thing: The report must be "Right to Left" aligned. I tried to play with a little bit of GDI+ with ReportDocument but with no success. Is there another solution which I didn't mention Many thanks. Have a look at the following post, http://forums.mi ...Show All

  • .NET Development Visible comments in a component

    I wonder how you add comments in a component that shows up as an description of a method, property or event when it is selected A better desription: 1. You make a component that contains some methods and properties 2. You import the component in a new project 3. You make an instance of a class in your component aClass objC = new aClass() 4. Via the instance you call a method objC.aMethod() 5. After you been writing the instance name ( objC . ), you add a dot and then a menu shows up where you can select a method, property or event within the instance. 6. When e.g. a method is selected there's a descriping text that tells ...Show All

  • Smart Device Development argument exception

    hi all iam having an application that gets a dataset producses a dataview from it and then populates a group of text boxes with its values based on date filter choosen by user from date drop down list the problem iam having is an argument exception happens when i try binding data to the text box here is the initialization Private fluidBalanceDataSet As New DataSet Private fluidBalanceView As New DataView fluidBalanceDataSet = manager.getFluidBalance(NewSessionForm.currentPatient.getHospitalNumber()) fluidBalanceView.Table = fluidBalanceDataSet.Tables(0) fluidBalanceView.RowFilter = "dateRead = ' & ...Show All

  • SQL Server Converting Paradox 7 to SQL 2005

    Hello I am begining to work on migrating my Paradox 7 databases to SQL 2005 and have begun looking into which method would work best. If anyone has any ideas and/or suggestions they would be appreciated. Thanks Chris I am looking into using the Server Intergration service to move my data but I am having trouble finding a Data Flow Source to hook to my Paradox connection which I created as a ODBC Provider. Any Ideas Thanks Chris ...Show All

  • Visual Studio Express Editions Cannot Access Free Registration Materials via Thank-You Emails

    Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it, the file is an aspx file that won't do anything when opened in WD. When opened in an internet browser, it just tries to download itself again. Maybe the site will be updated and fixed tomorrow. ...Show All

  • SQL Server Overwrite flat file destination does not work

    I have 3 packages that run consecutively in a main package.  Each of these packages read data from a flat file and import it into the Database and then perform some updates and then I use a script component to write the data to a flat file destination and have overwrite flag on the flat file destination to false, however the flat file is not being appended to.  All the 3 packages are set to wirte to the same flat file destination each package overwrites the content of the flat file created by the previous packages.  I am wondering why the overwrite = False does not work on the flat file destination.  Is there some ...Show All

  • Visual Basic Creating a "Flashcard" program 4 kids

    Hi all, I am taking beginning VB in college and I am creating window apps rite now, I would like to do a side project. The side project would help my kid on math, what it is is a math "Flash card" type program , what im trying to do is have program create random numbers like " 4 x 4 = " or " 10 + 5" that type of thing, I have looked thru my text book "Programming in Visual Basic .Net" ( its VB 2003.net vers that I am using) and only example they give for random number is creating snow flakes. it doent give me any hint on how do other types of random number generator, think someone can help me out with this little project   Ive pretty mu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Unmanaged DirectX with Managed C++

    I have been reading about the .NET framework for quite some time, and I found that Managed C++ allows mixing unmanaged and managed code. I've got a few questions about that. Is it possible to use an unmanaged API (like unmanaged DirectShow or DirectX) in a managed application If so, are there any steps that need to be done to do this Are managed API's like DirectX.NET also availible for Managed C++ If so, how do I know if I'm using the managed or unmanaged API Now I've also got a problem with DirectShow. I installed the latest Platform SDK and tried to include <dshow.h>. When I did that, it said I needed <ddraw.h>. Since directd ...Show All

  • Visual Basic How do I find out which users are logged on to which computers on our local network...

    How do I find out which users are logged on to which computers the local network... I need to better manage resources on our local network and need to write a small program to do this and I really don't have a clue where to start... I Believe WMI can do it but I don't know specifcally how Any Help would be greatly appreciated. You need to look at WMI http://www.microsoft.com/downloads/details.aspx displaylang=en&FamilyID=6430F853-1120-48DB-8CC5-F2ABDC3ED314 ...Show All

  • Visual C# tlbimp.exe problems

    Hello I'm working with Visual Studio Net 2.0. I have a C# with ASP-NET and a MFC-Com interface. Now, i have a problem with my assembly file. Microsoft has a workaround in http://support.microsoft.com/kb/814721/en-us . If i use this workaround, he can't compile my webside net 2.0 anymore, because he doesn't know the namespace. If i use Visual Studio Net 2005 to load the dll, he can compile the project, but i get the 'System.Reflection.TargetParameterCountException' Error. My command is: tlbimp.exe tournet.exe /asmversion:1.00 /transform:dispret /out:Interop.tournetexe.dll. Do anybody know the standard parameter for the tlbimp.exe. t ...Show All

  • Visual C++ Different results by recompiling

    Alright, i've got the following opensource code witch is a part of Luigi Auriemma's GSList. There is one function i'm intereseted in, however, if i recompile it in VC8 and approach it with the same input as for the original function, the output is different.The function is totally written in C, so i had to make a few changes, however there arent any crusial once. The code can be found here: http://polity.magnoon.nl/TEMP/Validate.rtf I hope someone can show me the problem, and how to fix it. it would really help me out. It goes about the function: unsigned char *gsseckey( unsigned char *dst, unsigned char *src, unsigned ...Show All

  • Visual C# Allowing a particular class in other namespace to access a method non public method of a class in other namespace

    Could in any way I can enable a particular class in other namespace to access a method(non public) of another class in other namspace That is suppose I have a namespace1 with class1 and a namespace2 with class2 class1 contain a method named OnlyAccessibleByClass2 Could I do it You cannot directly access it, bcoz it is not a static class nor a static function So, in namespace1.class1 , you have to create a object of namespace2.class2 then you can access the OnlyAccessibleByClass2 Function. ...Show All

  • SQL Server FTP Problem

    Afternoon... I am trying to create an SSIS ftp task and can't even get a test connection to succeed. I am behind a firewall and using a proxy...is it possible that is my problem If so, is there a work-around TIA Tena Probably too obvious to be the problem but I found that unless I prefix the user name with the domain (as in DDDDDD\UUUUUUU where d indicates the domain and U indicates the user name) then I couldn't get a test connection to succeed either. But, if you are an AD user in a domain trying to get to a ftp server that is not open to anonymous access, etc. in the ...Show All

  • Visual C++ LNK1104 cannot find atlthunk.lib with VC++2005xpr and PSDK

    All, I am trying to compile a modified amcap sample out of the DirectShow fold with VC++ 2005 Express Beta 2 and the 2003 PSDK SP1, targeting 32-bit x86; I don't have any 64-bit stuff installed.  OS is Windows 2000 Professional SP4 Rollup 1.  After weeding out a number of compilation errors, I am now left with the linker not finding "atlthunk.lib".  Right - it does not exist on my harddrive.  I am sure that my modifications are irrelevant to this problem; the corresponding version for VC++6 with DirectShow from the DirectX 9.0b SDK compiles and runs fine.  I am using the same DXSDK with Express and PSDK. I appre ...Show All

  • Visual Studio The IPersist.GetClassID puzzles me!Help.

    Hello all. i am writing a standard editor, in the document data object,i implement the IPersistFileFormat,but ,at GetClassID method,i am told to return an classid that object class  defines the code that can manipulate the object's data.i think it  would be the document data object,but ,why does the EditorFactory's ClassID return from code vspackage wizard generated code   thanks... Hello Matt, The correct guid to return here is the Editor Factory GUID. You can search the SDK Reference.SingleViewEditor sample for an example of this. Anthony Cangialosi ...Show All

©2008 Software Development Network