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

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

dom_tiger_99

Member List

btj-agilent
John Walker
Warhorse
Stechmann
Gad Rosenthal
Steve Swasey
SugarD-x
G. Miller
Bart Butell
ZeeGee
Flopik
Leonardo Limm
Madhur68
odinlai
Wolfgang Kaml
Keith Blackham
Pi314159
Andreas Pollak
Umut Alev - MSFT
obiwanjacobi
Only Title

dom_tiger_99's Q&A profile

  • SQL Server Cannot create a connection to data source !!!! SSRS 2005

    I cannot get this error resolve either for myself or any users, and I'm actually part of the Admin group! Furthermore, a user with whom I'm tring allow to view this report keeps getting prompted for their windows username and password. I thought that since this datasource was set to Windows Authentification that it would just pass it through I'm pulling my hair out at this point: Screen Shots: http://www.webfo ...Show All

  • SQL Server How to install Report Server?

    Hi, I would like to install a Report Serves, How to I can do it thanks 4 all Look in SQL Server Books online. There is an extensive discussion of how to install RS. http://msdn2.microsoft.com/en-us/library/ms143757(sql.90).aspx -Lukasz ...Show All

  • Visual Basic Creating .exe file to debug a dll proyect

    When I'm going to debug my proyect step by step in Visual C++ 6.0, a dialog box appears; "Please specify the executable file for the debug session." Which executable am I supposed to specify How do I create it You can't run a dll, it needs to be run by an exe.  So, the debugger is asking you what exe to use to run the dll ( i.e. one that will run it ). ...Show All

  • Smart Device Development is there a cell phone keypad library for PC App?

    Hi Can some one guide me to find in the Smart Device library a dll that simulates Cell Phone Key for Short Messaging System, the only problem it will be used for a Windows XP Application -S I'm not sure I understand your question. This forum is for device development questions - so you're probably better off asking on one of the desktop development forums/newsgroups ...Show All

  • .NET Development SMTPClient Problems

    Just converted my vs.net 2003 project to 2005. Changed to system.net.mail. I get the following error when i get to the send command - {"Command not implemented. The server response was: Command not Supported"} Here's the code. Dim ErrMail As New MailMessage( New MailAddress(cVariables.UserEmail), New MailAddress(MailTo)) With ErrMail .Subject = subject .Body = Message End With Dim MailClient As New SmtpCl ...Show All

  • Visual Basic overload resolution failed

    This is from Wrox Professional VB 2005. I checked with the Wrox site and there is no corrections available for the book. This is a section on using reflection, inheritance and multiple interfaces. It seems most of the bases are covered, because up until these last errors the builds were successful. overload resolution failed because no accessible 'ShowDistance' is most specific for these arguments: ShowDistance(obj as Parent)not most sp ...Show All

  • .NET Development Retreiving CPU % for a thread and killing a thread in another process

    I have the following code: Process[] processes = Process.GetProcessesByName("IEXPLORE"); foreach (Process process in processes) { foreach (ProcessThread t in process.Threads) { int threadId = t.Id; } } From here now that I have access to the threads in a process how can I do the following: Tell the CPU % the thread currently has Kill the thread We have a process that runs away once in a while and using one of s ...Show All

  • Visual Studio Express Editions Console Problem

    i have just got Visual C++ Express. I made a simple console application : #include <iostream> int main() { std::cout ,, "Hello World!\n"; return 0; } when i run with debugger it suddenly closes but when i run it without debugger it stays open and close when i press a key, when i open the .exe program of it it sudden closes aswell what do i do Ps: you do get the exe of the program from the project fol ...Show All

  • .NET Development vc++ CRC-16 checksum to vb.net beta 2005, need help

    What is wrong with the following vb.net 2005 beta version code , need help vc++ working condition // CRC-16 checksum unsigned short CRCChecksum (unsigned char *pData, unsigned short uSize) {   unsigned short uCrc;   unsigned short uCount;   for (uCrc = 0, uCount = 0; uCount < uSize; uCount++, pData++)        uCrc = (unsigned short) (m_CRCTable[((uCrc >> 8) & 255) ^ (*pData)] ^ (uCrc & ...Show All

  • Windows Forms Partial Updates in Clickonce

    Hi all,      I have created a solution which contains a executable(windows forms project) and 2 dlls(library projects reference in windows forms project), I generated manifest files(application manifest and deployment manifest) using MageUI and deployed the applicaiton. The application was running fine.    I updated the exe(windows forms project), changed the assembly version number to 1.0.0.1, is it ...Show All

  • Visual Basic A Modest Proposal for Microsoft

    I've been a Basic programmer for over 30 years and that whole time I've endured the constant reminder that I'm not a "real" programmer. I know better and you know better but still there's that stigma associated with being a Visual Basic programmer vs. being a C++ or a C# programmer. Now that I use VB.Net it really couldn't be further from the truth since VB.Net does everything any contemporary OOP language does. So here's my sugg ...Show All

  • .NET Development CAS some more. . . .

    Ok. . . I think this is where I need to begin - 3 assemblies    MyApp.Utilities.dll  - strongnamed     MyApp.exe  - strongnamed    MyApp.Permissions.dll  - strongnamed with StrongNameIndentity LinkDemand applied (this prevents linking to an assembly that doesn't have my strong name and applying my permission to an imposter)    In MyApp.Permissions.dll, def ...Show All

  • Windows Forms ToolBar Flicker problem

    Dears, i use windows user control using C#, that contain a toolbar. after build windows user control i used it in web application (<Object ......>) the problem is when user move to links (mouseover) the toolbar will flicker, i need to solve this problem please advise yes i use this method this .SetStyle(ControlStyles.DoubleBuffer, true ); but dose not work, i dont find any property name Doubl ...Show All

  • Visual C# Unhandled exception in DataGridView

    I'm using datagridview in C#. I add DataGridViewComboBoxColumn in grid, and then bind these columns with some collection. When i select any ComboBox cell through code, it throws an unhandled exception. This happen more frequently when i set RowCount of grid more than 1, and then select any combobox cell value of grid. Code Sample ========== <<<Assume there is grid which has a DataGridViewComboboxColumn at 0 index>> ...Show All

  • Visual C# Running a procedure in background !

    Hi, I have a procedure that takes 5 minutes to run, it is called every time that a certain page is called(web project C#) but it takes to much time to the page to load, and it's a nonQuery is there a way to continue the execution without need to wait the procedure finish Thanks This is the code of my program. public void atribui_valor( string cliente, string segundos) { string sql="ADDLOCALIDADE"; SqlCommand cmd= new SqlCommand( ...Show All

©2008 Software Development Network

powered by phorum