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

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

Nate00

Member List

JGttttt
Ron L
Luis Esteban Valencia MCP.
Tom Nash
Eric Harmon
Neo the 1
Ultrawhack
IMBack
ThoHot00
M. Shariq Muzaffar
nino_emcee
Ange_
c_shah
bfarr23
Spoofer
SteveVBNET
bkohler
Lawrence Parker
Emmanuel.Pastor
Paul Paschedag
Only Title

Nate00's Q&A profile

  • Visual Studio Express Editions sendinput code to perform sendkeys, keyboard events

    Anyone have a sample of code demonstrating how to set up sendinput Documentation is poor at best. There are a few samples on web, but are incomplete and despite tinkering can not get them to work. I read sendinput will be the best method to learn with vista coming, as sendkeys etc wont work well with it. So any help appreciated. I understood initially that the receiving program 'field' would be a richtextbox. The revised code should work for any richtextbox that last had focus when that program (the receiving program,) last lost focus. Just add ALL the handles of the richtextboxes (Fields) to the 'list' of handles in the revised code. When the sending program sends the 'trigger ...Show All

  • Microsoft ISV Community Center Forums Windows Group Policy Editor

    I want to create an application in Visual Basic 6.0 through which i can change the settings of the Microsoft Windows Group Policy Entries. I want some help about this that how can i do this Please, can somebody tell me how can i do this ITs urgent, i have to do this within some days. ...Show All

  • Visual Basic populating an Access database using visual basic 2005

    I am trying to create a new employee application that gets input from a user in text boxes and then take that information and populate a database in Access that will later be pulled to the Track IT! database on SQLserver2005. How do i do it Thank you. IGiberson wrote: i have to declare the oledbcommand as a variable dont i and would i do that just as a variable pretty much yes - take a look at the link I supplied earlier about the OleDbCommand - there should be some examples but definately some explaination/documentation too! :-) ...Show All

  • .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

  • Windows Forms Launch detail form from master to enter new record

    Hi, I'm out of room on my form with a master datagridview, so to get to my detail record I use a button on the datagridview that launches the separate form with my detail on it. I use the masterform.mygridviewbindingsource.position=detailform.mygridviewbindingsource.position to set my detail to the same record. That works fine. I want to launch the detail form to enter a new record, too...how can I do that Thanks... David Ok, finally got it. First I had to get past my propensity for density. Goes something like this. Something so simple, alluding me. From the master gridview form, button1 for adding launches the detail form and sets the bindingsource.addnew Source: Private Sub Button1_Click( ByV ...Show All

  • Visual C# Explicit Interface Methods Implementation

    In MC++, I can do the following: - MC++ Sample: __gc __interface ICloneablePerson { Person* Clone(); }; public __abstract __gc class Person : public ICloneablePerson { private: String* _name; protected: Person() :_name(String::Empty) { } Person(String* name) :_name(name) { } Person(Person* source) :_name(source->_name) { } public: __property String* get_Name() { return _name; } }; public __gc class Student: public Person { private: String* _id; public: Student(void) :Person() { _id = String::Empty; } Student(String* name) :Person(name) { _id = String::Empty; } Student(Student* source) :Person(source) { this->_id = source->_id; } Student* ...Show All

  • Visual Studio Rendering Server Report To Printer

    Having just tested my applications print function with an actual printer and not the Document Imager, I have discovered that using the reportviewer.printdialog provides printouts once in a while when it feels like it, having just posted asking how to suppress the dialog box it seems somewhat ironic that the only way I can actually get the report to the printer is to display it twice per report :) I can render an image to the printer directly and it comes out every time however I am unable to print any pages after the first page. I started by taking the following article and attempting to send a server report. This seems OK however the code sample creates a stream per page, when I render I create 1 stream. Is there an easier way to do ...Show All

  • Visual Basic how can i do with " in vb

    how can I do with " in vb , I want replace " to & email:huangzhixing@hteb.com well i obviously know that :) but besides gaining you a millesecond on processing time or what-not, what is the actual upgrade to this function, why is is better to use. you gotta remember, being a coder means sometimes laziness is the name of the game, and replace takes less effort to write :) ...Show All

  • Smart Device Development textbox flickering

    I want to use a multiline textbox for editing purposes. the best way to reduce flickering of the textbox once the text reaches a new line is this code. textbox1.SelectionStart = textbox1.TextLength; // put the cursor at the end of line textbox1.SelectionLength = 0; textbox1.SelectedText = str; textbox1.ScrollToCaret(); is there a better way to eliminate totally flickering I saw people are using API calls. if you have a working example would u mind to share with me Thank you You need to pass those 2 arguments as IntPtrs. The null argument is easy... just explicitly cast it to an IntPtr. Unfortunately the string is a bit more of a pain. The easiest way to do it would be something like this: Str ...Show All

  • Visual Studio Team System TF30063: You are not authorized to access <servername>

    Every few days one of our team members receives this error when attempting to check files out of version control. I have seen other postings related to this error, but it seems that it occurs when using proxies or other configurations. These solutions do not apply to use because we are using the single deployment model for TFS.  At present time our workaround is to have the developer reboot their workstation. Is anyone aware of the root cause of this problem and how to solve it Thanks Mario. I have been unable to reproduce this to help identify the problem, but I will be sure to post again if it happens. ...Show All

  • Visual Studio 2008 (Pre-release) Populating ComboBox IFeedManager(RSS) Help Please..Thxs

    I need some help populating a ComboBox with RSS Feeds i have in IE7,I would like the ComboBox to List the the Feeds RootFolder..Than i can select that particular feed and have the RSS (feed) show up in my ListBox..That way i can change out the Feeds just by using the ComboBox..This is what i have so Far:: In IE7 i have a few Feeds ( FilePlanet,SplinterCell PodCast & MSDN:Visual C#) I want these to show up in the ComboBox,than when i select one those feeds will show up in the ListBox... private IFeedsManager feedManager = new FeedsManagerClass (); private void AddIE7FeedsClick( object sender, RoutedEventArgs e) { IFeedFolder feedrootFolder; IFeedsEnum colSubFolder; IFeedsEnum colFeeds; feedro ...Show All

  • Visual Studio Team System Build Report

    Hi All I have the following scenario $ |_Project 1 |_Service 1 - Dev |_Service 2 - Dev |_QA Now, my upcoming release is just related to Service 2 changes. Although the dev team is working on Service 1 as well as Service 2. But the next release is just the changes made on the Service 2- Dev line. The issue I am facing is that when i merge changes to the QA line and then when I build the QA line, the build report gives me the info that i don't need. That is, it gives me the associated changesets from Service1-Dev line as well. My QA ppl just need to know the associated changesets and work items in the "Service 2 -Dev" code line and QA code line. Is there a way that I can modify my team build type to just include the changese ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX Direct X Texture Tool

    I saw several people asking this in other threads with no response. The tutorial mentions using Direct X Texture tool. Nowhere does it tell you how to get it. Right now I am ASSUMING that it is in the DirectX SDK, but the Installation instructions say you only need the DirectX SDK if you want to use audio. And my game is a space game (big suprise!) so i figured, theres no sound in space, i don't need sound! could someone clear up the confusion for me please p.s. many thanks XNA team, keep up the good work! ...Show All

  • Smart Device Development 850428 - strh instruction

    how can i tell embedded visual c++ not to produce strh, str, ldrh and ldr instruction, never ever in any part of my code this will solve the alignment exception very easily. i don't mind about the performance of my program. i prefer it to be reliable. i don't need MS to decide for me! i need an option not to use benefits of technology! i need an option to tell the compiler not to produce these instructions. how can i do that Yes, I see, but then even the regular Win32 compiler does not do this. On the x86 platform (Win32) if you attempt reading from an improperly aligned address, you get an alignment fault handled for you internally (which indeed slows things down a bit). On Win16 platform it would hav ...Show All

  • Visual Studio 2008 (Pre-release) TOP/LIMIT Support for LINQ?

    Is there (or will there be) any support for limiting a result Something like var pagedData = from ds in datasource rows 50 to 100 select ds; Regards, Daniel Hello, I was wondering if the generated query would be inefficient when you try to fetch a page with a high page number from a table with many rows Just curious... Thanks! -M ...Show All

©2008 Software Development Network