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

Software Development Network >> Richard Hough's Q&A profile

Richard Hough

Member List

jcninwisc
dr.acv
Eyvind
komomomo
rl_atc
Robs Pierre
FredHeida
Vulcanoro
Dietz
HMote
SteveMo
daph4ntom
Amit_M
efriese
XLNT
Vinith Antony
hrubesh
Paul_T
hungryghost
OldSchoolJohn
Only Title

Richard Hough's Q&A profile

  • Smart Device Development outof memory exception in webbrowser

    Hi, I am using webbrowser control of opennetcf to display html page in netcf 1.0. I am using webbrowser.documenttext method to display the html pages.Each html page have 5 to 7 images.If i load 10 pages one after another i am getting outof memory exception.So how to dispose images in webbrowser to avoid this exception. I tried using Gc.collect and it doesn't work. Hi, I re-worked my test application to have an XML file with HTML in nodes. When starting the application, I read in the XML file and create an XmlNodeList and then switch between the different "pages" using the InnerXml property of the various nodes. I have GIF and JPG images in a subdirectory of "My Documents" ...Show All

  • Visual Studio Express Editions String table resource with static library

    Hi all, I want to use string table resiurce with my static library. Is it possible to embed the resource file in library And as per what I have read, we use Loadstring() method to load the string, but this requires HINSTANCE handle, how do I get it in my library Any help will be greatly appreciated. Regards, Smriti Thanks for your reply. My lib will be finally linked to exe, that has int WINAPI WinMain(HINSTANCE hInstance) as the starting point. Can i use this handle inside my library (Tried this, but this too does not load the required string) Also is it posible that my string table resource resides in library I have already tried passing null as parameter to GetModuleHandle ( ...Show All

  • SQL Server Error with web synchronization

    Hello, We have SQL2k5 SP1 as our database server. We have another box running IIS for web synchronization. We are seeing a lot of errors on the client side stating that they are unable to connect to the distributor. When we look at the event log on the IIS box we find application errors with the replisapi.dll. Below is a dump from the event log of the IIS box. Both boxes are 2003 with the currect patches and each have 4 GB RAM. Any help would be appreciated. John Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 9/12/2006 Time: 8:12:48 PM User: N/A Computer: SERVER -IIS5 Description: Faulting application w3wp.exe, ver ...Show All

  • Visual Basic How to get Leave?

    I learn the amazing Lesson 3:  Writing Code to Handle Events and Set Properties of MSDN and now I would click on the event Leave among Focus in Properties. I have not Leave. The only Focus I have is Cause-Validation. I suppose I can get it somehow, but I am very new in the programers' world so I hope that somebody can help me. /Ivan  You can also, right click the form or control, click on properites, Click on the little lightning bolt icon, find the sub routine that you need and double click on it (click once on it to get a brief description) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. minimum requirements

    Hey im new to this forum and i was wondering what will the minimum system requirements be. My computer's a bit out dated and I'm thinking about updating soon but not until after Vista is realesed most likely. I would imagine the basic requiremnts would be the same or very close to (other than grpahics cards) C# Express. you may find, as with all such things its your programs that take up the extra resources - textures, music, sounds, sprites and images etc (storage) ...Show All

  • Windows Forms can't use update method on my own dataadapter

    Hi, I made a dataset and a dataadapter to fill 2 datagridviews - this working alright. My problem is, when I change the "Faktura" datagridview, I have made a button, which i will use the update command on the dataset. But intellisense don't catch the "da2" (Dataadapter) I've created. If I use a da2.update in the Faktureringssystem_Load_1 the intellisense shows the update method. Why can't I use it on my btnFakturaGem_Click button Min code: public void Faktureringssystem_Load_1(object sender, EventArgs e) { this.firmaoplysningerTableAdapter.Fill(this.fakturasystemDataSet.Firmaoplysninger); this.produkterTableAdapter.Fill(this.fakturasystemDataSet.Produkter); //create a connection string to ...Show All

  • Smart Device Development Stop Bluetooth Headset from Ringing

    Can anyone tell me if they know of a why to STOP the bluetooth headset from ringing I don't want it to do the Ring tone thing thru the Headset... is there a registry entry i can change to stop this Thanks, From what I can tell, the Pocket PC phone sends AT commands to the BT headset in order to make it ring. What I don't know is what file does that Or even if there is a way to modify it or even make a new one Any help, or even directing me some place that might be able to help would be greatly appreciated! Thanks, ...Show All

  • SharePoint Products and Technologies schema.xml with own fields -> Displaying them in NewItem.aspx

    Hi, I have custom list definitions in my feature. So I edited the default schema.xml (after creating a new list definition in my VS2005-project) and added some fields like: <Field Id="{213DCBD5-EF1B-4175-AA2D-5258FC550A99}" Name="Personalabteilung" BaseType="Text" DisplayName="Personalabteilung" UserSelectionMode="PeopleOnly" Type="User" Sealed="TRUE" ShowInDisplayForm="TRUE" ShowInEditForm="TRUE" ShowInNewForm="TRUE" ShowInListSettings="TRUE" List="UserInfo" SourceID="http://schemas.microsoft.com/sharepoint/v3" DisplaceOn ...Show All

  • Visual Studio Team System How to count the diff like line added, line deleted and line modified in TFS.

    In my project , I need to count the line added, deleted and modified between the different Version. I know the Tf.exe and the code churn report, but the TF.exe have no summary, and the code churn count the changement every check in. for example, from version A to version B, we check in two times,the first add 5 line and the 2rd delete 2 line which is in the 5 line add by first time. so the code churn reports line added: 5 and line deleted: 2, but I need the difference between the A and B is Add 3 line . Do you have any idea of this, if you HAVE, please let me know. Your best bet will be to find a 3rd-party diff tool that has this feature.  For example, Araxis Merge can generate reports like this: h ...Show All

  • SQL Server Stored procedures in sqlserver 2005

    Hi 2 all, How to create stored procedures using a Wizard in sqlserver 2005 (Like from "Run a Wizard" in sqlserver 2000) Please Helpme. Thanx in advance. ...Show All

  • Software Development for Windows Vista Vista and Control Panel Applets

    This is the second time I've asked this question and have not gotten a response, can someone help me out here I have a control panel applet that works on XP and now I want it to work on vista. Unfortunately Vista says there is known compatibility problems with my applet. How can I find out what they are and how to fix them. I have a manifest file for the CPL but that doesn't seem to help. Please help me out here. --Mark Cariddi www.osr.com The following is the manifest that I have currently. Yours is really no different than mine. Do you by any chance build your CPL with the DDK is it a MFC CPL Did you have to do anything special to build it < xml version = " ...Show All

  • Windows Forms What control is it??

    Hi With the code below i can access each component. Is there a way to test what control is it Is there a way to determine whether it is a text control What type of control it is   for ( int  I = 0; I < HandleToForm.Controls.Count; I++) {   HandleToForm.Controls[ I ].Enabled = true;   }   Thanks in advance Hello All. LV: You could try this:    if (HandleToForm.Controls[j] is TextBox )       MessageBox .Show("It's a TextBox!!");   HTH. ...Show All

  • Visual Studio Express Editions CDO.Message error

    Hello I have a problem I have on this code,on the last line an error CDO.message error What can i do This is mine code Dim Counter As Integer 'Set the properties 'Assign the SMTP server obj.SmtpServer = txtSmtpServer.Text 'Multiple recepients can be specified using ; as the delimeter 'Address of the recipient Mailmsg.To = txtTo.Text 'Your From Address 'You can also use a custom header Reply-To for a different replyto address Mailmsg.From = txtNaam.Text 'If you want you can add a reply to header 'Mailmsg.Headers.Add("Reply-To", "Manoj@geinetech.net") 'custom headersare added like this ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Multi-threading in the XNA game architecture

    Hi According to previous posts, Update() and Draw() in the game class are called separately. Does this imply that there are 2 threads, calling Update and Draw If so, does this mean that data accessed by both functions have to be made thread safe Thanks JZ Just clarifying, when i said called separately, I meant that they are called at different times. For example, the update is called on a time schedule based on TargetElapsedTime or 60fps if none is specified. However, Draw is called every x number of steps, if vsync is enabled, or however fast it can draw. So, how can the XNA library be doing the 2 things with such a precise time management if there's no threads Thanks ...Show All

  • Visual C++ devenv compile unit

    Is there any reason why devenv could not accept a single compilation unit compile command (I would like to use a third part tool to issue not only a build command, but also individual file compilation.) Is there any way to compile a single file on the command line using the rules within the SLN No, it does not. You will haveto pass a project. The only tool that has a single file compilation option is by callingthe compiler driver itself, cl.exe. Thanks, Ayman Shoukry VC++ Team ...Show All

©2008 Software Development Network