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

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

LukeRogers15

Member List

Shilpa_nad
Adam Nemitoff
Emile23
David_G
Satyanand
Sergey Jmacov
D. Choquette
mark aoki
barkingdog
Ninel_G
Bagles1
Frank the Tank
Baldwintm
chrstdvd
simon_
Bala_SSRS
Shady9399
Nitin Khurana
danielanvar
CoyoteTech
Only Title

LukeRogers15's Q&A profile

  • Visual Basic Problem with VB after installing VS6 Enterpise Edition

    Hello, I have recently purchased and installed Visual Studio 6 Enterprise Edition on my Windows XP Home machine.  Everything went fairly smoothly, until I tried launching Visual Basic 6.  As soon as I double-click the shortcut I immediately get a "Visual Basic has encountered a problem and needs to close." error.  What makes this situation even more frustrating is that all the other VS6 components (C++, FoxPro, etc) launch and work without a problem.  The only thing that is giving me trouble is VB. I have since both un-installed and re-installed and tried to repair the installation.  Regrettably, whatever I seem to try leads to the same result - all components of VS6 run well except for VB6.  If need be ...Show All

  • Visual C# A cryptography problem.

    Hi folks. I'm loosing hair at an alarming rate cos I just can't get the this to work. I'm encrypting data and then decrypting it again. Problem is, that upon decrypting I get the following error "Length of the data to decrypt is invalid." I have no idea why. Here's my encryption and decryption code. private static byte[] RijndaelEncrypt(string sText) { ASCIIEncoding textConverter = new ASCIIEncoding(); RijndaelManaged myRijndael = new RijndaelManaged(); //byte[] fromEncrypt; byte[] encrypted; byte[] toEncrypt; ICryptoTransform encryptor = myRijndael.CreateEncryptor(keylock.AltairKey, keylock.AltairKeyIV); MemoryStream msEncrypt = new MemoryStream(); CryptoStream csEncrypt = new ...Show All

  • .NET Development Could not load file or assembly 'vcWebCore' or one of its dependencies. The system cannot find the file specified.

    All, I have a web project that references a strong-name DLL which contains a HttpModule, it is called vcWebCore.dll. The DLL is registered in GAC using the gacutil.exe and everything looks fine. I can see the DLL in my c:\windows\assembly directory with the correct version (1.0.0.0) and public key token. However, at runtime I kept getting the error that the vcWenCore module could not be located: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'vcWebCore' or one of its dependencies. The system cannot find the file sp ...Show All

  • Windows Forms Datagridview formatting inside a tab control

    I've been trying to figure this out for some time. I've searched for answers for people doing similar things but I am having no luck. I havegot a datagridView, populated from a database, inside of a tab control. It's 4 tabs in. I wrote some code to change the formatting of rows that contain a certain value in a certain column. This code puts a strikethough and changes the font to red. If I use this code on a form outside of a tab control, I have no problem just executing it in the Load event of the form and then on the sort event of the control. I can't get the control to format properly when inside the tab control. I've already tried adding the code to every event I can think of including form load, TabPage Enter, Tab Page Leave, go ...Show All

  • SQL Server Invalid Object Name

    I have merge replication setup on MY SLQ server 2000 service pack 2 server. I was having no issue with replication for the past three month however now I am getting this error when I try to update a record in the database. In\valid Object Nmae 'ctsv_.....' I am not sure what is wong with it. Any help or suggestion. Thanks Tanweer No structure changes were made however our system regenerate sanpshot weekly should I turned it off. Thanks Tanweer ...Show All

  • Visual Studio Tools for Office Creating a VSTO 2005 SE Add-In

    dear all After creating the excel add-in using VSTO 2005. i have installed Add-in setup on client machine. How can i invoke function from excel sheet on click event of the cell on client machine. ...Show All

  • Visual C++ Wanting to learn C++, any good starting places and/or tutorials?

    Hi guys. I'm studying Visual Basic .NET 2003 at college, which I'm not too fluential in, but would like to get involved and learn Visual C++, has anyone got any good sites to get tutorials from Accelerated C++: Practical Programming by Example by Andrew Koenig and Barbara E. Moo Best book on fundamental c++. valikac ...Show All

  • Visual Studio 2008 (Pre-release) can be done real time simulation with WPF?

    i ll control mechanic robot arm.and i ll control it by visual c#.like this: visual c#---microcontroller------motordrivers---and i ll feedback from motor axesses than i ll send them to visual c# again. second part of my projects is that i ll do real time simulation.i must model robot arm and it ll get my angle variables from outside and it ll be rotate according to my variables.how can i do like this simulation what kind of way can be easy for me please anyone help me. WPF should be a good platform for this - depending on the quantity/rate of change of the data. I'm guessing you will want a data feed that is processed...you will likely have a set of data objects that you keep up to date based on t ...Show All

  • Visual Basic Can i run VB.Net code (for Server) on UNIX?

    i'm trying develop a Client/Server application to transform files from UNIX(Server) to Windows(Client) using VB.Net. Plz help me out how can i build this application. Hi That kind of depends what parts of the framework your application is using. The MS CLR will not run on a unix box, but projects such as mono and rotor successfully support a chunk of the framework on other operating systems. Head on over to www.go-mono.com to see whether your application can be supported. Richard ...Show All

  • SQL Server SQL Management Studio from desktop PC connecting but no acccess to service functions

    I have a new and virtually full installation of SQL 2005 Developer with SP1 installed (named instance), on a Windows 2003 standard server, which also has a default instance of SQL 2000 SP4 installed. I have the browser service running also enabled TCP/IP for remote connections via configuration manager. All services are currently using LocalSystem. From the server I can use Management studio to connect and manage the services i.e. I can right click, start stop etc.. From a desktop on the LAN I can connect just fine, but I cannot see the service states, nor can I manage them from the right click context menu. There are no firewall issues here, just a hub separating the server from desktop. What am I missing ...Show All

  • .NET Development DllRegisterServer entry point was not found error

    I am using VB in VS2005 Pro to create a dll for distribution. The dll is created in the bin directory but when I try and register it with regsvr32 I get: DllRegisterServer entry point was not found. This file can not be registered. Depends shows missing dwmapi.dll What is the fix for this I'm not sure exactly what you're doing, but VB in VS 2005 is VB.NET, and you can't create Win32 COM Dlls with that, which is why regsvr32 won't find DllRegisterServer. If you are building an assembly for COM interop it's regasm you should be using. ...Show All

  • Windows Forms Tab through Tree nodes

    Hi, How to tab through tree nodes in window forms Thanks Balamurugan (Also answered on c# general) This was harder than I thought - so I have blogged how to do this, take a peek http://blog.the-dargans.co.uk/2007/01/navigate-treeview-with-tab-key.html Ross Dargan ...Show All

  • Visual Studio help on hook up html help .chm with win app

    Hello, I have build a windows app in vs2003, and also created a chm using html help workshop 1.4. I think I am down to my last task which is to hook them up to each other, but I definetely could use your help for my help system. Other than next link, I did not find much help on msdn, or help comes with the workshop SDK. http: / / support. microsoft. com/ kb/ q183434/ I have a menu item mnuHelp, when it is clicked, I want to launch my .chm. The code sample from above link is "buggy". I will post what errors I've run into if any of you tell me that's best and right path I need to keep beating through. Thanks! Please ignore. I don't know how I ended up with above example. I found out an easy ...Show All

  • Visual Basic Adding multiple numbers to textbox

    Hey guys, I'm looking to add multiple numbers to a textbox. Like for example, say I have three buttons button1.text = 1, button2.text = 2, and button3.text=3. What I'm wondering is how to get all those numbers in the textbox without having to erase the previous number I clicked on. For example: If I press button1 I want the textbox to show 1, then if I decide to press button 3, I want the textbox to show 13. the sender object will be one of the three buttons because this      Handles Button1.Click, Button2.Click, Button3.Click its means thes prucedur will be called when one the events hass been raised Button1[object]  Click[event]     ' Button1.Click  &n ...Show All

  • Visual Basic backgroundworker in a loop

    I am trying to use a backgroundworker in a loop. After the first time thru the loop, the backgroundworker skips over the code in DoWork and goes directly to RunWorkerCompleted as if it needs to be reset for the next pass thru the loop. Is there a way around this for i = 1 to max BackgroundWorker1.RunWorkerAsync(TablesCount) 'while waiting for the BackgroundWorker to finish While Me .BackgroundWorker1.IsBusy 'keep form responsive during the asynchronous operation. Application.DoEvents() End While next i I would reccomend placing the loop inside the DoWork event of the background worker, rather than calling RunWorkerAsnc in a loop. You do not need to worry abo ...Show All

©2008 Software Development Network