Software Development Network Logo
  • Visual Studio
  • Windows Forms
  • Visual C++
  • Visual FoxPro
  • Audio and Video
  • Game Technologies
  • SQL Server
  • VS Team System
  • Visual Basic
  • SharePoint Products
  • Microsoft ISV
  • Windows Vista
  • .NET Development
  • Smart Devicet
  • Visual C#

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

Titou

Member List

enric vives
hollow
mehoss
Raros
Dottj
Mark Olszowka
rsws
naguaramipana
Shirvo
Saq0
Glenn Burnside
canadian_coder
JonnyAJAX
robinjam
kuuku
Yuhang
jim rozak
Markus B.
Alexander Petukhov
Jon Watte
Only Title

Titou's Q&A profile

  • Visual C++ LNK2019, the EXTERN keyword and __imp_*

    Hi everyone, for hours I've been trying to build a particular library (particularly sdl) with a dependency to a static libary which I've successfully built before (particularly libjpeg.lib). Though I have listed this lib file by "additional dependecies" in the linker options (and I verified that it's being read, renaming the file for testing purposes results in a file not found error), I'm still stuck on some unresolved external symbols. The well-known linker error message looks like >IMG_jpg.obj : error LNK2019: unresolved external symbol __imp_jpeg_std_error referenced in function IMG_InitJPG then. Dumpbin actually shows me that the symbol exists inside the library (gives me "8982 jpeg_std_error" in the symbol ...Show All

  • Visual Basic splash screen

    I understand the concept of the splash screen, in that its only supposed to be visible while the program or forms behind it load, but I want to use it as a login screen for a program I am working on. I want it to stay up until the ok button is clicked. Is that possible or should i just nix the whole splash screen idea.. Please help! ( code is always good!) You want a login screen, not a splash screen. They are there for different purposes. Use a splash screen for a splash screen and a login form for a login form. Use the login form template for what you want. You can use the login form as you start form for your application requiring them to validate before allowing use of your application. ...Show All

  • Visual Studio 2008 (Pre-release) this.Invoke dosn't work in 3.0 (Is Invoke Supported) Help Please

    Ok,i'm woundering why the msdn articles say invoke is supported in .NET 3.0 Framework but dosnt work at all..Even when i put in System.Windows.Forms.dll as a Reference & use " using System.Windows.Forms; " in my .cs file.. Why it tells me Window1 does not contain a definition for 'Invoke" (Error 1 'iSCS.Window1' does not contain a definition for 'Invoke' ) Run my code in .NET 2.0 on a Form and it works fine flawless, than the msdn articles say Invoke is supported for .NET 3.0 Framework.So if System.Windows; can use "Invoke" someone tell me how cause its not working even with .NET 2.0 Form Reference.. Can i get some help on this issue public void ReceiveMessage( IAsyncResult ar) { try { ...Show All

  • Visual FoxPro Shellexecute on win98 / XP / 2003 server.

    does Shellexec behave differently on win98 than on XP I have a shellexecute command to unzip a zip file. The 'pfiles' folder the zip file resides in is under the folder the application runs in: =ShellExecute(0,"OPEN","unzip.exe","pfiles\01.zip","",1) On XP machines it works fine. On win98 machines it fails because it won't find the pfiles folder. Thanks. > What is the best way to extract a file from a zip while I'm in a vfp app Some choices: DynaZip (the one I use and can directly recommend) http://www.dynazip.com Xceed ZipLibray http://www.xceedsoft.com/products/ZipCompL/ EEVA ZIPMASTER http://www.eetasoft.ee/zipmaster.htm   Note: You should start a ...Show All

  • Windows Live Developer Forums Search the map

    Hey all, I've tried doing a search of this forum for this but so far I havn't found anything. This seems like a really simple problem, or so I'm hoping. I've been fiddling with virtual earth since yesterday and going by these pages , I've succesfully inserted a map control in a little site and have got the form button controls for panning and zooming working, but the search part has me stumped. Any search gives an error, and the details say the VE_SearchManager is undefined. This actually doesn't surprise me since I didn't see it declared anyplace, but still, I have no idea what to do now. Have a read of this article where I explain how to use search in the Finding section. http://viavirtualearth.com/V ...Show All

  • SQL Server Problem connecting remotely using osql

    Hi, I am using osql to connect to my remote MSSQL server. I am able to get a prompt for password and telnet to 1433 just fine, so I conclude this is not related to firewall. When I try to connect I get: C:\Program Files\Microsoft SQL Server\80\Tools\Binn>osql -S xx.xx.xx.xx -U test Password: [DBNETLIB]SQL Server does not exist or access denied. [DBNETLIB]ConnectionOpen (Connect()). When I try to connect from 'localhost': C:\Program Files\Microsoft SQL Server\80\Tools\binn>osql -U test Password: 1> -- This is Microsoft SQL Server 2005 - 9.00.1399.06 and both local and remote connections are allowed. Logs don't show up anything. Thank you. Are you sure -E works You typed &qu ...Show All

  • SQL Server How to know which report is running

    Hi All, Is there any way or tool to monitor Report Server so we could see which report is currently running And also can we alert/warn user about the processing time of the report Thanks and Regards, Uzzi You can check the ExecutionLog table to find history of reports which have been run. However, this table does not get populated until the reporting completed execution. The RunningJobs table shows reports which are currently executing. You will need to join this reportid from this table to the itemid in the catalog table to get the actual report name. ...Show All

  • .NET Development Access to SQL Database via TCP/IP

    Hello, I developed a sql database application. The application runs well on my local machine. Now that the application is tested I want to set up a client computer and access my sql database which is stored on my development machine. I just don't know how I can modify the connection string in order to access from my client computer Current connection string: Data Source=.\SQLEXPRESS;AttachDbFilename="C:\WC Database\WcDatabase.mdf";Integrated Security=True;Connect Timeout=30;User Instance=True Can anybody help me and tell me how I change my application from local access to access via network (TCP/IP). Thank's I Haven't fogotten about you, I was just setting up a test ...Show All

  • SQL Server system account for sql2005

    I have a big trouble with update from MS SQL 2000 to SQL 2005. Because my aplication runs as System Service, I use system account for login to SQL server. At the SQL 2000 I created SQL account like "DOMAIN\PC_NAME$" and service started at PC_NAME was able to logon on the SQL2000 server. But on the SQL2005 it DOESN'T work. Does anybody have some idea how to create system account on SQL2005 to log on SQL server from another computer under system service account Thanks for your help. Please post the command that you used to create the account and the actual server error message that you got back - include both the error number and state and the error message. Thanks Laurentiu ...Show All

  • SharePoint Products and Technologies Help with InfoPath Contact Selector Control & Active Directory...

    I have successfully configured a contact selector control on my InfoPath form and am able to get the following information for a selected person. DisplayName AccountId AccountType My question what if I need additional fields to be returned from this lookup. Does this control return additional fields from Active Directory like phone number, title, etc. or do I have to write additional code to get more AD properties   Att... Thanks for the reply. I am trying to add the additional AD fields onto my InfoPath form not on my SharePoint document library as additional fields to be displayed. ...Show All

  • Visual Studio Express Editions Distance between 2 points

    Hi All, How can I find the distance in terms of pixel or any other value between 2 points i.e. Point1(x, y) and Point 2(x,y) Tks in advance Cheers AndrewVos wrote: SJWhiteley wrote: As in...basic math Learned in school Who'd have thunk that math would actually be useful... Math is for n00bz0rz Same for English, too ...Show All

  • Internet Explorer Development Menu Bar and Command Bar headaches..

    Well, I love IE7... I didn't at first, but I got used to it. I've JUST started using it again because I started using FireFox once 7 came out, but I stopped using it so I need some answers if anyone would have them. (That, kids, was a run-on sentence. =D) I find it annoying that I can't put the menu bar above the address bar. Is there any way to move it Even if it requires editing files of any sort, I'm in. (I still dunno why they didn't have it above to START with... ) Also, whenever I click "Add or Remave Commands..." the window pops up, but it goes off in a fraction of a second. (Subliminal Messaging oO) If anyone can help me, please explain here. ,-Thankiez '-----(--/Teh_Damien/--) ...Show All

  • .NET Development Callback Function for unmanged code in Callback to VB.NET 2005

    Hi there I am trying to call API function for a DLL that was written in C, this function takes pointer to callback function as parameter, here goes the declaration <DllImport( "FAPI" , EntryPoint:= "_FAPIEnrollmentEx@24" , CharSet:=CharSet.Ansi, SetLastError:= True , ExactSpelling:= True )> _ Public Shared Function FAPIEnrollmentEx( ByRef deviceHandle As FAPIHandle, ByVal mode As Integer , ByRef archiveHandle As FAPIHandle, ByRef userData As FAPIUserData, ByVal timeOut As Integer , ByVal universalCallback As FAPIUniversalCallback) As Integer FAPIUniversalCallback is a delegate and it's declared as following <UnmanagedFunctionPointer(CallingConvention.Cdecl)&g ...Show All

  • .NET Development Help regarding windows service which will monitor the mail server

    Hi, I am developing a windows service which will monitor the mail server and reads the mail contents and updates in a database. My mail server uses Outlook Express. I am using Outlook Express 6.0.My problem is I need to set my Outlook Express as my default Mapi Client.In the earlier versions of Outlook Express there was an option to set OE as default Mapi client. But in OE 6.0 there is no such option.. Can anybody tell me how to do this Thanks in advance. Regards Exelio ...Show All

  • Visual C++ Vector trouble

    Hi I have created a class (call it class B) that has a data member of a pointer to an object of a different class(call it class A) (to avoid the overhead of each class B object holding a class A object itself). For example: class A{ // N.b. the actual class has a much larger memory size than this example int j; }; class B{ A* pointerToObjectOfClassA }; The problem is that I would like to hold objects of class A in an STL vector so that I can avoid having to manage the memory myself. But then how would I reference a specific object held in this vector within class B A vector iterator wouldn't work as it could become invalid if the vector was changed. The only thing I could think of was for class B to hold ...Show All

©2008 Software Development Network