Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: controlbox in messagebox in vb .net Pin
Mycroft Holmes13-Jun-09 21:13
professionalMycroft Holmes13-Jun-09 21:13 
AnswerRe: controlbox in messagebox in vb .net Pin
Dave Kreskowiak13-Jun-09 21:26
mveDave Kreskowiak13-Jun-09 21:26 
QuestionHow to check controls created at runtime in a windows form application? Pin
Amer Rehman13-Jun-09 20:39
Amer Rehman13-Jun-09 20:39 
AnswerRe: How to check controls created at runtime in a windows form application? Pin
Mycroft Holmes13-Jun-09 21:17
professionalMycroft Holmes13-Jun-09 21:17 
AnswerRe: How to check controls created at runtime in a windows form application? Pin
Fernando Soto14-Jun-09 3:56
Fernando Soto14-Jun-09 3:56 
QuestionHow to get Handle Numbers ? Pin
specialdreamsin12-Jun-09 21:35
specialdreamsin12-Jun-09 21:35 
AnswerRe: How to get Handle Numbers ? Pin
Christian Graus12-Jun-09 22:22
protectorChristian Graus12-Jun-09 22:22 
AnswerRe: How to get Handle Numbers ? Pin
Mycroft Holmes13-Jun-09 21:23
professionalMycroft Holmes13-Jun-09 21:23 
QuestionHOT Key For Software Pin
Anubhava Dimri12-Jun-09 20:10
Anubhava Dimri12-Jun-09 20:10 
AnswerRe: HOT Key For Software Pin
Eddy Vluggen13-Jun-09 1:52
professionalEddy Vluggen13-Jun-09 1:52 
AnswerRe: HOT Key For Software Pin
DidiKunz13-Jun-09 22:51
DidiKunz13-Jun-09 22:51 
GeneralRe: HOT Key For Software Pin
Dave Kreskowiak14-Jun-09 4:47
mveDave Kreskowiak14-Jun-09 4:47 
GeneralRe: HOT Key For Software Pin
DidiKunz14-Jun-09 7:08
DidiKunz14-Jun-09 7:08 
GeneralRe: HOT Key For Software Pin
Anubhava Dimri14-Jun-09 18:16
Anubhava Dimri14-Jun-09 18:16 
GeneralRe: HOT Key For Software Pin
Dave Kreskowiak15-Jun-09 0:55
mveDave Kreskowiak15-Jun-09 0:55 
QuestionDrag and Drop Pin
calvenyow12-Jun-09 16:47
calvenyow12-Jun-09 16:47 
AnswerRe: Drag and Drop Pin
Dave Kreskowiak13-Jun-09 2:24
mveDave Kreskowiak13-Jun-09 2:24 
Questionhelp with popup menu Pin
No-e12-Jun-09 8:22
No-e12-Jun-09 8:22 
AnswerRe: help with popup menu Pin
Dave Kreskowiak12-Jun-09 9:38
mveDave Kreskowiak12-Jun-09 9:38 
GeneralRe: help with popup menu [modified] Pin
No-e12-Jun-09 9:55
No-e12-Jun-09 9:55 
GeneralRe: help with popup menu Pin
Dave Kreskowiak12-Jun-09 11:10
mveDave Kreskowiak12-Jun-09 11:10 
GeneralRe: help with popup menu Pin
Luc Pattyn12-Jun-09 11:34
sitebuilderLuc Pattyn12-Jun-09 11:34 
GeneralRe: help with popup menu Pin
Dave Kreskowiak13-Jun-09 2:22
mveDave Kreskowiak13-Jun-09 2:22 
QuestionDesign view problem Pin
cstrader23212-Jun-09 7:30
cstrader23212-Jun-09 7:30 
My code runs fine but the design view is messed up. That is, I can't edit the form, even though it displays fine at runtime. It may have been like this for a long time, so I'm having difficulty rewinding. Any thoughts about how I might recover? Here's the error that shows in the designer: Thanks



The path is not of a legal form.
Hide

at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.AddProjectDependencies(Project project)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.get_Assembly()
at Microsoft.VisualStudio.Design.VSTypeResolutionService.AssemblyEntry.Search(String fullName, String typeName, Boolean ignoreTypeCase, Assembly& assembly, String description)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreCase, Assembly& assembly, ReferenceType refType)
at Microsoft.VisualStudio.Design.VSTypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, ReferenceType refType)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.AggregateTypeResolutionService.GetType(String name, Boolean throwOnError)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.GetType(ITypeResolutionService trs, String name, Dictionary`2 names)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.FillStatementTable(IDesignerSerializationManager manager, IDictionary table, Dictionary`2 names, CodeStatementCollection statements, String className)
at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSerializationManager manager, CodeTypeDeclaration declaration)
at System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
at Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.DeferredLoadHandler.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload)
AnswerRe: Design view problem Pin
cstrader23212-Jun-09 7:46
cstrader23212-Jun-09 7:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.