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

Software Development Network >> game-maniac's Q&A profile

game-maniac

Member List

arkiboys
Sean D Wright
.neo
rb531
PaulYuk_MS
Zero_
Lojikl
RMD
RichardR
kkrrss
Philip Tolk
Speakafreaka
Han Qiao
Gérard62
ABOH
Michael Bolland
Mitch Wardrop
HMote
Andrew DeVaughn
Tryin2Bgood
Only Title

game-maniac's Q&A profile

  • .NET Development Error while sending the mail through C# application

    Hi everybody, While trying to send a mail through a C# application I am getting an error "Could not access 'CDO.Message' object.". Please let me know the reason for this error. Hi, First of all try using IP instead of mail server url as SMTPServer name. If that is not solving your problem then check that you are giving Correct email ID (some times if you add email address dynamically in TO, its possible to miss something in it) then check your SMTP server settings if it requires AUTHENTICATION... if so you will need to pass the SMTP mail acc credentials along with the mail so do that way... IF it still not solving your problem then do the following and inform me the ...Show All

  • Visual Studio Tools for Office Copy Excel Sheet from one Workbook to Other Workbook

    Hi Apurva I am developeing an Excel Application. i get Data File Daily. Based on this data file i need to generate two reports. approach i have taken: have Excel template which has two reports sheets [daily MIS] [OverView] Task pane offers selecting an excel file [data file]. copy a sheet [Daily Dump] from Data file and paste it into the Excel file generate based on template so now new file has two sheets[daily MIS] [OverView] + i copied sheet [Daily Dump] . Query How to copy a worksheet of one workbook into the other workbook i have been trying this long .... not getting answer CODE : ..... private Excel.Worksheet xlWS= null; xlWS holds reference to [Daily Dump] .[a file selected by user but whose visibility is set ...Show All

  • Windows Search Technologies Outlook 2007 search problem

    OK, now I have seen everything. I have tried every remedy suggested to get my search to work. NOTHING!! Then, as a desparate last try I did unselect the data file to be searched. I couldn't believe it. IT WORKED. I had to do this a few times to believe it. Tools >> Instant Search >> Search Options >> "uncheck" the data file you want to be searched Sorry to say but did you read the last post carefully - Checked mailbox to see if it is indexed - The CPU always keeps indexing and already tried to rebuild index a couple of times. I can finde e-mails but you should read my post to know. How can I trust finding e-mails if my Notes, Task...don’t even get accurate results I am try ...Show All

  • .NET Development building Webservices - Class won't go away

    Hi everyone, Just would like to let you know that you guys are my last resort before I play frisbee with my laptop. Here's my situation: I have made a Webservice for an application I'm building. In this Webservice I've made a class with the same name as a class in another project(clsZaal). (accidently). Now I've deleted this class in the webservice afterwards. I've cleaned and rebuild the webservice. Now I use the service in a PDA application, with a webreference to this webservice (which I have updated also). Now in my PDA application I want to use the clsZaal class but it keeps mixing the normal one with the one in the webservice... which I have deleted. I know that webservices work through a class called reference.cs w ...Show All

  • .NET Development how to access computers name from LAN through C#

    How to access computers name which r in LAN through C# Access mean how to GET the computers name which r in LAN. IF in a LAN, there are 5 PCs whose names are A, B,C,D,E. Now I want to develop one prog in C#, which get all the name of PCs in that LAN. So I want to the names of all the 5 PCs through my C# program. ...Show All

  • Software Development for Windows Vista SHGetSetFolderCustomSettings

    I'm using the shell32 SHGetSetFolderCustomSettings function in one of my apps in order to change a folder's icon. Vista 5728 returns NULL when I call GetProcAddress . I know that this function is not guarantee to maintain in Windows versions other than XP SP2 and 2003 Server (although only the online version of Library warns it :( How can I change a folder's icon in Vista TIA Jesus Guinda ...Show All

  • Internet Explorer Development capture textarea data

    Hi, I asked one question in this forum previously but this is barely related to this question. I want to know where to begin researching writing a plug-in for IE where the plug-in would record the URL and HTML <textarea> data when a form is submitted This is an idea which would create a encoded hardcopy of forum / journal / online community entries such as this entry. This would make it possible to record the 'footprint' left by a Internet user on the interactive Internet scene. Yours sincerely, Obrzut Hi Robert, I looked at NetSnippets and that is nothing like what I want the program to do. My idea is to capture data entered into a textarea element in a web form ...Show All

  • SQL Server Problems while installing sqlexpr.exe...

    Hi! I am trying to install sql express using sqlexpr.exe (sp1). I used the following command: sqlexpr.exe -q /norebootchk /qn reboot=ReallySuppress addlocal=all instancename=TEST SECURITYMODE=SQL SQLAUTOSTART=1 SAPWD=pass@123 It is not installing and the logfile shows the following error: ------------------------------------ Running: DetectLocalBootstrapAction at: 2006/8/19 1:21:55 Complete: DetectLocalBootstrapAction at: 2006/8/19 1:21:55, returned true Running: LaunchLocalBootstrapAction at: 2006/8/19 1:21:55 Error: Action "LaunchLocalBootstrapAction" threw an exception during execution. Error information reported during run: "c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe" finished a ...Show All

  • Software Development for Windows Vista Custom loop with multiple activities

    I want to implement a custom loop that has multiple activities occur during each loop. I have looked at the for each loop at http://wf.netfx3.com/, but although this solution works with one item in the loop, I am having problems detecting when all items in the loop are done. Currently, I end up closing my activity too early when child activities are still executing. Any suggestions Amanda I overrode the execute method of my activity, and in it I call a funciton ExecuteNextIteration. In this function I create a new executionContext for each activity in my loop, and subscribe to the on closed event for the activity. In the OnClosed event handler, I would like to check if all of the activities for that inte ...Show All

  • Visual C++ Creating an array of integers, and then taking the values out...

    Currently I'm trying to create an array of the following dimensions (10 x 25) to hold positive integer values and I am failing to even get the array created. I'm still trying to do the following two things... 1) Create an array of integers of the dimensions 10 by 25. 2) After doing some functions of the data I want to move some fields out into multiple label fields. I have no idea how to do this, any ideas Currently trying the following: int playerone[10, 25]; P1Set2->Text = playerone[2].ToString; Sorry for such a n00b question. Thanks for any help, Rick the nake programmer. Hi, If you want to create an array of integers of dimensions of 10,25 you could use like this code: array < int ,2 ...Show All

  • Smart Device Development PictureBox BackColor looks purple

    Hi All, I'm wondering on the issues that I had with my application. All of my picturebox back color is not similar to the one in form eventhough I have set both color to be White. It results in a way that user can see exactly each square boundaries of the picture box. Inside the picture box, the backcolor is actually looks a little bit like purple color. I check the backcolor though, and it is 255, 255, 255 (White). But, I don't understand why it looks like light-purple. I'm using Compact Framework 2.0. I discover this issue only in older device like O2 XDA IIs (Windows 2003 SE). NOT in Dell X51v (WM 5.0). Essentially, the images should be transparent, and use the backcolor only from the form. But, I found it's a little bit com ...Show All

  • Windows Search Technologies WDS won't recognize Outlook

    Desktop Search was working fine. Then I noticed that emails (Outlook 2003 SP2) were no longer available for search. Reinstallation has not helped. Suggestions Can you give me some more information What version of WDS are you running Are your office mails DRMed (do they have rights protection on them) Have you tried leaving outlook open for a while to make sure it isn't just an issue that the content isn't indexed Is your outlook setup to cache content locally or is everything on the server Sorry for all the questions :) I am a program manager on the microsoft WDS team and I am going to be helping out on the forums moving forward. Hopefully we can get to the bottom of this with some m ...Show All

  • SQL Server Communications to the remote server instance failed before database mirroring was fully started

    command in principal server ALTER DATABASE database name SET PARTNER = 'TCP://<mirror_server_name>:5022' return: Msg 1413, Level 16, State 1, Line 1 Communications to the remote server instance 'TCP://<mirror_server_neme>:5022' failed before database mirroring was fully started. The ALTER DATABASE command failed. Retry the command when the remote database is started. This problem is only in production database any testing database include adventureworks mirroring sucessfuly. Why is problem: size database > 9GB slow HW Principal database Intel D 3Ghz,4GB RAM, 4x 15k RPM HDD RAID 5 / Mirror database 2x Xeon 3Ghz,4GB RAM,6x HDD 10k RPM RAID 10 Slow LAN both servers connect 1Gb/s please h ...Show All

  • Visual C++ Member-window in Class View flickers in Visual Studio 2005

    Hello, Product: Visual Studio 2005, version 8.0.50727.42 (RTM-050727-4200). When selecting a class in the Class View, Class View lower panes shows the members. However the member-list refreshes almost every second, resulting in an anoying flickering of the view. Moreover scrolling in the Class View upper pane, becomes difficult, for after each refresh, the focus is set to the active class. Is there a workaround to avoid the flickering Join the crowd. For me, this behavior comes and goes depending on the contents of the headers. Something is likely failing to parse or tricking the parser into a loop. Try deleting some headers from the "Header Files" section of the solution. You would be looking for something u ...Show All

  • Visual Studio 2008 (Pre-release) net.tcp bindings not working while wsHttp do?

    Hi,     Any help on this it would be greatly appreciated. J Here’s the deal: I’m using the beta 2 version of Indigo. I have a service A that calls a service B. Service B then calls service A before answering back to A. I have a client app (console app) . I’m using net.tcp bindings. With my client app using one thread I can send about 500 requests to my service and everything’s fine. Everything is fine until I use six threads (It works just fine until 4 threads). After that I start getting this Exception in the client (calling the service A): The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an unde ...Show All

©2008 Software Development Network