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

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

Kyleruby1

Member List

Aijaz
J.H. Chrysler
shaun neal
yass1400
shantanu_gadgil
Khaja Imtiyaz
Sarat Gollapudi
mr.efish
Sirkku
00bins
Faldegast
gib88
sohails
oxygen_wang
Aaron Smith
wilsonjan
BABU_NEO
Microsoft_hates_me
Cameron Zawalykut
Ovidiu Cucu
Only Title

Kyleruby1's Q&A profile

  • Windows Forms searching an oledb...

    Hi, I'm trying to search records on an access db, the query can have multiple words (separated by a ' ') and I would like to search them all in a given field... so I would have to do something like: string[] words = this.searchForTxt.Text.Split ...Show All

  • Visual C++ using enums exposed by a c++ dll from c#

    I have a 3rd-party C++ DLL that exposes numerous methods that take an enum value as a parameter. This DLL also defines those enums. Any C++ app can simply include the dll's header file and get the enums, methods, and classes just fine. I'm writing a managed c++ /clr app to wrap those methods/classes for consumption in a c# app. What should I do with those enums so that I can pass them back to the managed c++ wrapper from my c# app ...Show All

  • Visual J# Create Class Designer values

    I’ve created a class in the Class Designer (VS200 beta 2) that contains four parameters.   Three of them are strings and one is a date. When I click on Create Instance and go to enter the parameters I can’t find a date format that it will accept.   What is the format it requires No for Whidbey, even in next release this would be supported rather we will provide quick way of creating new ...Show All

  • Visual C# using ExecCommand to copy in MSHTML

    I am working on an editor using mshtml. I just cannot get cut / copy / paste to work with ExecCommand. All other command identifiers seem to be working well. Here is my code: public partial class Form1 : Form { private static HtmlDocument htmldoc; private bool fireonce = false; // fire previewkeydown only once public Form1( ) { InitializeComponent( ); } private void Form1_Load(object sender, E ...Show All

  • Visual Studio Tools for Office "Reload" listobject after UnList()

    Hello, I'm trying to make an excel application where the user binds a dataset to a listObject. Then I'm doing a UnList() on the listObject so the data looks like an traditional spreadsheet. Then I whant the user to be able to bind another dataset to the listObject, but this can not be done after running UnList(). How can I instansiate a new listObject, or how can I solve this matter     Best Regards Carl ...Show All

  • .NET Development Reading Offsets With in a File

    Okay, I'm making an application to read AND edit certain offsets from a meta file extracted from a game. Okay so I have all the offsets, i just need to know how to get them to display in the textboxes. [code]Offsets: Velcity = 0x00 Velcity - To = 0x04 Variation Area - y = 0x08 Variation Area - p = 0x0C Local Variation Weight = 0x10 Local Variation Rate = 0x14 Damping = 0x18[/code] I'm not entirely sure what ...Show All

  • Windows Forms C# code problem

    Hi !!! I have translated a VB code to C# code but i have problem as it gives me an error that i can not solve. my code is :- this.treeView1.Nodes(refEmp.Type).Nodes(refEmp.SSN); Type and SSN are read only properties that return only <b>: 'System.Windows.Forms.Tr ...Show All

  • Visual C# What is Macro Substution operator (if there is any) in C# ?

    Please,  Help! I would like to know  what is  equivalent of Macro Substution operator  ( '&' Vis.FoxPro) in C# In fact, I want to instantiate a (for ex. a Form ) class in a procedure getting the name of the  class name with a string parameter. ex. public void StartForm(string formName) {    &formName form1 = new &formName;   // something like this } Thanks in adva ...Show All

  • SQL Server Size of database seems a bit large

    I developed a vb app that imports csv data into an sql server db. The original text file is 36.5mb. The db after import is 230mb and the log file is 555mb. Is this normal Could be...that would depend on the schema of your database, column data types and sizes, way you are importing data, recovery model being used, etc., etc., etc. Would need much more information to say if it is or not, but a start would be by ...Show All

  • Visual Basic VSTO for PowerPoint

    It's becoming obvious there is no VSTO for PowerPoint. I see one for O-12 but that's pretty much useless until O-12 is out. (at least for me.) So, are there articles for writing an add-in (NOT and exe) for PowerPoint in VB .Net If so could someone please point me to them Have you asked in the VSTO forums. As the people in there are probably the ones that are writing Office applications and can probably adv ...Show All

  • Visual C# Opening CD tray from C#

    I know it sounds bizar, but a friends teacher asked them to do that for a programming job, no no calculators, or a simple text editor, he wants a program that opens a CD tray... Now, I'm not asking for source code, I'll come up with that myself, but the question is... Is this even possible Yes ... use MCISendString API (require pinvoke). http://www.daniweb.com/code/snippet350.html includes an example (and is also the first link if ...Show All

  • SQL Server Need help in grouping ....

    I want to display car reviews by authors.... a car may be reviewed by multiple authors.... but the latest entry should be displayed... the older enteries will not be displayed.... the following is the query [code] SELECT     CarReviews.Date AS Date, CarReviews.Company AS Company, CarReviews.Name AS Reviewer, CarMake.MakeName, CarModel.ModelName,             & ...Show All

  • Windows Forms Listview problem when modifying a item(or subitem)

    Hi all!! This is the first time that I post here, most of the times I found the answer without posting. Well, I have this listview populate with the contents of the Windows Meida Player library, I also have a dialog form to change the metadata of the media. When I right-click the row of the item I want to change this fomrs comes up with all the info about that item(artist ,album, etc) and I can change it; but it doesn't show inmediatly in the li ...Show All

  • Visual Studio Express Editions .Net Framework SDK 2.0

    Hello, I have visual C# express edition Beta2. I have recently downloaded the .net framework 2.0 and the SDK (latest version) yesterday. However when i have installed the.net sdk vc# xpress ide does not start. The splash screen comes and it gets terminated without any error or information. I beleive it is version problem. Can anyone help so that i can use both together. Thanks, Halani A Luke Hoban, Thanks for your reply. You mean the fi ...Show All

  • Visual Studio Team System Application Center Test - No Simultaneous Connections

    Perhaps not the best place to post such a question but MS seems to be doing an outstanding job of evading my questions. Does ANYONE here know anything about "Application Center Test" load testing tool I am trying to run some scripts in Application Center Test with the "Simultaneous browser connection" property set to 5 or more. But it does not seem to actually run the simultaneous browsers. The results says that it has ran the 5 simultaneous co ...Show All

©2008 Software Development Network

powered by phorum