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

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

dallanadia

Member List

Smartbiz
fbcv
asureus
Vasco Marques
Richard C
PhxSuns
kiss98770
KCtin
vbuser1
mikkk
Nick Coppola
Sreejith K
Brett Samblanet MSFT
J. Clay
ChrisThomas
Terrio007
Tamilmannan
Andy Edinborough
David Johnson MCSD
Marcelh
Only Title

dallanadia's Q&A profile

  • Visual Basic How to Regex quoted expression

    Hi I'm trying to get the attribute value from HTLM Tags. i've retived all metatags on a arraylist and now i'm trying to separate the attribute value from the string, can some one help this is the current code: Dim MetaCol As New ArrayList Dim RX As New Regex("<meta.[^<]+>", RegexOptions.IgnoreCase) Dim MC As MatchCollection = RX.Matches(Me.HTML) For Each M As Match In MC If Not MetaCol.Contains(M.Value) Then MetaCol.Add(M.Value) Next For Each S As String In MetaCol If Regex.IsMatch(S, "name=(Description):q" ...Show All

  • Visual Studio Express Editions Assistance with MFC Application

    Hello anyone!! --Can anybody advise me, how to create a MFC application Wizard (exe), complete with a Control box, to create the Application shell, or is this unheard of, with this Visual Express 2005 Edition It seems simple enough, but I cannot get it!! Sincerely, ---Geoff Hello Mike!! --Is there any way I can download the "Win 32" format with the MFC Library, onto my Express (2005) edition As you can tell, I am a real beginner!!! Not really urgent... Appreciate your assistance, ---Geoff ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game Networking

    What is the best option for doing networking with managed directx Is directplay a good option Another resource (more focused on unmanaged game networking) I've made available is the GameDev.net Multiplayer forum FAQ . It lists a number of pointers to various articles that explain how it can be done different ways, as well as libraries that you may wish to use to make networked game development easier. ...Show All

  • Windows Forms more memory usage...

    Hi, Can anyone explain to me why a windows forms app that only consists of a maximized window, done entirely with the Vc#.net designed, uses almost the triple of memory that an app like MS Access does Is this the price to pay for .NET Thanks Largly I think and this is just a guess by the way is becasue when you run an Assem ...Show All

  • .NET Development Multiple Inserts into Sql Server.

    Is there any way to insert multiple rows into sql server table in single query or single round trip to the server Thanks. Besides using a stored procedure, if you need to build your SQL programmatically on the fly you can specify multiple statements delimited by a semi-colon. ...Show All

  • Windows Forms What's the purpose of 'PreviewKeyDown ' event?

    What's the purpose of new 'PreviewKeyDown' event The doc doesn't say much. Is the only difference that it occurs before the 'KeyDown' event If everyone start using this instead, won't it simply replace 'KeyDown' When should I use one or the other This event is fired before the KeyDown event is fired. It only gives your an preview and you can't set the Handled flag. Use this event for logging logic, shortcut logic because this will be allways fired and can't be stopped by setting a Handled flag. ...Show All

  • Smart Device Development RichInk control wrap mode

    In a rich in control you can send a RI_WRAPTOWINDOW or RI_WRAPTOPAGE message.  I was wondering if anyone has figured out how to make the window have no wrapping at all.  I pretty much just want the control to display the unicode character set that I am streaming into it and provide no formatting. I was initially just using an edit control, but there it seems there are some inherent problems with the control.  If I put over a certain number of characters in the control the window begins to not show the characters at the end of the control and starts behaving in a very strange fassion. As far ...Show All

  • Windows Forms Tabbed MDI Manager control

    Is Whidbey going to ship or give a sample for a Tabbed MDI Manager control It would be good if I could use a control from Microsoft for controlling my layout of child windows forms in a MDI application. Thanks I was under the impression that tabbed mdi would just be a part of mdi in .NET 2   Eg if you set up your app to use mdi then check tabbed mdi in a property window somewhere then you'd get tabbed mdi... ...Show All

  • Smart Device Development Query

    How can I build a insert or update query for mobile sql I have designed a device where people have to type text in some textboxes and thad info has to be inserted in a tabel from the sql mobile database... [code] Dim Connectionstring As String = "Data Source =.\MyDatabase#1.sdf" Dim ConIpi2005 As SqlCeConnection = New SqlCeConnection(Connectionstring) Dim conIp As New _MyDatabase_1DataSet ConIpi2005.Open() strSQL = "INSERT INTO tblArtikel ('" & TextBox1.Text & "')" Dim obj As SqlCeCommand Try obj = New SqlCeCommand(strSQL, ConIpi2005) obj.ExecuteNonQuery() MessageBox.Show( "inserten is gelukt" ) Ca ...Show All

  • SQL Server how to modify this sql code

    Hi, I want to transfer some data from the table in Excel to a table in Access. I need to execute a command which involve a sql code. But it seems this sql code is not correct. con.Execute( "Select * INTO ImportSales From [Sheet1$] IN 'C:\Documents and Settings\yzhang\My Documents\intern\Sales Analysis Report\Input.xls' " ) ImportSales is a table in my Access database which i have already created the connection. the error message says 'C:\Documents and Settings\yzhang\My Documents\intern\Sales Analysis Report\Input.xls' is not a recognised database format. Can someone please help. Thanks Which connection st ...Show All

  • Windows Forms Null Ref Exception with Splash Screen

    I have added a splash screen to my application, it works like a champ in Windows XP, if I run the same app on Windows 2000 Professional then I receive a System.NullReferenceException when the splashscreen closes.  Now, if I choose to continue the application works like a champ.  Now, on XP this does not occur.  Now, I am a little upset about this because it will not trap with a try catch. Now, either I need to catch this error, or I need to place code somewhere to determin the OS and choose to use the splashscreen whrough the application properties window or the old fasioned way with timers (which I don't like the idea of). ...Show All

  • Visual C++ Status bar text length limit ???

    I'm displaying some important informations about the program behaviour in a VC++ app. Unfortunately, it seems that when the string to display is too long, the displayed text is cropped in the status bar. I tried to use tabs (\t) to reduce the amount of chars in the string but the tabs are really huge (almost one third of the window width). Any1 knows about this Are you using the MFC What is the behaviour you see I don't understand the word cropped in this context The documentation says that each text part of a status bar (each pane) can have a maximum length of 127 chars. http://msdn.microsoft.com/libra ...Show All

  • Software Development for Windows Vista Unable to setup windows Vista 5308 (error while displaying image selection wizard)

    Hi - I have tried to install the 5308 build on a (older) PC (AMD Thunderbird/512MB/ATI 9000) that I use as a test machine but I keep getting an error message immediately after entering the license key. The error dialog says "An internal Setup Error occurred while displaying the image selection wizard". After a while the setup program will abort and display another dialog "Exception Unknown Exception 0xe0000100 occurred at memory location 0x77e4028b. Other postings of a similar problem suggested that there was an ISO image download/DVD buring issue. I have reburned at 1x speed. I have re-downloaded the Checked build. I have ...Show All

  • Windows Forms Programmatically selecting a TreeNode in tree view fails???

    Hello, I am writting an app with a TreeView and attempting to programatically select a TreeNode. This is the call I make: p_node->TreeView->SelectedNode = p_node; But this call fails. The SelectedNode property of the TreeView stays <undefined> after the call. I can't figure out what I am doing wrong. Any ideas Thanks ...Show All

  • Microsoft ISV Community Center Forums Lock against application event log prevent app log from being read properly

    Lock against application event log prevent app log from being read properly Running Windows3k Enterprise server Sporadically, I cannot access Application event log getting message "unable to read the contents of this event log" and refreshing App Evt log will also give same error message. When this happens, I also get "Cannot open application: Error while opening key" message when trying to access "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application" key What could be the cause of this situation I am trying to use a vbs determine when there is problem logging to the App ...Show All

©2008 Software Development Network