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

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

Dmb111111

Member List

HectorCruz
DTHMTLGOD
Le Saint
dvl_vn
FA65
Alok Thakkar
Eric van Feggelen
aaks
Stefan Wenig
Cameron D
Darkbob
MrBones
lkld999
Lady Najla
Veerakondalu
Alex-MyRpg
Jakein2006
SteeveH
ClaudiaHelpOnVSTO
IXOYE333
Only Title

Dmb111111's Q&A profile

  • Visual Basic Informix database

    Hello, Does anyone have experience in connecting from VB 2005 .NET to Informix server I found some connection strings (www.connectionstrings.com), but these doesn't work (or I probably use them incorrectly). Which string are your trying to use You must have the appropriate provider/driver installed on your system....you can check here for a variety of Informix drivers: http://uda.openlinksw.com/odbc/mt/odbc-informix-mt/ ...Show All

  • Community Chat I can't believe most Windows users don't know how to use toolbars, OMG.

    This is most irritating. Almost all of Windows users in my company don't know how toolbar works. They don't know they can enable toolbar, take out toolbar, customize toolbar, and not even the simplest of all, move toolbar around. Toolbar is so simple, standard, and flexible. And yet, they don't know how to use it. And now, I think that's the main reason why IE7 doesn't support moveable toolbar, and that pisses me off even more. Argh. Yeah I understand. It is usually the developers fault when the GUI is not intuitive. But before I am good computer, I am already know how to enable toolbars and move it around. Of course at the time I don't understand English at all, even if it is in Chinese I still don't know ...Show All

  • .NET Development Win Form Memory Usage

    Dear All, I am running win form application based on C#. The problem here is that I notice something that once I exit my program and when I look at my task manager under the processes tab I can still find my application is in it. That means I have not actually exited my application or even closed it. What is the problem because I am worried is eating up memory Can somebody pls guide me on this. Dear Nobugz, First I am sorry to make you confuse about my problem. Ok let me put it this way so now this how my program.cs looks like. static void Main() { Application .EnableVisualStyles(); Application .SetCompatibleTextRenderingDefault( false ); Application .Run( new ...Show All

  • Visual Studio Express Editions startIndex problem when unable to connect to the internet

    I've been creating a program that will restart my modem so I can get a new IP whenever it changes to an IP out of the range I want. For getting the IP I used a ready-code that catches the content of a webpage into a textbox. Then I used a System.IO.StringReader to start getting the content of the textbox after the ": ", which is when the IP comes. Here it is: Public Function getIPstring() As String 'This creates the filestream and streamreader that is used to read the source Dim SR As New System.IO.StringReader(TextBox1.Text) 'Here is where we start looking for the ip. 'This puts the entire file into a string Dim entirefile As String = SR.ReadToEnd 'This gets the starting position o ...Show All

  • SQL Server Method of EnumJob()

    I use the method of EnumJob() in order to create an DataGridView in Visual Studio to put in it all the jobs of a server with three of their propertes! So I use three columns!In first Column I put the "Name",in the second the "Status" and in the third the "Last Execution". I found from the "SQL Server Books Online" that their DataPropertyNames are Name,CurrentRunStatus and LAstRunDate. I used them and only the DataPropertyName : "Name" works!!!!! What am I doing Wrong I would appreciate if somebody could help me or give me an idea Seems that this is not implemeted in the SMO classes, the appropate lines shows: public DateTime Last ...Show All

  • Windows Forms TextAndImage Class

    Mark, how can I get the VB.Net version of your TextAndImage Class I am trying to combine both text & an image into a datagridview cell using Vb.net 2005. Thanks Regards Mohammed Maybe this will help Imports System.Data.SqlClient Public Class Form1 Dim bs As New BindingSource Dim dt As New DataTable Private Sub Form1_Load( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles MyBase .Load Dim strConn As String = "Server = .\SQLEXPRESS;Database = Northwind;Integrated Security = SSPI;" Dim conn As New SqlConnection(strConn) Dim da As New SqlDataAdapter(" Select * from Products", conn) da.Fill(dt) bs.DataSource = dt.DefaultView DataGridView1.Da ...Show All

  • .NET Development WebClient and FTPWebRequest "Error 550: File not found"

    I am using FTPWebRequest and WebClient to access a remote server. I keep getting an error "550: File Not Found" error from the server when I try to access (Download or Delete) files that are not in the 'root' directory. For example, I use the following code to download a file WebClient request = new WebClient (); request.Credentials = new NetworkCredential (AppSettings.FTPUsername, AppSettings.FTPPassword); request.DownloadFile(" ftp://www.onlinefilefolder.com/dir1/file1.txt ", destFilePath); When I execute the DownloadFile code, I get the "Error 550" message. I have looked at a trace file of the client/server interraction and found that the WebClient class sends the following command to ...Show All

  • SQL Server Web Synchronisation Using RMO

    hi every body please help me out on this issue , since i am at final stage in finishing up the module. Previously i had done web synchronisation using RMO it is working fine at my office where i have an 2003 server which is an domain controller , publisher i have configured on the 2003 server , and i had subscribers on xp Machines where it was well working fine, clients were not on the domain , it is an independent Machine. we had an security error which was resolve by this same forum, ie the client windows login id should exists on the server too. only then synchronisation is happening at our office, Now the problem is i have an same setup , but the server 2003 is hosted at a remote place , which is not an domain controller, n ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Generating random texture and content objects in XNA

    Here is a blog entry that contains sample code for generating random content in XNA. Link: http://geekswithblogs.net/evank/ If we're not somewhat careful how we respond to peoples posts, they will stop posting for fear of getting slammed with lot's of high-tech wording. XNA is attacting people from various walks of life, those new to game programming (but love games andd want to learn to write one) and those who are veterans (I'm somewhere between). They may not know all the "techie correct" terminolody. People are capable of reading and decerning if what someone has to offer (what ever they might call it, correct naming or not) is of worth to them. There may be people that have not c ...Show All

  • Visual Studio Tools for Office How to Know The process ID

    Hello I have created an Excel Automation object, which will start an excel application process, How I will know the process ID of that Process started by Excel Automation model. Thanks in advance. Hi Akbar This forum is not for questions about Office automation, just for VSTO-related topics. To get help on with automation, please post to the office.developer.automation newsgroup . When you post, remember to include the following information 1. Version of the application 2. The code block that's giving you problems (that should also tell us the language you're using) Generally, one wouldn't start Excel as a process if the intent is to automate it. You'd declare an object variable and instantiate it. Assuming you ...Show All

  • Smart Device Development my Mobile CallState CF.

      This forum is primarily monitored by people from the Visual Studio for Devices Team and some members of the Windows Mobile Team. Some of the Questions are more relevant to core OS , Compilers , Active Sync or General Development questions not relating to VS 2005. To ensure your questions gets looked at by the right set of the people, I determined the newsgroups the Other Product Teams monitor frequently and that would increase your chance for chance for getting a question answered more quickly. Native Compilers microsoft.public.windowsce.embedded.vc General Device Programming Questions microsoft.public.windowsce.embedded and microsoft.public.windowsce.app.development Active Sync microsoft.public.pocketpc ...Show All

  • Visual Studio Team System How do i modify the filter on a report

    A) How Can i remove/hide values in the severity filter Currently the severity filter on the reports has following pick list values 1,1-Critcal, 2, 2-High, 3, 3-Medium, 4, 4-Low. Can i remove the number values from the pick list: 1, 2, 3, 4 and Just display 1-Critcal,2-High,3-Medium,4-Low. B) How Can i remove/hide Blank and Duplicate resources values in the "Assigned To" filter on the report. How can i remove them from my "Assigned To" filter pick list values. and just display distinct and actual resources Hi Murali, You can use the Business Intelligence Development Studio to modify your reports. Specifically what you'll do is modify the MDX query for the Pri ...Show All

  • Visual C++ How to build image viewer?

    Hi, I am trying to learn windows programming again, many years since now so I have forgot a lot. I want to build an imageviewer and need some advices on how to do it. Dont need a lot of code just an overview. I want to do it this in small steps so I can understand how everything works together. The first thing I want to do is to create a form which shows my thumbnails. When it is done I want to move on with other functions like showing a full image, categorising them and so on. I have created a form and in it a floatlayoutpanel. Then I have a usercontrol consisting of a form with one thumbnail. I add usercontrols into the floatlayoutpanel so they organise well. Then if I click a thumbnail I will change border color inside the usercon ...Show All

  • Visual Basic Passing arrays from vb .NET to ActiveX control (*.ocx)

    I have an application written in Visual Basic 6 that uses an ActiveX control written in Visual C++ 6. I'm moving the visual basic 6 application to visual basic .NET (2003). The problem is when I try to pass an array from the visual basic code as a parameter of a function of the control. In Visual Basic 6 the code is something like this: Dim dummy(10) as Long '... 'some code '... myActiveXControl.myFunction(dummy(0)) myFunction expects a reference of the first element of an array of Integers. Passing the first element of the array works fine in visual basic 6. But if I try the above code in vb .NET, changing the definition of the array for this one (type Long in vb 6 is Integer in vb .NET) : Dim dummy(10) as Integer ...Show All

  • Visual Studio login Failed

    I have a windows app that connects to a sql database.  I now want to do reporting from it.  I have created a CR report (from the buit-in VS2003 version of CR) that is going to be used to display the information.  When I run the app I get a login prompt for the database.  No matter what I enter into the prompt CR returns "Login Failed".  Searching the web the only references to try and solve the problem deal with using CR for reports on the web which are of no use to me.  Searching Business Objects website I find references to webpages using CR and unless there is an option I'm missing I can only see snipits of the reply messages (even when clicking on the exact reply) again not help. Questions ...Show All

©2008 Software Development Network