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

Software Development Network >> clint 2's Q&A profile

clint 2

Member List

Paul Bradley
Jon Stroh
Alexey Raga
Troy Lundin
NathanM
robinjam
Larry Charlton
ADP Comm
Ben.Siemon
Baskar Joshi
aj_army
Ace Card-Man
ChiragKhabaria
anukirthi
outcast1881
Roger Jennings
Ori'
Aaron Oneal
Davids Learning
BobKay
Only Title

clint 2's Q&A profile

  • Visual Studio Web Site Solution - vb file for a crystal report is not getting created in visual studio 2005

    Hi I like to know how we can use crystal report in visual studio 2005. In my new WebSite Project , i created an rpt file, but the corresponding vb file is not getting created. In WebApplication - Visual studio 2003, vb file will be created as we are including a new rpt file. Please help me out. It will be highly appreciable. Regards, Sebastien The vb file isn't created in VS 2005 in web apps anymore. This is because it has never been built into the application, and always needed to include the files when deploying the web application. Instead you need to use a ReportDocument object to load it. Dim myReport As new ReportDocument() myReport.Load(Server.MapPath("MyReport.rpt")) ...Show All

  • Smart Device Development LDAP Authenication on WM 5.0

    I am looking for a solution for an application to authenicate a user against LDAP from a WM 5.0 PDA. After much research I have only found one solution using PEINVOKE and WLDAP32.DLL. My problem is that I am not a C++ programmer, my experience is with VB. Converting the LDAP structure to a VB compatiable structure and making the calls has me scratching my head. Can anybody help with my problem I would like to use the pinvoke option, but as I explained in my original post, I am not a C++ programmer and converting the code you referenced is giving me problems. I had found the code you referenced before and that is what I am needing help with. Converting the Ldap structure as defined in the winldap.h include ...Show All

  • Visual Studio Tools for Office Outlook Macro - send email separately to multiple contacts?

    Hi, I'm trying to write a macro for outlook 2003 to send email different contacts separately that means when some person receives the email, they will see their email address in the To section. Currently if I use BCC, the person will see the same email adress for From and To. Do you know how to write codes to connect to the"new message" windows in outlook and all the controls in that windows Thanks. I poked around RTF to HTML conversion several months back and didn't find anything. Maybe Redemption would be a good solution for your scenario -- or Outlook 2003 VBA, if it's for your personal use. ...Show All

  • Windows Live Developer Forums Browser Capibilities

    Am I right in saying microsoft virtual earth is not compatible with netscape, mozilla or opera I've been having many problems with these browsers, and when i go to the virtual earth site in these browsers, it opens a different kind of page then you'd see in IE or FF. I was wondering if there is any way around this. I am targeting these browsers, so it's quite a big problem. Thanks for your help. thanks for that, but unfortunately, i am using javascript. is there any in javascript. cheers ...Show All

  • SQL Server OpenQuery() to Linked Server hangs, leaving SPID with open tran, then templog.ldf grows without limit.

    Hi, We have a customer that is using SQL Server 2000, and experiencing the following intermittent problem -- occasionally templog.ldf will grow and grow until it fills the entire disk. This is a rare problem, it has happened less than 10 times in the past two years, for a job that runs once a minute. But it has happened on 3 different SQL Servers, (two production servers, and one test server). Our suspicion is that the root cause is an OPENQUERY() to pull data from a linked server (Oracle database on Unix). We have seen that these OPENQUERY() statements occasionally hang and cannot be killed. The OPENQUERY() is used to populate a local table, and when we originally populated permanent tables with OPENQUERY(), then there would be a ...Show All

  • Visual Studio Express Editions Webbrowser.Document - Click handler keeps multiplying

    Hi There, I'm trying to record web page navigation so I can play it back like in an automated test tool. I've dragged a webrowser tool onto the form (webbrowser1) and set the url to the starting webpage. I then created the following code which adds the id of the element you have clicked on into a listbox(listbox1). The first page works fine but when you navigate to the second page you get two entries per element in the list box. Then when you navigate to the third page you get three entries per element in the list box. I think it is being caused by the AddHandler which is called every time you navigate to a new page and so it keeps adding more and more event handlers to the click event but I don't know how to stop this happening. If ...Show All

  • SQL Server migration to sql 2005

    Hi I am doing sql 2000 to 2005 migration. I am following the back up and restore method to do the migration. After migration i run a script to transfer logins and passwords from sql 2000 to sql 2005 as in http://support.microsoft.com/kb/246133/ After migration I need to assign a database role created to a login /user .I need to do this through scripting. Please help me on how to do this through script . Thanks ...Show All

  • SQL Server Cannot run package in Job Agent with Script task included

    Dear, Since I met the strange thing these days. I cannot make it clear that how can I run the SSIS Package in job agent I hv tried the solutions within this forum, but still couldn't solve my problem. I have set the right credentials with the admin role of SQL account. In my SSIS package, there is a script task which is used to find out the target flat file as connection string by a user defined variable. Aspect 1: If I disable this script task in my SSIS package, then choose "SQL Server Integration Services Package" as the step in Job Agent, run as a proxy, it can run this package without error. But if I enable the script task, then choose "SQL Server Integration Services Package" as the step in Job Agent, run as a proxy. then ...Show All

  • Visual Studio Setting a watch in visual c++ 2005 express

    Hello. I am having trouble figuring out how to set a watch using visual c++ 2005 express. Any help would be greatly appreciated, Jackson I guess I'll answer my own question since no one seems to be coming near this one. As near as I can tell, you _can't_ set a watch in VC++ 2005 express. Does anyone read this forum This should have been an easy question to answer ;). ...Show All

  • Windows Forms .NET/C# controlling Windows Media Player

    I need to control external Windows Media Player (not embedded WMP control) through C# interop API or WINAPI. I need to discover WMP current state: playing, paused and so on. So far, I cannot find any way to achieve this. I'm able to play/pause/toogle playing using WINAPI but don't know how to discover the state. More genrally, all I need to do is to pause any playing WMPs for some time and them resume previous state - e.g. playing. Thank You. ...Show All

  • SQL Server Using Stored Procedures without registering dll to Server Assembly.

    Hi, I wanted to know if its possible to implement a stored procedure in MSAS 2005 without registering the Stored Procedure on a server or on a database I was able to do this in MSAS 2000 using custom UDFs and "USE LIBRARY" mdx functions. Thanks and Regards, Santosh. No, I don't believe this is possible any more. The architecture of the 2000 and 2005 products are very different. In 2000 this was possible because a lot of the MDX code was executed on the client side, so you could take advantage of UDFs on the client machines. In 2005 all the MDX is evaluated on the server and only the result set is returned to the client. ...Show All

  • SQL Server How SQL Server deals with on the occasion if I imput unicode characters into a varchar column?

    Hi all, I want to know how SQL Server deals with it if I imput unicode characters into a varchar column Will it truncate or do something else Thanks! Hi Robert, SQL Server implictly converts the unicode character to the Varchar type,If the unicode character is same as the (say English) the SQL Server installed Language ( say Language) and there will not be any data loss.If the unicode character is some other language there are chances of Data Loss Regards, Samsudeen B ...Show All

  • Windows Forms How can i draw graphics on a different form

    When i wan't to draw some graphics on a different form than the one the code is written in, the graphics dont show If a call the other form form2 it would like like this Private sub Something Dim g as system.drawing.graphics =form2.creategraphics G.drawline(Pens.black,0,0,200,200) form2.show End sub But if i write the code in form2, the graphics will show. Is there a command i need to put in form2 shown event be sure you are not accessing the default instance of form 2 but create a proper instance of it and use that and show it. Example: Dim theSecondForm as new Form2() Dim g as System.Drawing.Graphics = theSecondForm.CreateGraphics() g.DrawLine(Pens.Black, 0, 0, 200, ...Show All

  • SQL Server Current Time

    Hi. I have a critical design issue. Not a regular time dimension case. i work for a set of schools where each school academic has a different academic calendar. say some schools start in august, others in september.. i generated the date keys per school to populate the time dimension. so my time dimension looks like this: DATE_KEY , DATE_SCHOOL , DATE_DATE , DATE_YEAR , DATE_MONTH , DATE_WEEK , DATE_DAY_NUMBER , DATE_FISCAL_ACAD_YEAR , DATE_FISCAL_TERM , DATE_FISCAL_WEEK , DATE_FISCAL_WEEKDAY_NUMBER , DATE_FISCAL_ACAD_YEAR_DAY_NUMBER , DATE_HOLIDAY , (y/n) DATE_WEEKEND , (y/n) DATE_DAY_NAME , DATE_FISCAL_TERM_FIRST_DAY , DATE_FISCAL_TERM_LAST_DAY , DATE_FISCAL_WEEK_FIRS ...Show All

  • Visual C# BindingSource Filter with textbox.

    Hi All! I have a question... How can I do filter the BindingSource and the TableAdapter under c# 2005 with textbox My database is mdb. Please help me! Thank's! Szia Monika! What I want: I have a table (for example personal table). I would like to upload the adapter (whit the all of the hits). The filter is the textbox. It's like query (in sql). ...Show All

©2008 Software Development Network