newmaneh's Q&A profile
Visual C# How to Read/Write DBF file In C# use OleDb
See the topic! Give me an example to show me how to do this ,thx! And my msn is i_will_communicate_through_this_forum@msdn.com I can't insert a Datetime Object into the DBF file,why Yes ,Got a Exception . Say that "A Abnormal GUID" I want insert a Datetime object into .Somebody told me write sql like: insert into [5.dbf] values({^2006-02-20},'leton',23,'question',T) I ...Show All
Visual C++ PostQuitMessage Issue
Hi, I have tried to automate my application through a small VB program. This program runs fine except for when you press the quit button. This button succesfully navigates to the designated function in my C++ code for my application but at this point it fails. All that is in this function is PostQuitMessage(0);. It is on this call that the application locks up, as well as the VB app locking up. I have looked at the ...Show All
SQL Server Documentation / Metadata tools
Hi, I heard about some upcomming tools... About logging and metadata management (Donald told in the IT Forum about that) and some documentation tools (I don't remember anymore who mentioned that)... Are there any specific dates/previews/feature lists Thanks, Michael, so this will analyse all the XML files in a project ( ) and show usage paths of information (where does it come from, where is it going, where is it used) This would be ve ...Show All
Smart Device Development Smartphone 5.0 Emulator softkey
Folks, For some reason the softkey's on my Smartphone 5.0 emulator behave funky. The problem is exactly as described @ http://forums.microsoft.com/msdn/ShowPost.aspx PostID=94963 but the solution provided @ http://forums.microsoft.com/msdn/ShowPost.aspx PostID=94963 looks quite complicated. Anyone has a better solution to get this issue resloved. Thanks, Uday Folks, Was very skeptical about re-installing Smartphone 5.0 SDK ...Show All
Visual Basic Transferring data from MS Project into Access Db
Hi All! Figured I'd make my first post a challenging one ;) Could someone tell me how to get information from a MS Project Plan, into MS Access without using MapEdit MapEdit (correct me if I am wrong) takes all the information from a plan and creates a table based on that info. I need to take just the information I want, and insert it into the database according to other information to do with the plan. For example, if 'Daniel' has 10 books, ...Show All
Windows Forms graphics.fromhdc(...)
anyone who know (no guessing) how much overhead there is involved when doing graphics g=graphics.fromhdc(...) what happens behind the scenes (inside the gdi+ lib) ince gdi+ is using software to fill areas , blitting etc , what does it paint on does it  ...Show All
Visual C# How would you do this?
Have a method ex: Update() automatically run itself every 30 mins to an hour It pulls data off the net and if I could figure out how to have the thing run itself instead of clicking a button would be great. I'm fairly new to C# so I dont even know where to start with it lol I have been looking around these forums for ideas on refreshing stuff or automatically running stuff and so far the closest thing ive found is something using a timer.. wo ...Show All
Visual Studio Team System Customizing the Assigned To field on a Work Item Type
Hi , I tried customizing assigned to filed in task.xml. Following lines of code added FIELD name="Assigned To" refname="System.AssignedTo" type="String"> <ALLOWEDVALUES expanditems="true"> <LISTITEM value = "[Project]\Contributors" /> </ALLOWEDVALUES> </FIELD> Then i have imported the process template and tried creating new project , but it failed to create new project. What might be th ...Show All
Visual C# Adding ListView Groups through code
The following code doesn't add the group names to the listview control. Anyone have any suggestions This is coming straight out of the documentation too... private void Form1_Load( object sender, EventArgs e) { // Adds a new group that has a left-aligned header listView1.Groups.Add( new ListViewGroup ( "Group 01" , HorizontalAlignment .Left)); listView1.Groups.Add( new ListViewGroup ( "Group 02& ...Show All
Visual C# please help me in convert a C++ code into .dll
Hello, I have an already made project in C++ and I need to use its functions in my C# project. I think that I must convert it into .dll file, but I am very confusing in how to get a .dll file , that can be referenced in C# project , from a C++ code files. I am reading many articles about that but I can't apply any one. Please help me to doing that. If anybody can help me please give me the e-mail to send the C++ code. Or i ...Show All
SQL Server Merge Replicacion
After delete a merge replicacion, I can't use the tables for another merge replicacion !! the error is this "The process could not drop one or more tables because the tables are being used by other publications." I've been traying everythig so i hope someone can help ...Show All
Visual C# User Security in Win Application
Friends, Need some feedback on how to implement some security in a windows app. My previous attempts at this have been web based so doing this in a Windows Form app is going to be completely new. In the past, what I have done is created a user class that is creeated by verifying a username./password at the start of the application against info stored in a database. Now with the win app, what I am thinking of doing is granting or denying permi ...Show All
Visual C++ Visual C++ 2005 MFC support
Hi, When will 2005 C++ be available with MFC support If the answer is never, what are my options to compile a C++ program with MFC now and in the future Please do not tell me Microsoft is now having home developers (like myself) puchase the full blown Visual Studio 2005 just to compile a MFC C++ application. Brian you are using the wrong book written for an old version, probably vc++ 6.0, really old. Find anothe ...Show All
Windows Forms WM_PAINT
Hi, I'm using a windows form, and i want to repaint an area of the form continuously using a HBITMAP which is pointing to a bitmap that is continously changing. I've had a look around, and it appears WM_PAINT may be what I am looking for. Could someone please tell me how I would go about using this function I'd like to click a button in a form, and by clicking it, my code-generated animation will play on the form. Thanks in advance, ...Show All
SQL Server Is only "shared memory" connection with "SQL Server Management Studio Express" supported?
I have installed MS SQL Sever Express with it there is a SQL Server Configuration Manager installed. In this configuration manager there it is possible to enable and disable protocols for SQLEXPRESS. The following protocols are supported (and each protocol can be enabled/disabled individually): Shared memory, Named Pipes, TCP/IP and VIA. In the "SQL Server Management Studio Express" I connect to the SQL server and this works fine ...Show All
